Skip to content

Commit 89e9e41

Browse files
author
Hans Zandbelt
committed
put OIDCCookiePath back in README.md until next release
1 parent 3186676 commit 89e9e41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ have to enable the `Google+ API` under `APIs & auth` in the [Google API console]
8080
OIDCScope "openid email profile"
8181
OIDCRedirectURI https://www.example.com/example/redirect_uri
8282
OIDCCryptoPassphrase <password>
83+
OIDCCookiePath /example/
8384

8485
<Location /example/>
8586
AuthType openid-connect
@@ -156,6 +157,7 @@ And the related **mod_auth_openidc** Apache config section:
156157

157158
OIDCRedirectURI https://www.example.com/example/redirect_uri/
158159
OIDCCryptoPassphrase <password>
160+
OIDCCookiePath /example/
159161

160162
<Location /example/>
161163
AuthType openid-connect

0 commit comments

Comments
 (0)