For the complete documentation index, see llms.txt. This page is also available as Markdown.

Corppass Standard Scopes

Corppass standard scopes provide access to identity information about the transacting user, and the entity that the user is transacting on behalf of.

These scopes are available to all Corppass applications.

Protocol Scopes

Protocol scopes are mandatory scopes required for authentication and authorization.

Scope
Description

openid

Mandatory scope to indicate the request is an OpenID Connect flow.

The scope must be included in the scope parameter of an authorization request.

Authorization Scopes

Authorization scopes provide access to authorization details about the transacting user.

Scope
Description
Data Access
Endpoint

authinfo

View authorization details about the transacting user.

tpauthinfo

View third-party authorization details about the transacting user.

Entity Scopes

Entity scopes provide access to profile information about the entity that the user is transacting on behalf of.

Scope
Description & Endpoint
Data Access
Endpoint

entity.identity

View entity identity, includes:

  • entity type

  • registration number

  • country of incorporation using ISO 3166-1 alpha-2 standard Refer to ISO 3166 for possible values.

entity.basic_profile.name

View entity name.

entity.basic_profile.uen_status

View entity UEN status.

User Scopes

User scopes provide access to profile information about the transacting user.

Scope
Description
Data Access
Endpoint

user.identity

View acting user's identity, includes:

  • account type

  • identity number

  • country of issuance using ISO 3166-1 alpha-2 standard Refer to ISO 3166 for possible values.

user.name

View acting user's name.

Last updated