{"issuer":"http://idsrv3.com/embedded",
"authorization_endpoint":"http://localhost:27573/connect/authorize",
"token_endpoint":"http://localhost:27573/connect/token",
"userinfo_endpoint":"http://localhost:27573/connect/userinfo",
"end_session_endpoint":"http://localhost:27573/connect/endsession",
"check_session_iframe":"http://localhost:27573/connect/checksession",
"revocation_endpoint":"http://localhost:27573/connect/revocation",
"scopes_supported":["openid","profile","email","offline_access","read","write","forbidden"],
"response_types_supported":["code","token","id_token","id_token token","code id_token","code token","code id_token token"],
"response_modes_supported":["form_post","query","fragment"],
"grant_types_supported":["authorization_code","client_credentials","password","refresh_token","implicit"],
"subject_types_supported":["public"],
"id_token_signing_alg_values_supported":["RS256"]}