University of Zurich · Example Payload

University Of Zurich Discovery Example

EducationHigher EducationUniversitySwitzerlandOpen AccessResearch RepositoryOpen DataIdentity

University Of Zurich Discovery Example is an example object payload from University of Zurich, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

issuerauthorization_endpointtoken_endpointuserinfo_endpointintrospection_endpointrevocation_endpointend_session_endpointjwks_uriscopes_supportedresponse_types_supportedresponse_modes_supportedgrant_types_supportedcode_challenge_methods_supportedtoken_endpoint_auth_methods_supportedsubject_types_supported

Example Payload

Raw ↑
{
  "issuer": "https://login.eduid.ch/",
  "authorization_endpoint": "https://login.eduid.ch/idp/profile/oidc/authorize",
  "token_endpoint": "https://login.eduid.ch/idp/profile/oidc/token",
  "userinfo_endpoint": "https://login.eduid.ch/idp/profile/oidc/userinfo",
  "introspection_endpoint": "https://login.eduid.ch/idp/profile/oauth2/introspection",
  "revocation_endpoint": "https://login.eduid.ch/idp/profile/oauth2/revocation",
  "end_session_endpoint": "https://login.eduid.ch/idp/profile/oidc/end-session",
  "jwks_uri": "https://login.eduid.ch/idp/profile/oidc/keyset",
  "scopes_supported": ["openid", "profile", "email", "https://login.eduid.ch/authz/User.Read", "offline_access"],
  "response_types_supported": ["code"],
  "response_modes_supported": ["query", "fragment", "form_post"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "client_secret_jwt", "private_key_jwt"],
  "subject_types_supported": ["pairwise", "public"]
}