GitHub user squalou edited a comment on the discussion: Using Keycloak as 
identity provider wihtout role mappings (manage roles inside superset - like 
google oauth2)

That being said, how would I implement an "else" case in the custom 
"oauth_user_info" method, to deal with google as alternate provider ? This way 
I could have both configured while migrating.
I tried to call super().oauth_user_info() method blindly but it did not work.


hm, apparently

```python
        else:
            return super().get_oauth_user_info(provider, response)

```
would do the trick is this correct ?

GitHub link: 
https://github.com/apache/superset/discussions/36242#discussioncomment-15065885

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to