2021-04-16 02:32:00 +00:00
|
|
|
{
|
|
|
|
"issuer": "{{AppUrl | JSEscape | Safe}}",
|
|
|
|
"authorization_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/authorize",
|
|
|
|
"token_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/access_token",
|
2021-05-06 05:30:15 +00:00
|
|
|
"userinfo_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/userinfo",
|
2021-04-16 02:32:00 +00:00
|
|
|
"response_types_supported": [
|
|
|
|
"code",
|
|
|
|
"id_token"
|
|
|
|
]
|
|
|
|
}
|