Is SSO supported on self hosted environments? Or is it a proprietary feature of Community Cloud?
Also, is Azure AD supported? Couldn’t find this info in the docs. Thanks!
Is SSO supported on self hosted environments? Or is it a proprietary feature of Community Cloud?
Also, is Azure AD supported? Couldn’t find this info in the docs. Thanks!
Hey @ivarec,
Community Cloud supports SSO via Google/Gmail and GitHub. If you’re self-hosting your app, you’d need to either take advantage of built-in SSO options for the hosting platform you’re using, or implement SSO yourself.
Ok! Is there an easy way to pass the currently logged in user via HTTP headers to Streamlit? I could implement SSO in my reverse proxy that way.