CCC Intelligent Solutions · OAuth Scopes

CCC Intelligent Solutions OAuth Scopes

OAuth 2.0 searched

CCC Intelligent Solutions publishes 9 OAuth 2.0 scopes via the authorizationCode, implicit, deviceCode, and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the CCC Intelligent Solutions API on a user’s behalf.

Tokens are issued from https://auth.cccis.com/oauth2/v1/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.

InsuranceUnited StatesProperty and CasualtyClaimsAuto Physical DamageCollision RepairInsurtechClaims TechnologyCIECAPartner GatedOAuthOpenID Connect
Scopes: 9 Flows: authorizationCode, implicit, deviceCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://auth.cccis.com/oauth2/v1/authorize https://auth.cccis.com/oauth2/aus294ajl2Qs1RgY24x7/v1/authorize
Token URL
https://auth.cccis.com/oauth2/v1/token https://auth.cccis.com/oauth2/aus294ajl2Qs1RgY24x7/v1/token
Flows
authorizationCodeimplicitdeviceCodeclientCredentials

Scopes (9)

ScopeDescriptionFlows
openid OpenID Connect - request an ID token. authorizationCode, implicit
profile Basic profile claims for the authenticated CCC user. authorizationCode, implicit
email Email address claim. authorizationCode, implicit
address Address claim. authorizationCode, implicit
phone Phone number claim. authorizationCode, implicit
offline_access Issue a refresh token. authorizationCode
groups Okta group membership claim - the group grants that map a CCC user to their entitlements. authorizationCode, implicit
device_sso Native SSO / device secret exchange on the CCC Connect authorization server. authorizationCode
connect:portal Access to the CCC Connect customer/partner portal. Observed on the live authorization-code + PKCE request issued by connect.cccis.com. authorizationCode

Source

OAuth Scopes

ccc-intelligent-solutions-scopes.yml Raw ↑
generated: '2026-07-25'
method: searched
source: https://auth.cccis.com/.well-known/openid-configuration
note: |
  CCC publishes no OpenAPI, so no oauth2 scope map could be derived from a spec.
  These scopes are read verbatim from the two anonymously readable Okta
  discovery documents at auth.cccis.com plus the scope observed on the live
  CCC Connect authorization request. They are identity/portal scopes - CCC does
  NOT publish any resource scopes for the api.cccis.com gateway or for CCC
  Secure Share; those are issued privately after contract/CIECA gating.
schemes:
- name: CCCOktaOrgAuthorizationServer
  source: well-known/ccc-intelligent-solutions-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.cccis.com/oauth2/v1/authorize
    tokenUrl: https://auth.cccis.com/oauth2/v1/token
  - flow: implicit
    authorizationUrl: https://auth.cccis.com/oauth2/v1/authorize
  - flow: deviceCode
    deviceAuthorizationUrl: https://auth.cccis.com/oauth2/v1/device/authorize
  - flow: clientCredentials
    tokenUrl: https://auth.cccis.com/oauth2/v1/token
    note: advertised in the RFC 8414 metadata only; no public client registration
- name: CCCOktaConnectAuthorizationServer
  source: well-known/ccc-intelligent-solutions-connect-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.cccis.com/oauth2/aus294ajl2Qs1RgY24x7/v1/authorize
    tokenUrl: https://auth.cccis.com/oauth2/aus294ajl2Qs1RgY24x7/v1/token
scopes:
- scope: openid
  description: OpenID Connect - request an ID token.
  flows: [authorizationCode, implicit]
  sources: [org, connect]
- scope: profile
  description: Basic profile claims for the authenticated CCC user.
  flows: [authorizationCode, implicit]
  sources: [org, connect]
- scope: email
  description: Email address claim.
  flows: [authorizationCode, implicit]
  sources: [org, connect]
- scope: address
  description: Address claim.
  flows: [authorizationCode, implicit]
  sources: [org, connect]
- scope: phone
  description: Phone number claim.
  flows: [authorizationCode, implicit]
  sources: [org, connect]
- scope: offline_access
  description: Issue a refresh token.
  flows: [authorizationCode]
  sources: [org, connect]
- scope: groups
  description: Okta group membership claim - the group grants that map a CCC user
    to their entitlements.
  flows: [authorizationCode, implicit]
  sources: [org]
- scope: device_sso
  description: Native SSO / device secret exchange on the CCC Connect authorization
    server.
  flows: [authorizationCode]
  sources: [connect]
- scope: 'connect:portal'
  description: Access to the CCC Connect customer/partner portal. Observed on the
    live authorization-code + PKCE request issued by connect.cccis.com.
  flows: [authorizationCode]
  sources: [observed]
platform_scopes:
  note: |
    The org authorization server also advertises the full Okta management scope
    set (okta.users.*, okta.groups.*, okta.apps.*, okta.logs.read, and ~70 more).
    These are Okta platform-administration scopes exposed by every Okta org, not
    CCC product scopes, and they are recorded here only so a future round does
    not mistake them for a CCC API surface.
  count: 77
  prefix: okta.
gaps:
- No resource scopes are published for the api.cccis.com production gateway.
- No scopes are published for CCC Secure Share; access is per-app and per-BMS
  message type, assigned by CCC at registration review ("CCC assigns the
  appropriate BMS message for each registered app based on business purpose").