{
  "issuer": "https://oidc.pilot1.sram.surf.nl",
  "authorization_endpoint": "https://oidc.pilot1.sram.surf.nl/authorize",
  "token_endpoint": "https://oidc.pilot1.sram.surf.nl/token",
  "userinfo_endpoint": "https://oidc.pilot1.sram.surf.nl/userinfo",
  "jwks_uri": "https://oidc.pilot1.sram.surf.nl/.well-known/jwks.json",
  "device_authorization_endpoint": "https://oidc.pilot1.sram.surf.nl/device",
  "response_types_supported": [
    "code",
    "token",
    "id_token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "introspection_endpoint": "https://oidc.pilot1.sram.surf.nl/introspect",
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ]
}