Hi team, I have two questions related to implementation of authentication in streamlit.
Does anyone have pointers on how we can integrate the corporate SSO into a Streamlit application? our company is using a custom SSO system.
Let’s say there’s a way to integrate the corporate SSO. Once user logs in successfully, secure http-only cookies will be set in the browser. Is there a way inside streamlit to retrieve those http-only cookies to make downstream calls?
There are a few custom components that have been written for authentication within Streamlit. Additionally, the native authentication support is currently under development.
I don’t have anything specific to point you toward, so I’d recommend searching the forum, gallery, or a general Google search. Since we’re adding native support for authentication soon, we should have more information in documentation at the same time.