Home
last modified time | relevance | path

Searched refs:OIDCCookieDomain (Results 1 – 4 of 4) sorted by relevance

/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Dconfig.c2260 "if the configured " OIDCRedirectURI " is relative, " OIDCCookieDomain " SHOULD be empty"); in oidc_check_config_openid_openidc()
2264 …"the domain (%s) configured in " OIDCCookieDomain " does not match the URL hostname (%s) of the co… in oidc_check_config_openid_openidc()
2969 AP_INIT_TAKE1(OIDCCookieDomain,
H A Dmod_auth_openidc.h684 #define OIDCCookieDomain "OIDCCookieDomain" macro
H A Dmod_auth_openidc.c2335 …"the domain (%s) configured in " OIDCCookieDomain " does not match the URL hostname (%s) of the UR… in oidc_authenticate_user()
2383 …"the domain (%s) configured in " OIDCCookieDomain " does not match the URL hostname (%s) of the \"… in oidc_target_link_uri_matches_configuration()
/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/
H A DChangeLog1183 - support subdomain cookies in OIDCCookieDomain checks; PR #96, thanks @pfiled