Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for SAML SSO integration to the Codemod platform. The documentation provides step-by-step instructions for configuring SAML authentication with identity providers like Okta and Google Workspace.
Changes:
- Added new SAML SSO setup guide at
docs/platform/saml.mdxwith detailed configuration steps - Updated
docs/docs.jsonto include the SAML documentation in the Integrations section - Added 7 new images to support the SAML documentation (6 UI screenshots in light/dark modes + 1 Okta attribute example)
Reviewed changes
Copilot reviewed 2 out of 9 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/platform/saml.mdx | New comprehensive guide for SAML SSO setup including provider configuration for Okta and Google Workspace |
| docs/docs.json | Added saml.mdx to the integrations navigation group |
| docs/images/saml/okta-attributes.png | Screenshot showing Okta attribute mapping example |
| docs/images/saml/codemod-sso-*.png | UI screenshots for SSO configuration steps in light and dark themes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| <img | ||
| src="/images/saml/okta-attributes.png" | ||
| alt="Okta attribute statements mapping email, givenName, surname, and sub.sub" |
There was a problem hiding this comment.
There's a typo in the alt text. It says "sub.sub" but should be "sub" to match the attribute name mentioned in the documentation.
Suggested change
| alt="Okta attribute statements mapping email, givenName, surname, and sub.sub" | |
| alt="Okta attribute statements mapping email, givenName, surname, and sub" |
alexbit-codemod
approved these changes
Jan 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📚 Description
🔗 Linked Issue
🧪 Test Plan
📄 Documentation to Update