-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON Web Key Store default keys broken after upgrading to beta.6 #921
Comments
I think the issue is that the new generator expects the keys from the JSON Web Key storage to have matching public/private kids. This wasn't the case before and the strategy had a bug which caused the keys to mismatch. Can you sign into the db and run:
|
After performing those queries, hydra generated new keys but my client now fails to authenticate with the following error: |
If you're sending the client credentials in the POST body, this mus be set to |
For those like me, the issue was that I needed to update the property of the client in hydra. I think this issue can now be considered closed |
The original issue will be fixed by hydra re-generating the keys if the format is broken |
Closes #921 Signed-off-by: arekkas <aeneas@ory.am>
Closes #921 Signed-off-by: arekkas <aeneas@ory.am>
Closes #921 Signed-off-by: arekkas <aeneas@ory.am>
Closes #921 Signed-off-by: arekkas <aeneas@ory.am>
Closes #921 Signed-off-by: arekkas <aeneas@ory.am>
Closes #921 Signed-off-by: arekkas <aeneas@ory.am>
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
Hydra does not startup
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Perform a migration from b4->b6
What is the expected behavior?
Hydra should startup )
Which version of the software is affected?
hydra b6
In the error log I get the following error:
time="2018-07-12T09:04:49+06:00" level=fatal msg="Unable to refresh OpenID Connect signing keys." error="public and private key pair kids do not match"
The text was updated successfully, but these errors were encountered: