shawnzhu commented on issue #13948:
URL: https://github.com/apache/superset/issues/13948#issuecomment-856859706


   @Bonifacio-Oliveira So your debug info showed that it has provided an id 
token in the response object, so do you mind uncommenting the line that parse 
id_token:
   
   ```Python
   user_info = 
self.appbuilder.sm.oauth_remotes[provider].parse_id_token(response)
   log.debug('user_info: {0}'.format(user_info))
   ```
   
   > how do I do this? Any documentation on the subject?
   
   The doc is here: 
https://github.com/lepture/authlib/blob/33aab0272d7c8a857c851f49a32c6d374930549a/authlib/integrations/base_client/base_app.py#L14-L55


-- 
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]

Reply via email to