We have developed Streamlit apps and deployed it to unix server as a background job but our streamlit app is not secure and anyone in our organization can access it. We need to integrate with SSO but using our custom SSO used by our organizers.
Can you please guide me , how to do it ?
Hey @AshishSr123,
Unfortunately, we don’t currently have native support for authentication, but it’s coming soon!
For now, streamlit-authenticator
is a popular component used to create a basic auth system for apps, and depending on the SSO provider used by your company, you may be able to build your own integration. What SSO system is your organization using?
We have in house SSO which gives a auth token.
“externalbrowser” Not works with snowflake if streamlit app deployed to Azure app or Streamlit cloud