Bonifacio-Oliveira commented on issue #13948:
URL: https://github.com/apache/superset/issues/13948#issuecomment-857006029
Set `/.well-known/openid-configuration ` as `server_metadata_url` and now
`parse_id_token()` works. But I still get the `Invalid login. Please try
again.` error message.
How do I know what I have to return when I override `oauth_user_info`? I'm
returning an object like this, but it doesn't work:
```python
{
'name': user_info['name'],
'email': user_info['email'],
'id': user_info['email'],
'username': user_info['email'],
}
```
--
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]