streamlit-keycloak
streamlit-keycloak copied to clipboard
User authentication and single sign-on in your Streamlit app using Keycloak
Hey, not sure if this is an issue or rather a support topic, but I have not been able to find anything anywhere so I figured out this might be...
The client id configured requires the client secret. How can we set the client secret?
Thank you for this component. After solving the local development integration with keycloak with "Realm Settings" -> "Security Defenses" -> "Content-Security-Policy" to ``` frame-src 'self'; frame-ancestors 'self' http://localhost:8501 localhost; object-src...
Hello! I have the following configuration: 1. A main UI application, based on NodeJS, protected by Keycloak. I call it MainUI. It has the subdomain main.example.com. 2. A Streamlit application...
I have an issue with this implementation. When I sign in I get this error loading the page: **Refused to frame because an ancestor violates the following Content Security Policy...
Example case: - Implementing idpHint login options to allow for better control of idp preferences. - Providing an in-place logout function for a more seamless user experience. I have already...
May I kindly please ask you to consider adding "Logout" button? My case is, sometimes someone on my team presents Streamlit dashboard on a PC that does not belong to...
In the README, I see "By default your access tokens will be refreshed when they expire. Refreshing the tokens will cause your app to be re-rendered. " Is this literally...
First of all, congratulations on your project, it works very well. Now a question: I was able to install streamlit-keycloack and authenticate a user in my app on Streamlit Cloud...
When developing locally, but using a remote Keycloak server, authentication does not seem to work. This is not an issue when running Keycloak on the same domain, or when both...