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

Corppass Info

The corppass_info claim provides information about the transacting user’s Corppass account.

This claim is only returned in the Userinfo Endpoint response when

  1. The digital service is a Myinfo Business application.

corppass_info Attributes

Field
Data Type
Description

email

String

Corppass registered email address.

Required scope: corppass.email

email_verified

Boolean

Indicates if the Corppass registered email has been verified.

Required scope: corppass.email

Sample Payload

email attributes for the scope corppass.email
{
  "corppass_info": {
    "email": "john@corppass.gov.sg",
    "email_verified": true
  }
}

Last updated