aflac · OAuth Scopes

aflac OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://auth.enterprise-connect.aflac.com/oauth/token.

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.

Fortune 500
Scopes: 6 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://auth.enterprise-connect.aflac.com/oauth/token
Flows
clientCredentials

Scopes (6)

ScopeDescriptionFlows
claims:read Read claim records clientCredentials
claims:write Submit claims clientCredentials
eligibility:read Verify eligibility clientCredentials
enrollment:read Read enrollment records clientCredentials
enrollment:write Create and update enrollments clientCredentials
groups:read Read group records clientCredentials

Source

OAuth Scopes

aflac-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/aflac-enterprise-connect-openapi.yml
schemes:
- name: oauth2
  source: openapi/aflac-enterprise-connect-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.enterprise-connect.aflac.com/oauth/token
  description: OAuth 2.0 client credentials flow for server-to-server API access.
scopes:
- scope: claims:read
  description: Read claim records
  flows:
  - clientCredentials
  sources:
  - openapi/aflac-enterprise-connect-openapi.yml
- scope: claims:write
  description: Submit claims
  flows:
  - clientCredentials
  sources:
  - openapi/aflac-enterprise-connect-openapi.yml
- scope: eligibility:read
  description: Verify eligibility
  flows:
  - clientCredentials
  sources:
  - openapi/aflac-enterprise-connect-openapi.yml
- scope: enrollment:read
  description: Read enrollment records
  flows:
  - clientCredentials
  sources:
  - openapi/aflac-enterprise-connect-openapi.yml
- scope: enrollment:write
  description: Create and update enrollments
  flows:
  - clientCredentials
  sources:
  - openapi/aflac-enterprise-connect-openapi.yml
- scope: groups:read
  description: Read group records
  flows:
  - clientCredentials
  sources:
  - openapi/aflac-enterprise-connect-openapi.yml