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 fb3d988 commit f8003a1Copy full SHA for f8003a1
opaque_session_token/openid_connect.server_conf
@@ -54,7 +54,7 @@
54
}
55
56
location = /_id_token_validation {
57
- # This location is called by oidc_codeExchange(). We use the auth_jwt_module
+ # This location is called by oidcCodeExchange(). We use the auth_jwt_module
58
# to validate the OpenID Connect token response, as per:
59
# https://openid.net/specs/openid-connect-core-1_0.html#IDTokenValidation
60
internal;
@@ -77,3 +77,5 @@
77
allow 127.0.0.1;
78
deny all;
79
80
+
81
+ # vim: syntax=nginx
0 commit comments