I wonder if it'd be possible with keycloak, through the REST API or the admin dashboard, to manually set the client_secret
for a given client_id
.
Why would I need this ? I want to distribute Desktop apps that will have the credentials hard-coded to use implicit_flow
, and I'm afraid someone will regenerate the client_secret
by mistake. Maybe I just thinking this the wrong way ?
Thank you for reading,