-
Notifications
You must be signed in to change notification settings - Fork 30
Okta sso troubleshoot page #490
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,28 @@ | ||||||||||
| --- | ||||||||||
| title: Fix Timeout When Using Okta SSO | ||||||||||
| description: Learn how to resolve errors in OpenMetadata when using Okta, including a spinning wheel timeout with Okta redirects | ||||||||||
| slug: /deployment/security/okta/troubleshooting | ||||||||||
| collate: false | ||||||||||
| --- | ||||||||||
|
|
||||||||||
| # FAQ: Security with Okta | ||||||||||
|
|
||||||||||
| ## How to resolve spinnging timeout error when connecting to OpenMetadata with Okta SSO? | ||||||||||
|
|
||||||||||
| If you're using Okta to authenticate OpenMetadata with SSO, it may redirect to a blank screen with a spinning wheel, indicating a redirect issue. | ||||||||||
|
|
||||||||||
| ### Resolution | ||||||||||
|
|
||||||||||
| To allow Okta to authenticate and redirect to OpenMetadata properly: | ||||||||||
|
|
||||||||||
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585` if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redict URIs and base URIs if you have set those. | ||||||||||
|
||||||||||
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585` if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redict URIs and base URIs if you have set those. | |
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585` if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redirect URIs and base URIs if you have set those. |
Copilot
AI
Dec 1, 2025
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.
Missing period at the end of the sentence. Also, there's a missing comma after "localhost:8585" for clarity.
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585` if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redict URIs and base URIs if you have set those. | |
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585`, if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redict URIs and base URIs if you have set those. |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,28 @@ | ||||||||||
| --- | ||||||||||
| title: Fix Timeout When Using Okta SSO | ||||||||||
| description: Learn how to resolve errors in OpenMetadata when using Okta, including a spinning wheel timeout with Okta redirects | ||||||||||
| slug: /deployment/security/okta/troubleshooting | ||||||||||
| collate: false | ||||||||||
| --- | ||||||||||
|
|
||||||||||
| # FAQ: Security with Okta | ||||||||||
|
|
||||||||||
| ## How to resolve spinnging timeout error when connecting to OpenMetadata with Okta SSO? | ||||||||||
|
||||||||||
| ## How to resolve spinnging timeout error when connecting to OpenMetadata with Okta SSO? | |
| ## How to resolve spinning timeout error when connecting to OpenMetadata with Okta SSO? |
Copilot
AI
Dec 1, 2025
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.
Missing period at the end of the sentence. Also, there's a missing comma after "localhost:8585" for clarity.
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585` if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redict URIs and base URIs if you have set those. | |
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585`, if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redict URIs and base URIs if you have set those. |
Copilot
AI
Dec 1, 2025
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.
Typo: "redict" should be "redirect".
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585` if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redict URIs and base URIs if you have set those. | |
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585` if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redirect URIs and base URIs if you have set those. |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,28 @@ | ||||||||||
| --- | ||||||||||
| title: Fix Timeout When Using Okta SSO | ||||||||||
| description: Learn how to resolve errors in OpenMetadata when using Okta, including a spinning wheel timeout with Okta redirects | ||||||||||
| slug: /deployment/security/okta/troubleshooting | ||||||||||
| collate: false | ||||||||||
| --- | ||||||||||
|
|
||||||||||
| # FAQ: Security with Okta | ||||||||||
|
|
||||||||||
| ## How to resolve spinnging timeout error when connecting to OpenMetadata with Okta SSO? | ||||||||||
|
||||||||||
| ## How to resolve spinnging timeout error when connecting to OpenMetadata with Okta SSO? | |
| ## How to resolve spinning timeout error when connecting to OpenMetadata with Okta SSO? |
Copilot
AI
Dec 1, 2025
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.
Missing period at the end of the sentence. Also, there's a missing comma after "localhost:8585" for clarity.
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585` if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redict URIs and base URIs if you have set those. | |
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585`, if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redirect URIs and base URIs if you have set those. |
Copilot
AI
Dec 1, 2025
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.
Typo: "redict" should be "redirect".
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585` if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redict URIs and base URIs if you have set those. | |
| 1. Ensure your callback URLs are pointing to OpenMetadata that Okta can reach. [Our guide](/deployment/security/okta/auth-code-flow) uses `localhost:8585` if you are not hosting OpenMetadata locally, you will need to update your sign-in redirect URIs, and possibly your sign-out redirect URIs and base URIs if you have set those. |
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.
Typo in the question heading: "spinnging" should be "spinning".