-
Notifications
You must be signed in to change notification settings - Fork 8
docs: add troubleshooting section for SAP LMS 403 errors #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Add troubleshooting guidance for Authentication Flow 2 to help users resolve 403 errors when connecting SAP SuccessFactors accounts. The section emphasizes verifying the Company ID matches the learning domain URL, which is a common source of connection issues. Fixes #360 Co-authored-by: Max Strivens <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a troubleshooting section to the SAP SuccessFactors documentation to help users resolve 403 errors when connecting their accounts, specifically for Authentication Flow 2. The guidance focuses on verifying credentials, particularly the Company ID, which is identified as a common source of connection issues.
Key Changes
- Adds a new "Troubleshooting" section with specific guidance for 403 errors
- Provides step-by-step verification process for credentials, Company ID, and Learning Domain URL format
- Includes an example showing the relationship between Company ID and Learning Domain URL
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| The Company ID is a common source of connection issues. Ensure that the Company ID you entered matches the company ID in your Learning Domain URL. | ||
|
|
||
| For example, if your Learning Domain URL is `https://company123.scdemo.successfactors.com/`, the Company ID should typically be `company123`. | ||
|
|
||
| You can verify the Company ID by checking the value shown in your profile modal (accessible from the profile image in the upper right-hand corner). |
Copilot
AI
Jan 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The example provided here suggests the Company ID matches the subdomain in the Learning Domain URL (e.g., company123). However, this may be misleading when compared to the actual examples shown elsewhere in the document (lines 35 and 123), which use sfcpart000906.scdemo.successfactors.com/.
Consider using a more realistic example that aligns with the pattern shown in the screenshots, such as sfcpart000906, or clarify that the relationship between the subdomain and Company ID can vary. The current simplified example might cause confusion when users compare it to their actual URLs.
| The Company ID is a common source of connection issues. Ensure that the Company ID you entered matches the company ID in your Learning Domain URL. | |
| For example, if your Learning Domain URL is `https://company123.scdemo.successfactors.com/`, the Company ID should typically be `company123`. | |
| You can verify the Company ID by checking the value shown in your profile modal (accessible from the profile image in the upper right-hand corner). | |
| The Company ID is a common source of connection issues. In many environments, the Company ID corresponds to the company-specific part of your Learning Domain URL. | |
| For example, if your Learning Domain URL is `https://sfcpart000906.scdemo.successfactors.com/`, the Company ID is often `sfcpart000906`. However, this relationship can vary between tenants. | |
| Always verify the Company ID by checking the value shown in your profile modal (accessible from the profile image in the upper right-hand corner) and use that value if it differs from the URL. |
Add troubleshooting guidance for Authentication Flow 2 to help users resolve 403 errors when connecting SAP SuccessFactors accounts. The section emphasizes verifying the Company ID matches the learning domain URL, which is a common source of connection issues.
Fixes #360
Generated with Claude Code
Summary by cubic
Added a troubleshooting section to the SAP SuccessFactors LMS connection guide to resolve 403 errors in Authentication Flow 2. It focuses on verifying the Company ID matches the Learning Domain URL and ensuring the URL is correctly formatted, addressing Linear issue #360.
Written for commit e5b90ab. Summary will update on new commits.