Streamlit-Authenticator icon indicating copy to clipboard operation
Streamlit-Authenticator copied to clipboard

Azure AAD Oauth2 Support

Open cnhsn opened this issue 1 year ago • 3 comments

Hello,

I want to add user authorization system to the application with Azure AD. How can I do that. Does this module have such support? I would appreciate your help.

cnhsn avatar Sep 08 '23 12:09 cnhsn

Hi @cnhsn do you have any update on this? Were you able to develop a solution?

Third party IDP support would be amazing.

luke-gerschwitz avatar Feb 23 '24 10:02 luke-gerschwitz

Hi @luke-gerschwitz I am using oauth2-proxy with Azure AD now. I implemented authn to my NGINX webserver with auth_request module of NGINX. For now, it's working perfect.

cnhsn avatar Feb 23 '24 10:02 cnhsn

Thanks @cnhsn it seems like that is the best current solution 😁

luke-gerschwitz avatar Feb 25 '24 05:02 luke-gerschwitz