aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/auth/oidc_wellknown.tmpl
blob: fcde060a8d19f23261f7baab61de3f5117a9a3dc (plain)
1
2
3
4
5
6
7
8
9
10
{
    "issuer": "{{AppUrl | JSEscape | Safe}}",
    "authorization_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/authorize",
    "token_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/access_token",
    "userinfo_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/userinfo",
    "response_types_supported": [
        "code",
        "id_token"
    ]
}