{
 "authorization_endpoint": "https://pilot-ca1.rcauth.eu/oauth2/authorize",
 "registration_endpoint": "https://pilot-ca1.rcauth.eu/oauth2/register",
 "jwks_uri": "https://pilot-ca1.rcauth.eu/oauth2/certs",
 "issuer": "https://pilot-ca1.rcauth.eu/oauth2",
 "token_endpoint": "https://pilot-ca1.rcauth.eu/oauth2/token",
 "userinfo_endpoint": "https://pilot-ca1.rcauth.eu/oauth2/userinfo",
 "token_endpoint_auth_methods_supported": ["client_secret_post"],
 "subject_types_supported": ["public"],
 "scopes_supported":  [
  "edu.uiuc.ncsa.myproxy.getcert",
  "org.cilogon.userinfo",
  "openid",
  "profile",
  "email"
 ],
 "response_types_supported":  [
  "code",
  "token",
  "id_token"
 ],
 "claims_supported":  [
  "idp",
  "eduPersonTargetedID",
  "cert_subject_dn",
  "idp_display_name",
  "name",
  "eduperson_scoped_affiliation",
  "eduPersonPrincipalName",
  "eduPersonUniqueId",
  "eduperson_assurance",
  "given_name",
  "family_name",
  "email"
 ],
 "id_token_signing_alg_values_supported":  [
  "RS256",
  "RS384",
  "RS512"
 ]
}