bleumink / streamlit-keycloak

User authentication and single sign-on in your Streamlit app using Keycloak
MIT License
59 stars 11 forks source link

How can I add our CA cert to connect to keycloak over tls on default port 8443? #24

Closed MatsBjerin closed 11 months ago

MatsBjerin commented 11 months ago

Hi, Our Keycloak server is using tls (ssl). I guess we must add our CA's public cert for the connection to it to be considered valid by the client handling the session to keycloak inside the streamlit keycloak module. Is there a way to do that with the keycloak module?

Thanks! Best, /Mats

MatsBjerin commented 11 months ago

I realised the authentication is taking place on the client side, so as long as the client has the root cert set as valid, it is all good. The base domain for keycloak and the streamlit web pages must be the same so the "origin" is the same for security reasons. I am closing this out.