SideCare · OAuth Scopes

SideCare OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://www.sidecare.com/accounts/oauth/tokens.

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.

CompanyFinancial ServicesInsuranceInsurtechHealth InsuranceEmployee BenefitsHuman ResourcesHRISFranceOpenID Connect
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.sidecare.com/accounts/oauth/authorizations
Token URL
https://www.sidecare.com/accounts/oauth/tokens
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid Required OpenID Connect scope; returns the subject identifier and an ID token. authorizationCode
profile Access to the end-user's profile claims (name, given_name, family_name, birthdate, phone_number). authorizationCode
email Access to the end-user's email and email_verified claims. authorizationCode
address Access to the end-user's postal address claim. authorizationCode

Source

OAuth Scopes

sidecare-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://www.sidecare.com/.well-known/openid-configuration
docs: https://www.sidecare.com/connexion-hub
schemes:
- name: sidecare-oidc
  type: openIdConnect
  source: well-known/sidecare-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.sidecare.com/accounts/oauth/authorizations
    tokenUrl: https://www.sidecare.com/accounts/oauth/tokens
scopes:
- scope: openid
  description: Required OpenID Connect scope; returns the subject identifier and an ID token.
  flows: [authorizationCode]
  sources: [well-known/sidecare-openid-configuration.json]
- scope: profile
  description: Access to the end-user's profile claims (name, given_name, family_name, birthdate, phone_number).
  flows: [authorizationCode]
  sources: [well-known/sidecare-openid-configuration.json]
- scope: email
  description: Access to the end-user's email and email_verified claims.
  flows: [authorizationCode]
  sources: [well-known/sidecare-openid-configuration.json]
- scope: address
  description: Access to the end-user's postal address claim.
  flows: [authorizationCode]
  sources: [well-known/sidecare-openid-configuration.json]