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 fb79b38 commit 220b48cCopy full SHA for 220b48c
openid_connect.server_conf
@@ -1,8 +1,8 @@
1
location @oidc_auth {
2
# Redirect this request to the OpenID Connect identity provider login page for this server{}
3
# Using authorization code flow (nonce sent to IdP is hash of $request_id)
4
- add_header Set-Cookie "auth_nonce=$request_id; HttpOnly;"; # Random value
5
- add_header Set-Cookie "auth_redir=$uri; HttpOnly;"; # So we know where to come back to
+ add_header Set-Cookie "auth_nonce=$request_id; HttpOnly;"; # Random value
+ add_header Set-Cookie "auth_redir=$uri; Path=/; HttpOnly;"; # So we know where to come back to
6
7
# This URL should work for most OpenID Connect providers.
8
# Adjust the scope or state values as required
0 commit comments