Skip to content

Commit 819c16c

Browse files
authored
Merge pull request ManageIQ#564 from ahrechushkin/master
Fixing typo in oidc authentication.conf
2 parents 8650c1a + 2360f5b commit 819c16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_auth/oidc-httpd-configs/authentication.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ OIDCOAuthSSLValidateServer Off
3636
FileETag None
3737
Header Set Cache-Control "max-age=0, no-store, no-cache, must-revalidate"
3838
Header Set Pragma "no-cache"
39-
Header Set Set-Cookie "miq_oidc_access_token=%%{OIDC_access_token}e; Max-Age=10; Path=/ui/service"
39+
Header Set Set-Cookie "miq_oidc_access_token=%{OIDC_access_token}e; Max-Age=10; Path=/ui/service"
4040
Header Unset ETag
4141
</Location>
4242

0 commit comments

Comments
 (0)