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 36e6818 commit 0a3aea7Copy full SHA for 0a3aea7
templates/user/auth/oidc_wellknown.tmpl
@@ -2,6 +2,7 @@
2
"issuer": "{{AppUrl | JSEscape | Safe}}",
3
"authorization_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/authorize",
4
"token_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/access_token",
5
+ "userinfo_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/userinfo",
6
"response_types_supported": [
7
"code",
8
"id_token"
0 commit comments