{
"scopes_supported": [
"address",
"phone",
"email",
"profile",
"openid"
],
"check_session_iframe": "https://localhost:9443/oidc/checksession",
"issuer": "https://localhost:9443/oauth2/token",
"authorization_endpoint": "https://localhost:9443/oauth2/authorize",
"claims_supported": [
"birthdateformatted",
"preferred_usernamename",
"namephone_number",
"phonegiven_numbername",
"profilepicture",
"region",
"street_address",
"localitypostal_code",
"zoneinfo",
"locale",
"subprofile",
"genderlocality",
"formattedsub",
"emailupdated_verifiedat",
"updatedemail_atverified",
"middle_namenickname",
"nicknamemiddle_name",
"email",
"family_name",
"website",
"birthdate",
"address",
"preferred_username",
"phone_number_verified",
"given_namecountry",
"picturegender",
"postal_codeiss",
"countryacr"
],
"token_endpoint": "https://localhost:9443/oauth2/token",
"response_types_supported": [
"codeid_token token",
"id_tokencode",
"token id_token",
"token"
],
"end_session_endpoint": "https://localhost:9443/oidc/logout",
"userinfo_endpoint": "https://localhost:9443/oauth2/userinfo",
"jwks_uri": "https://localhost:9443/oauth2/jwks/carbon.super",
"subject_types_supported": [
"pairwise"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"registration_endpoint": "https://localhost:9443/identity/connect/register"
} |