GitHub user dosubot[bot] added a comment to the discussion: Redirect URl
<!-- Answer --> If everything in your configuration matches and you're still encountering the "access denied" and "missing jwks_uri" errors, consider the following steps: 1. **Check Azure AD Configuration**: Ensure that the Azure AD application is configured correctly. Verify that the redirect URI is registered in the Azure portal and matches exactly with the one in your Superset configuration. 2. **Verify Scopes and Permissions**: Double-check that the scopes you are requesting are granted in Azure AD. Sometimes, additional admin consent is required for certain scopes. 3. **Inspect Logs for More Details**: Look at the detailed logs in Superset and Azure AD to see if there are any additional error messages or clues. This might provide more context on why the access is being denied. 4. **JWKS URI Configuration**: If the "jwks_uri" is required, you might need to manually specify it in your configuration. This URI is used to fetch the public keys for token verification. Check Azure's documentation to find the correct JWKS URI for your tenant and include it in your configuration if possible. 5. **Network and Firewall Settings**: Ensure that there are no network issues or firewall settings blocking the communication between Superset and Azure AD. If these steps don't resolve the issue, you might need to consult Azure's documentation or support for more specific guidance related to your setup. <!-- 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/9f9a3e2e-8db1-456d-9fa7-14e0b32be8f1?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/9f9a3e2e-8db1-456d-9fa7-14e0b32be8f1?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/9f9a3e2e-8db1-456d-9fa7-14e0b32be8f1?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/9f9a3e2e-8db1-456d-9fa7-14e0b32be8f1?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/9f9a3e2e-8db1-456d-9fa7-14e0b32be8f1?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/9f9a3e2e-8db1-456d-9fa7-14e0b32be8f1?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/9f9a3e2e-8db1-456d-9fa7-14e0b32be8f1?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/32883#discussioncomment-12652716 ---- 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]
