kravi21 opened a new pull request, #24928: URL: https://github.com/apache/superset/pull/24928
jwks_uri token is needed by the OAUTH to fetch the key and create token needed to connect to sso provider. This will enable the OAUTH to verify the request and process it further. If this is missing , then sso request was failing to connect to the OPENID type SSO request and will give following error `[Error] authorizing OAuth access token: Missing "jwks_uri" in metadata` Reference: https://stackoverflow.com/questions/72035617/runtimeerror-missing-jwks-uri-in-metadata-for-flask-and-azure-ad-authlib -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
