python-keycloak icon indicating copy to clipboard operation
python-keycloak copied to clipboard

Can we use python-keycloak in flask without client_secret_key ?

Open harish2296 opened this issue 4 years ago • 2 comments

can python-keycloak work without client_secret_key ?

harish2296 avatar Aug 13 '20 10:08 harish2296

Yes, you can just use regular user credentials (username/password).

double-a avatar Apr 05 '21 15:04 double-a

Hi @harish2296 , can you share maybe you flask setup for using this library? are you using a SecurityManager?

Yuval-Moshe avatar Nov 23 '23 10:11 Yuval-Moshe