mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.38k stars 229 forks source link

Azure AAD Oauth2 Support #87

Open cnhsn opened 10 months ago

cnhsn commented 10 months ago

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.

luke-gerschwitz commented 4 months ago

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

Third party IDP support would be amazing.

cnhsn commented 4 months ago

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.

luke-gerschwitz commented 4 months ago

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