bleumink / streamlit-keycloak

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

Please correct the content of README.md regarding Client creation #11

Closed hukuhuku-matsuo closed 1 year ago

hukuhuku-matsuo commented 1 year ago

README.md needs to be updated. Access-Type does not exist in the current keyclaok's Client configuration item. I am very confused. I would be very happy if you could add an example of Client configuration.

Thanks for your great work!

bleumink commented 1 year ago

Ah yes, it's called Client Authentication now, in the capability config when you create a new client. This should be turned off, which is also the default. Adding a simple example is a good idea.

hukuhuku-matsuo commented 1 year ago

Thank you very much for your prompt response.