Skip to content

Commit 2360f5b

Browse files
authored
Fixing typo in oidc authentication.conf
1 parent df76885 commit 2360f5b

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)