{
  "issuer": "https://smart--iptv.ch",
  "authorization_endpoint": "https://smart--iptv.ch/oauth/authorize",
  "token_endpoint": "https://smart--iptv.ch/oauth/token",
  "jwks_uri": "https://smart--iptv.ch/.well-known/jwks.json",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "none"
  ]
}