jbrunetext commented on issue #10569: URL: https://github.com/apache/incubator-superset/issues/10569#issuecomment-672316080
It'seems the authorize_url is wrong set : i need to add the scope in the and profile var 'authorize_url':'https://idpb2e.adeo.com/as/authorization.oauth2?scope=openid%20profile%20email', also need to implement custom_sso_security_manager.py in extraConfigFiles: ``` me = oauth_provider.get('idp/userinfo.openid').data ``` which is quite messy in the python code .... ---------------------------------------------------------------- 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]
