External Authentication

Hello all,

I have been driving myself crazy here because I guess I am having an issue understanding:

My company uses a global authentication which is done on a redirect. The issue is I don’t understand how to handle the redirect first, then check for the cookie and use as a variable in the app.

I guess I would need to see an example of how this is done. First the user opens the site, the dash app checks for cookie, redirects if it isn’t there, and then comes back. The app should check the cookie again and use as the user variable in the app.

Thank you for any help I can on this!

I had the same challenge. I solved it using keycloak,

1 Like

If you are still looking for a solution, I have written a package to deal with this sort of scenario.

2 Likes