You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/01/16 20:10:17 UTC

[GitHub] [superset] amarolx opened a new issue #12572: Update Google oauth config.

amarolx opened a new issue #12572:
URL: https://github.com/apache/superset/issues/12572


   If you use the version v.0.38.0 and need to use google oauth. use this config. After the version 3.1.1 of Flask-AppBuilder, the method of config by google is change. 
   
   Can you update the documentation?
   
   Reference https://github.com/dpgaspar/Flask-AppBuilder
   
   ```
   OAUTH_PROVIDERS = [
       {'name':'google', 'icon':'fa-google', 'token_key':'access_token',
           'remote_app': {
               'client_id':'GOOGLE KEY',
               'client_secret':'GOOGLE SECRET',
               'api_base_url':'https://www.googleapis.com/oauth2/v2/',
               'client_kwargs':{
                 'scope': 'email profile'
               },
               'request_token_url':None,
               'access_token_url':'https://accounts.google.com/o/oauth2/token',
               'authorize_url':'https://accounts.google.com/o/oauth2/auth'}
       }
   ]
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] amitmiran137 commented on issue #12572: Update Google oauth config.

Posted by GitBox <gi...@apache.org>.
amitmiran137 commented on issue #12572:
URL: https://github.com/apache/superset/issues/12572#issuecomment-812393678


   looks resolved to me


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] junlincc commented on issue #12572: Update Google oauth config.

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #12572:
URL: https://github.com/apache/superset/issues/12572#issuecomment-761850530


   @srinify 🙏


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] amitmiran137 closed issue #12572: Update Google oauth config.

Posted by GitBox <gi...@apache.org>.
amitmiran137 closed issue #12572:
URL: https://github.com/apache/superset/issues/12572


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org