-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[ZT] Okta App Catalog integration #25774
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
Merged
+79
−35
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
4cfae28
Update Okta OIDC provider setup documentation with ONI app catalog steps
michaelmmc 3133f1c
Update okta.mdx
kennyj42 63a26e8
Update okta.mdx
kennyj42 9a9e79d
Added required fields for Okta integration documentation
michaelmmc 7858cc6
Update okta.mdx
kennyj42 df479a9
pcx edits
ranbel 7fc993b
clarify scim app
ranbel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
28 changes: 28 additions & 0 deletions
28
src/content/partials/cloudflare-one/access/okta-zt-steps.mdx
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| {} | ||
| --- | ||
|
|
||
| import {} from "~/components" | ||
|
|
||
| 11. In [Zero Trust](https://one.dash.cloudflare.com), go to **Settings** > **Authentication**. | ||
|
|
||
| 12. Under **Login methods**, select **Add new**. Select **Okta** as your identity provider. | ||
|
|
||
| 13. Fill in the following information: | ||
| - **Name**: Name your identity provider. | ||
| - **App ID**: Enter your Okta client ID. | ||
| - **Client secret**: Enter your Okta client secret. | ||
| - **Okta account URL**: Enter your [Okta domain](https://developer.okta.com/docs/guides/find-your-domain/main/), for example `https://my-company.okta.com`. | ||
|
|
||
| 14. (Optional) Create an Okta API token and enter it in Zero Trust (the token can be read-only). This will prevent your Okta groups from failing if you have more than 100 groups. | ||
|
|
||
| 15. (Optional) To configure [custom OIDC claims](/cloudflare-one/identity/idp-integration/generic-oidc/#custom-oidc-claims): | ||
| 1. In Okta, create a [custom authorization server](https://developer.okta.com/docs/guides/customize-authz-server/main/) and ensure that the `groups` scope is enabled. | ||
| 2. In Zero Trust, enter the **Authorization Server ID** obtained from Okta. | ||
| 3. Under **Optional configurations**, enter the claims that you wish to add to your users' identity. | ||
|
|
||
| 16. (Optional) Enable [Proof of Key Exchange (PKCE)](https://www.oauth.com/oauth2-servers/pkce/). PKCE will be performed on all login attempts. | ||
|
|
||
| 17. Select **Save**. | ||
|
|
||
| To [test](/cloudflare-one/identity/idp-integration/#test-idps-in-zero-trust) that your connection is working, select **Test**. |
Oops, something went wrong.
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.
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.
not sure what this field is called in the new app