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