GitHub user dosubot[bot] added a comment to the discussion: Redirect URl
<!-- Answer --> It seems like you're encountering an "access denied" error and a missing "jwks_uri" error in your OAuth2 configuration for Superset with Azure. 1. **Access Denied Error**: This can occur due to several reasons, such as incorrect client ID or secret, incorrect scopes, or issues with the redirect URI. Ensure that the `client_id`, `client_secret`, and `redirect_uri` are correctly configured and match the settings in your Azure application. Also, verify that the scopes are appropriate for the permissions you need. 2. **Missing "jwks_uri" Error**: The "jwks_uri" is typically used to fetch the JSON Web Key Set (JWKS) for verifying tokens. This URI should be specified in your OAuth2 provider configuration if your provider requires it. Unfortunately, I couldn't find specific information on how Superset handles the "jwks_uri" or where it should be specified in the configuration. You might need to consult Azure's documentation or your identity provider's documentation to find the correct "jwks_uri" and include it in your configuration. If you have further details or specific questions, feel free to share them! <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/013b9ac4-95a6-4619-b743-3560f021bb13?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/013b9ac4-95a6-4619-b743-3560f021bb13?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/013b9ac4-95a6-4619-b743-3560f021bb13?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/013b9ac4-95a6-4619-b743-3560f021bb13?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/013b9ac4-95a6-4619-b743-3560f021bb13?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/013b9ac4-95a6-4619-b743-3560f021bb13?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/013b9ac4-95a6-4619-b743-3560f021bb13?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/32883#discussioncomment-12641483 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
