no Client ID set for the provider #1264
shayannyc25
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we are seeing below errors in our prod , i searched for each of these errors but cant really find the root cause. using 2.4.15.3-1 version.
1)"oidc_handle_authorization_response: invalid authorization response state and no default SSO URL is set, sending an error..."
2)"oidc_proto_resolve_code_and_validate_response: failed to resolve the code"
3)"oidc_authorization_response_match_state: unable to restore state"
4)"oidc_restore_proto_state: no "mod_auth_openidc_state_" state cookie found: check domain and samesite cookie settings"
5)"oidc_util_http_call: curl_easy_perform(2/2) failed for (null) with: [<n/a>]"
6)"oidc_util_http_call: curl_easy_perform(1/2) failed for (null) with: [No URL set!]"
7)"oidc_proto_authorization_request: no Client ID set for the provider: perhaps you are accessing an endpoint protected with "AuthType openid-connect" instead of "AuthType oauth20"?)"
Beta Was this translation helpful? Give feedback.
All reactions