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 3186676 commit 89e9e41Copy full SHA for 89e9e41
README.md
@@ -80,6 +80,7 @@ have to enable the `Google+ API` under `APIs & auth` in the [Google API console]
80
OIDCScope "openid email profile"
81
OIDCRedirectURI https://www.example.com/example/redirect_uri
82
OIDCCryptoPassphrase <password>
83
+ OIDCCookiePath /example/
84
85
<Location /example/>
86
AuthType openid-connect
@@ -156,6 +157,7 @@ And the related **mod_auth_openidc** Apache config section:
156
157
158
OIDCRedirectURI https://www.example.com/example/redirect_uri/
159
160
161
162
163
0 commit comments