-
Notifications
You must be signed in to change notification settings - Fork 69
feat: Okta support for SCIM #949
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
bvs-langchain
commented
Aug 18, 2025
- enhances existing SCIM documentation for Okta
- adds sections to SAML and OAuth2.0 docs for Okta
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.
@bvs-langchain Small nits and a suggestion on the step structure. Once you've merged, I'll port this over to the mintlify site.
docs/administration/how_to_guides/organization_management/set_up_saml_sso.mdx
Outdated
Show resolved
Hide resolved
docs/administration/how_to_guides/organization_management/set_up_saml_sso.mdx
Outdated
Show resolved
Hide resolved
docs/administration/how_to_guides/organization_management/set_up_saml_sso.mdx
Outdated
Show resolved
Hide resolved
docs/administration/how_to_guides/organization_management/set_up_saml_sso.mdx
Outdated
Show resolved
Hide resolved
docs/administration/how_to_guides/organization_management/set_up_saml_sso.mdx
Outdated
Show resolved
Hide resolved
docs/administration/how_to_guides/organization_management/set_up_saml_sso.mdx
Outdated
Show resolved
Hide resolved
docs/administration/how_to_guides/organization_management/set_up_scim.mdx
Outdated
Show resolved
Hide resolved
docs/administration/how_to_guides/organization_management/set_up_scim.mdx
Outdated
Show resolved
Hide resolved
|
||
## Set up SCIM for your organization | ||
:::note | ||
If you use one of the identity providers [below](#identity-provider-idp-setup), follow the instructions there |
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.
Is the identity provider setup a prerequisite for Step 1? I wasn't exactly sure what this note meant?
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.
I'm finding the ordering a little confusing only based on the two scenarios. It may help to change "here" and "there" for links to steps to make it very clear what they mean.
I'm wondering if we need to lay out the steps exactly based on whatever scenario a user has to complete. It could be something you explain with a list between the Configuration steps header and the Step 1 header. So,
There are two scenarios for SAML SSO configuration:
- your explanation. Follow these steps for setup:
- Identity provider setup (Configure API Integration [link] onward)
- Then, complete ....
- your explanation. Follow these steps:
- The Setup SAML SSO guide.
- The steps [link to steps]
I may have misunderstood, so feel free to take this as just a suggestion or not a useful 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.
I've updated this, lmk how it looks. happy to chat through as well
Co-authored-by: Kathryn May <[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.
lgtm! thanks @bvs-langchain !