Skip to content

Commit 0a3aea7

Browse files
Update oidc_wellknown.tmpl
1 parent 36e6818 commit 0a3aea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/user/auth/oidc_wellknown.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"issuer": "{{AppUrl | JSEscape | Safe}}",
33
"authorization_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/authorize",
44
"token_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/access_token",
5+
"userinfo_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/userinfo",
56
"response_types_supported": [
67
"code",
78
"id_token"

0 commit comments

Comments
 (0)