Skip to content

Commit f8003a1

Browse files
authored
Syntax highlighting
1 parent fb3d988 commit f8003a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

opaque_session_token/openid_connect.server_conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555

5656
location = /_id_token_validation {
57-
# This location is called by oidc_codeExchange(). We use the auth_jwt_module
57+
# This location is called by oidcCodeExchange(). We use the auth_jwt_module
5858
# to validate the OpenID Connect token response, as per:
5959
# https://openid.net/specs/openid-connect-core-1_0.html#IDTokenValidation
6060
internal;
@@ -77,3 +77,5 @@
7777
allow 127.0.0.1;
7878
deny all;
7979
}
80+
81+
# vim: syntax=nginx

0 commit comments

Comments
 (0)