jolly-tiger-57705
09/21/2022, 8:25 AM.well-known/openid-configuration
returns:
{
"error": "server_error",
"error_description": "The authorization server encountered an unexpected condition that prevented it from fulfilling the request. Could not ensure that signing keys for 'hydra.openid.id-token' exists. If you are running against a persistent SQL database this is most likely because your 'secrets.system' ('SECRETS_SYSTEM' environment variable) is not set or changed. When running with an SQL database backend you need to make sure that the secret is set and stays the same, unless when doing key rotation. This may also happen when you forget to run 'hydra migrate sql.."
}
jolly-tiger-57705
09/21/2022, 8:56 AMhydra token user
eventually shows an error page:
The request could not be executed because a mandatory configuration key is missing or malformed
You are seeing this page because configuration key urls.login is not set.
If you are an administrator, please read the guide to understand what you need to do. If you are a user, please contact the administrator.
fast-lunch-54279
jolly-tiger-57705
09/21/2022, 1:43 PMable-glass-7253
09/21/2022, 1:52 PMable-glass-7253
09/21/2022, 3:37 PMjolly-tiger-57705
09/21/2022, 3:42 PMable-glass-7253
09/21/2022, 3:47 PM/.well-known/openid-configuration
on an existing project, it returns the configuration the first time, but errs on subsequent requestsjolly-tiger-57705
09/21/2022, 6:40 PMjolly-tiger-57705
09/21/2022, 6:41 PMjolly-tiger-57705
09/26/2022, 11:38 AMable-glass-7253
09/26/2022, 11:45 AM$ curl -X DELETE https://<project_slug>.<http://projects.oryapis.com/admin/keys/hydra.openid.id-token|projects.oryapis.com/admin/keys/hydra.openid.id-token> -H 'Authorization: bearer ory_pat_redacted'
$ curl https://<project_slug>.<http://projects.oryapis.com/.well-known/jwks.json|projects.oryapis.com/.well-known/jwks.json>
able-glass-7253
09/26/2022, 11:47 AMjolly-tiger-57705
09/26/2022, 11:57 AM