You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

oidc_wellknown.tmpl 286B

123456789
  1. {
  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. "response_types_supported": [
  6. "code",
  7. "id_token"
  8. ]
  9. }