docs: rewrite Okta SCIM guide to meet OIN submission requirements#30403
Closed
michaelmmc wants to merge 1 commit into
Closed
docs: rewrite Okta SCIM guide to meet OIN submission requirements#30403michaelmmc wants to merge 1 commit into
michaelmmc wants to merge 1 commit into
Conversation
Rewrites the Provision with Okta page to align with Okta's OIN configuration guide guidelines. Adds Prerequisites, Supported Features, Default Attributes, step-by-step Configuration Steps, a dedicated Group Push section, and a Troubleshoot section. References the published Cloudflare Dashboard OIN app instead of the legacy SCIM 2.0 Test App.
Contributor
|
Hey there, we've marked this pull request as stale because there's no recent activity on it. This label helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant). |
Contributor
|
Hey there, we've closed out this pull request because it's been stale for a while and there's been no additional action on it. If these changes are still relevant, open a new pull request (or flag to us in a GitHub issue). |
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.
Summary
Rewrites the "Provision with Okta" page (
/fundamentals/account/account-security/scim-setup/okta/) to align with Okta's OIN configuration guide guidelines. This is required as part of the Cloudflare Dashboard SCIM OIN app submission process.What changed
The existing page was a brief 3-section setup guide that referenced the generic "SCIM 2.0 Test App (OAuth Bearer Token)" rather than the published Cloudflare Dashboard OIN app. Okta's OIN review team provided specific feedback requiring a more complete guide. This PR addresses all of their feedback:
Context
This update is part of the Cloudflare Dashboard SCIM app submission to the Okta Integration Network (OIN). The OIN review team provided feedback in Item #2 of the submission that the existing configuration guide did not meet their documentation guidelines. Specifically, they required:
account_idafter clicking Add IntegrationAll points are addressed in this rewrite.