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 e903153 commit 1e1b755Copy full SHA for 1e1b755
openid_connect.server_conf
@@ -2,7 +2,7 @@
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; Path=/; HttpOnly;"; # Random value
5
- add_header Set-Cookie "auth_redir=$uri; Path=/; HttpOnly;"; # So we know where to come back to
+ add_header Set-Cookie "auth_redir=$request_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