We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df76885 commit 2360f5bCopy full SHA for 2360f5b
external_auth/oidc-httpd-configs/authentication.conf
@@ -36,7 +36,7 @@ OIDCOAuthSSLValidateServer Off
36
FileETag None
37
Header Set Cache-Control "max-age=0, no-store, no-cache, must-revalidate"
38
Header Set Pragma "no-cache"
39
- Header Set Set-Cookie "miq_oidc_access_token=%%{OIDC_access_token}e; Max-Age=10; Path=/ui/service"
+ Header Set Set-Cookie "miq_oidc_access_token=%{OIDC_access_token}e; Max-Age=10; Path=/ui/service"
40
Header Unset ETag
41
</Location>
42
0 commit comments