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 currently running a Streamlit application within Azure App Service. This has application-side user authentication implemented with Azure AD using the msal-streamlit-authentication package.
I stumbled upon this project and I'm really impressed with the way everything is set up. I'll work on a PR to integrate Azure OpenAI services as well. In order to use this toolkit to improve my current implementation I'll need to ensure the users accessing my application are part of an Azure AD group. There's no identity provider assigned in Azure since all authentication and authorization is handled through the aforementioned msal package and an enterprise application registration with SPA redirect URI's and an attached security group (AD group).
I'm curious if there's people that have already integrated some form of authentication and authorization on Azure when deployed as Azure App Service. Any generic tips are welcome as well!
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
-
Hi all,
I'm currently running a Streamlit application within Azure App Service. This has application-side user authentication implemented with Azure AD using the msal-streamlit-authentication package.
I stumbled upon this project and I'm really impressed with the way everything is set up. I'll work on a PR to integrate Azure OpenAI services as well. In order to use this toolkit to improve my current implementation I'll need to ensure the users accessing my application are part of an Azure AD group. There's no identity provider assigned in Azure since all authentication and authorization is handled through the aforementioned msal package and an enterprise application registration with SPA redirect URI's and an attached security group (AD group).
I'm curious if there's people that have already integrated some form of authentication and authorization on Azure when deployed as Azure App Service. Any generic tips are welcome as well!
Beta Was this translation helpful? Give feedback.
All reactions