Replies: 2 comments 7 replies
-
|
I tried to fix : But now, I have this error : OpenID version is : 1.8.8, I can't install most recent version because my apache server is old. Do you know any issue ? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I now install mod_auth_openidc 2.4.11 OIDCProviderMetadataURL https://myprovider.com <Location /openid> But I always get the same problem with cookie state : [Tue Jul 12 10:01:06.162593 2022] [auth_openidc:error] [pid ] [client ] oidc_restore_proto_state: no "mod_auth_openidc_state_Glp9pj0Fiv" state cookie found: check domain and samesite cookie settings, referer: https://myprovider.com/ What can I do please ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
My problem is :
oidc_restore_proto_state: no "mod_auth_openidc_state_mrYYYYY" state cookie found, referer:
oidc_unsolicited_proto_state: could not parse JWT from state: invalid unsolicited response: [src/jose/apr_jwt.c:177: apr_jwt_base64url_decode_object]: JSON parsing (json_loads) failed: unable to decode byte 0x9a (\x9a\xb2V&\x86\x06|)\n, referer:
oidc_authorization_response_match_state: unable to restore state, referer:
oidc_handle_authorization_response: invalid authorization response state and no default SSO URL is set, sending an error..., referer:
Configuration :
OIDCProviderMetadataURL https://URL
OIDCClientID clientidvalue
OIDCClientSecret cliensecretvalue
OIDCRedirectURI https://example.com/openid
OIDCCryptoPassphrase passphrasevalue
OIDCCookiePath /
<Location /openid>
AuthType openid-connect
Require valid-user
</ Location>
What can I do ?
Beta Was this translation helpful? Give feedback.
All reactions