harshgadhia edited a comment on issue #2488:
URL: https://github.com/apache/superset/issues/2488#issuecomment-945980553
I have similar problem like @cyanoboy. I am also using a custom Security
Manager(external OAuth2 provider). Couldn't find a way to get the JWT token to
query the APIs.
I do see that the request body has a provider field:
```
{
"password": "complex-password",
"provider": "db",
"refresh": true,
"username": "admin"
}
```
However, cannot find the right provider to use for the custom Security
Manager. What to use when there is no username/password style db
authentication.?
Any help is highly appreciated. Thanks in advance!
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]