You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm investigating how we can modify Redash to get a jwt from Auth0 to authenticate connections.
We currently have Redash configured to log in with the Auth0 SAML2 add on - per the docs - but because it's SAML, we don't get the token we need to talk to our APIs (The plan is to figure out how to get a JWT token and include it with requests using a custom data source for our internal stuff). We still haven't figured out how to get a JWT based on the SAML2 Auth0 authentication so if anyone has ideas, I'd love to hear them... but the reason I'm posting is because I'm curious about the existing JWT implementation in jwt_auth.py and what it's used for. There's nothing anywhere in the docs or existing discussions about it and searching for jwt returns no results.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm investigating how we can modify Redash to get a jwt from Auth0 to authenticate connections.
We currently have Redash configured to log in with the Auth0 SAML2 add on - per the docs - but because it's SAML, we don't get the token we need to talk to our APIs (The plan is to figure out how to get a JWT token and include it with requests using a custom data source for our internal stuff). We still haven't figured out how to get a JWT based on the SAML2 Auth0 authentication so if anyone has ideas, I'd love to hear them... but the reason I'm posting is because I'm curious about the existing JWT implementation in jwt_auth.py and what it's used for. There's nothing anywhere in the docs or existing discussions about it and searching for jwt returns no results.
Beta Was this translation helpful? Give feedback.
All reactions