
{
    "issuer":"https://us-api.experian.com",
    "authorization_endpoint":"https://us-api.experian.com/oauth2/v1/authorize/",
    "token_endpoint":"https://us-api.experian.com/oauth2/v1/token",
    "jwks_uri":"https://us-api.experian.com/oauth2/v1/keys",
    "response_types_supported":[
        "id_token"
    ],
    "response_modes_supported":[
        "form_post"
    ],
 "grant_types_supported":[
     "password"
 ],
    "subject_types_supported":[
        "public"
    ],
    "id_token_signing_alg_values_supported":[
        "RS256"
    ],
    "scopes_supported":[
        "openid"
		],
    "token_endpoint_auth_methods_supported":[
        "client_secret_post",
        "none"],
    "claims_supported":[
        "iss",
        "sub",
         "iat",
        "exp",
        "email",
		"FirstName",
		"LastName"
		]
}


