python-keycloak
python-keycloak copied to clipboard
Can we use python-keycloak in flask without client_secret_key ?
can python-keycloak work without client_secret_key ?
Yes, you can just use regular user credentials (username/password).
Hi @harish2296 , can you share maybe you flask setup for using this library? are you using a SecurityManager?