634ededdc9
alb-provider: JWT verification block was wrapped in generic error that turned 401 to 500 causing clients to retry the login cimd: cimd clients are not registered in oidc_clients table so inserting offline sessions for them violates the foreign key constraint. dropping the fk. offline: return access token even when refresh token issuing fails. if the refresh token issue fails for some reason, it will return 500 which will then cause client to retry even it can get valid access token without refresh token. closes #33329 Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>