EntityInfo Claim Structure

The table below provides a detailed description of each attribute in the EntityInfo object, which is a mandatory claim in all Corppass ID Tokens.

Mandatory Attributes: These attributes will always be present in the EntityInfo object and will always contain a value, which could be a blank string if no data is available.

Non-Mandatory Attributes: These attributes will only appear if data is available and are not strictly required by the schema.

Field
Description
Data Type
Length
Mandatory

CPEntID

Unique identifier for the entity, such as UEN (Unique Entity Number).

String

10

Yes

CPEnt_Status

Status of the entity in Corppass as provided by issuance agencies. The possible values for entity status are:

  • Registered

  • De-Registered

  • Withdrawn

  • Blank (Specific for Non-UEN scenario)

String

20

Yes

CPEnt_TYPE

Type of Entity that the user belongs to. The possible values for entity type are:

  • UEN

  • NON-UEN (Includes non-UEN entities as well as ASGD/ITR entities)

  • GSTN

String

10

Yes

CPNonUEN_RegNo

Entity registration number of Non-UEN entity which is entered during Corppass Admin registration. Value will be "" if user belongs to UEN entity.

String

15

Yes

CPNonUEN_Country

Country of incorporation of Non-UEN entity which is provided during Corppass Admin registration. Value will be "" if user belongs to UEN entity.

String

2

Yes

CPNonUEN_Name

Name of Non-UEN entity which is entered during Corppass Admin registration. Value will be "" if user belongs to UEN entity.

String

100

Yes

Last updated