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

Regenerate Secret of Client

Open PreethiNandakumar opened this issue 5 years ago • 2 comments
trafficstars

Is there any method available to regenerate secret of client ?

PreethiNandakumar avatar Oct 06 '20 09:10 PreethiNandakumar

Any pointers if this can be done ?

PreethiNandakumar avatar Nov 30 '20 22:11 PreethiNandakumar

keycloak_admin.generate_client_secrets(client_id) should do the job.

double-a avatar Mar 29 '21 09:03 double-a