-
Notifications
You must be signed in to change notification settings - Fork 3
docs: add IdP-initiated flow documentation #922
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
Conversation
Add comprehensive documentation for IdP-initiated SSO flow feature based on PR #17927. This feature allows users to access Bytebase directly from their identity provider's dashboard without needing to click a login button. Changes: - Add new idp-initiated.mdx documentation page - Include Okta setup guide using Initiate Login URI - Add security considerations and troubleshooting sections - Update SSO overview to reference the new feature - Add navigation entry in docs.json - Include Okta admin interface screenshot Co-Authored-By: Claude <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 comprehensive documentation for the IdP-Initiated Flow feature in Bytebase, enabling users to access Bytebase directly from their identity provider's dashboard without needing to click a "Sign in with..." button in Bytebase first.
Key Changes
- New documentation file explaining IdP-initiated SSO flow with configuration instructions
- Integration with existing OAuth 2.0 and OIDC SSO providers
- Detailed Okta-specific configuration guide with screenshot
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| mintlify/docs.json | Added new idp-initiated page to the SSO documentation navigation |
| mintlify/administration/sso/overview.mdx | Added link to IdP-Initiated Flow documentation in the SSO overview |
| mintlify/administration/sso/idp-initiated.mdx | New comprehensive guide covering IdP-initiated SSO flow configuration, security considerations, and troubleshooting |
| mintlify/content/docs/administration/sso/okta-initiate-login-uri.webp | Screenshot showing Okta Initiate Login URI configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
tianzhou
left a comment
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.
LGTM
Add comprehensive documentation for IdP-initiated SSO flow feature. This feature allows users to access Bytebase directly from their identity provider's dashboard without needing to click a login button.