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.
2 parents 8650c1a + 2360f5b commit 819c16cCopy full SHA for 819c16c
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