-
Hello, I am trying to deploy Thank you, My configuration looks like this: ErrorLogFormat "%{cu}t %M"
</IfVersion>
ErrorLog /var/log/keystone/keystone.error.log
SetEnv HTTP_OIDC_ISS xxx
#OIDCCookieSameSite "on"
OIDCClaimPrefix "OIDC-"
OIDCClientID openstack
OIDCClientSecret 2d893e19-c446-4ada-b26c-1912e05469e6
OIDCCryptoPassphrase "openstack"
OIDCRedirectURI "http://example.com/v3/auth/OS-FEDERATION/websso/openid/redirect"
OIDCRedirectURI "http://example.com/v3/auth/OS-FEDERATION/identity_providers/vanity/protocols/openid/websso"
OIDCProviderMetadataURL "https://example.com/auth/realms/picp/.well-known/openid-configuration"
OIDCResponseType "id_token"
OIDCScope "openid email"
OIDCSSLValidateServer "Off"
OIDCOAuthSSLValidateServer "Off"
OIDCOAuthVerifyJwksUri "https://example.com/auth/realms/picp/protocol/openid-connect/certs"
OIDCIDTokenIatSlack "3600"
OIDCProviderIssuer "https://example.com/auth/realms/picp"
OIDCProviderAuthorizationEndpoint "https://example.com/auth/realms/picp/protocol/openid-connect/auth"
OIDCProviderTokenEndpointAuth "client_secret_basic"
<LocationMatch /v3/OS-FEDERATION/identity_providers/.*?/protocols/openid/auth>
AuthType oauth20
Require valid-user
</LocationMatch>
<LocationMatch "/v3/auth/OS-FEDERATION/websso/oidc">
AuthType openid-connect
Require valid-user
</LocationMatch>
<LocationMatch "/v3/auth/OS-FEDERATION/identity_providers/.*?/protocols/openid/websso">
AuthType openid-connect
Require valid-user
</LocationMatch>
<LocationMatch "/v3/auth/OS-FEDERATION/websso/openid">
AuthType openid-connect
Require valid-user
</LocationMatch>
CustomLog /var/log/keystone/keystone.access.log proxy
</VirtualHost> |
Beta Was this translation helpful? Give feedback.
Answered by
zandbelt
Aug 9, 2021
Replies: 1 comment 1 reply
-
see https://github.com/zmartzone/mod_auth_openidc/wiki/Caching |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jshen28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see https://github.com/zmartzone/mod_auth_openidc/wiki/Caching