You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
documentation state that when you update client details using PUT/clients/id and you provide client_secret, the secret will be returned just this once. but I noticed that the secret is not returned and that a hashed form of the secret is returned.
If you pass client_secret the secret will be updated and returned via the API. This is the only time you will be able to retrieve the client secret, so write it down and keep it safe.
The text was updated successfully, but these errors were encountered:
The docs always match latest master, so it's version 0.10.x. What I meant is that you are probably running a hydra version below 0.10.x which is why you see the issue you describe. This is the patch that fixed this:
documentation state that when you update client details using
PUT
/clients/id
and you provide client_secret, the secret will be returned just this once. but I noticed that the secret is not returned and that a hashed form of the secret is returned.The text was updated successfully, but these errors were encountered: