-
Notifications
You must be signed in to change notification settings - Fork 28
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?
Okta sso troubleshoot page #490
Conversation
✅ Deploy Preview for docsv1 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Pull request overview
This PR adds troubleshooting documentation for Okta SSO integration across three OpenMetadata versions (v1.9.x, v1.10.x, and v1.11.x-SNAPSHOT). The documentation addresses a common issue where users experience a spinning wheel timeout when configuring Okta authentication, caused by incorrect or excessive callback URL configurations.
Key Changes
- New troubleshooting guide explaining how to resolve spinning wheel timeout errors with Okta SSO
- Guidance on ensuring callback URLs are reachable and properly configured
- Code examples showing the correct redirect URI configuration
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| content/v1.9.x/deployment/security/okta/troubleshooting.md | Adds Okta troubleshooting guide for v1.9.x with instructions on fixing callback URL issues |
| content/v1.10.x/deployment/security/okta/troubleshooting.md | Adds Okta troubleshooting guide for v1.10.x (identical content to v1.9.x) |
| content/v1.11.x-SNAPSHOT/deployment/security/okta/troubleshooting.md | Adds Okta troubleshooting guide for v1.11.x-SNAPSHOT (identical content to other versions) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| 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. |
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. |
|
|
||
| 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. |
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. |
|
|
||
| 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. |
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. |
|
|
||
| # FAQ: Security with Okta | ||
|
|
||
| ## How to resolve spinnging 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.
Typo in the question heading: "spinnging" should be "spinning".
| ## 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? |
|
|
||
| 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. |
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. |
|
|
||
| # FAQ: Security with Okta | ||
|
|
||
| ## How to resolve spinnging 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.
Typo in the question heading: "spinnging" should be "spinning".
| ## 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? |
|
|
||
| # FAQ: Security with Okta | ||
|
|
||
| ## How to resolve spinnging 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.
Typo in the question heading: "spinnging" should be "spinning".
| ## 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? |
|
|
||
| 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. |
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. |
|
|
||
| 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. |
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. |
Adding troubleshooting guide to okta docs to alleviate spinning wheel issue encountered while setting up sso