Replies: 2 comments 3 replies
-
Update: I've managed to get a jwt from Auth0 in the client using the react sdk with |
Beta Was this translation helpful? Give feedback.
-
Just to re-summarize the problem here: For example: |
Beta Was this translation helpful? Give feedback.
-
I have configured Redash to use the Auth0 SAML2 add on for authentication per the docs. That works. However, once the user is authenticated, we need to get an Auth0 JWT in the client that can be used for connections to internal APIs that require a JWT for authentication.
Based on this Auth0 community thread,
So my understanding is that I should be able to use the Auth0 react SDK to initiate a silent authentication and get a token. However, based on the way authentication is handled server side in Redash, I'm wondering if this is possible and how anyone else who's run in to this same requirement may have handled it.
Note: I understand that, once we have a token in the client, using it in requests will require some customization but my immediate goal is to prove that I can, in fact, get a JWT in the client.
Beta Was this translation helpful? Give feedback.
All reactions