Rightrev · OAuth Scopes

Rightrev OAuth Scopes

OAuth 2.0 searched

Rightrev publishes 2 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Rightrev API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyRevenue RecognitionAccountingFinanceBillingASC 606IFRS 15RevenueSaaS Metrics
Scopes: 2 Flows: Method: searched

Scopes (2)

ScopeDescriptionFlows
profile Standard OpenID Connect profile claims for the authenticated user.
email Standard OpenID Connect email claim for the authenticated user.

Source

OAuth Scopes

rightrev-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: >-
  https://apis.rightrev.com/getting-started/authentication.md — the documented
  token response returns scope "profile email". RightRev publishes no OpenAPI
  oauth2 securityScheme, so these are the OpenID Connect scopes observed in the
  Keycloak token response rather than a derived spec baseline.
docs: https://apis.rightrev.com/getting-started/authentication.md
description: >-
  RightRev authenticates through a per-tenant Keycloak (OpenID Connect) realm.
  The documented token response grants the standard OIDC identity scopes; API
  authorization beyond identity is governed by tenant/user role assignment
  rather than fine-grained OAuth scopes.
schemes:
- name: RightRev OIDC (Keycloak)
  type: oauth2
  grant_types: [password, implicit]
  tokenUrl: https://auth.rightrev.cloud/auth/realms/<tenant_id>/protocol/openid-connect/token
  docs: https://apis.rightrev.com/getting-started/authentication.md
scopes:
- scope: profile
  description: Standard OpenID Connect profile claims for the authenticated user.
- scope: email
  description: Standard OpenID Connect email claim for the authenticated user.