AAD MSAL Auth in Reflex #2539
viswanadula8828
announced in
General
Replies: 2 comments 4 replies
-
I am self-hosting Reflex in two Azure Web Apps and added AAD auth (see here) around the frontend web app. It works. The problem is I don't have way to pass the ID tokens to the backend from the front end. Tracked at #2704 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've been using MSAL to authenticate users of my reflex site for a while now. Here is the code I use. State code:
page code:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you someone help me with how can I do msal authentication in reflex ? As my org uses aad.
Beta Was this translation helpful? Give feedback.
All reactions