{
  "issuer": "https://raiox-web.com",
  "authorization_endpoint": "https://raiox-web.com/oauth/authorize",
  "token_endpoint": "https://raiox-web.com/oauth/token",
  "jwks_uri": "https://raiox-web.com/.well-known/http-message-signatures-directory",
  "response_types_supported": ["code", "token", "id_token"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "grant_types_supported": ["authorization_code", "client_credentials"]
}
