shawnzhu commented on issue #13948: URL: https://github.com/apache/superset/issues/13948#issuecomment-856981962
According to Okta, it needs to retrieve the `jwks_uri` to verify the signature of an id token. see https://developer.okta.com/docs/guides/validate-id-tokens/overview/#retrieve-the-json-web-key-set PS: you could specify the [`/.well-known/openid-configuration`](https://developer.okta.com/docs/reference/api/oidc/#well-known-openid-configuration) as `server_metadata_url` so that you don't need to specify all other metadata one by one. I really should document this in the official doc as well. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
