> For the complete documentation index, see [llms.txt](https://docs.corppass.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corppass.gov.sg/technical-specifications/corppass-authorization-api-fapi-2.0/scopes.md).

# Scopes

Scopes define the level of access a Relying Party (RP) is requesting from Corppass during an authorization request. Each scope corresponds to a specific set of claims or datasets that the RP may access.

Once the user authorises the request, the claims associated with the requested scopes are returned either in ID token (via the [Token Endpoint](/technical-specifications/corppass-authorization-api-fapi-2.0/integration-guide/3.-token-endpoint.md)) and/or through the [Userinfo Endpoint](/technical-specifications/corppass-authorization-api-fapi-2.0/integration-guide/4.-userinfo-endpoint.md), depending on the type of digital service application.

## Usage

When initiating an authorization request via , RPs specify the required scopes in the `scope` parameter. Multiple scopes are space-separated.

Example:

```
scope=openid authinfo user.identity entity.identity entity.basic_profile.name
```

Refer to [Pushed Authorization Request (PAR)](/technical-specifications/corppass-authorization-api-fapi-2.0/integration-guide/1.-pushed-authorization-request-par-endpoint.md) for detailed specifications on constructing the request.

## Available Scopes

<table><thead><tr><th width="262.6953125" valign="top">Scope Category</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><a href="/pages/Cd0ztkcZ3bDxhxjvKn0g">Standard Scopes</a></td><td valign="top"><p>Corppass standard scopes provide access to identity information about the transacting user, and the entity that the user is transacting on behalf of.</p><p></p><p>These include:</p><ul><li><a href="/pages/Cd0ztkcZ3bDxhxjvKn0g#protocol-scopes">Protocol scopes</a>.</li><li><a href="/pages/Cd0ztkcZ3bDxhxjvKn0g#authorization-scopes">Authorization scopes</a>, providing access to authorization details about the transacting user.</li><li><a href="/pages/Cd0ztkcZ3bDxhxjvKn0g#entity-scopes">Entity profile scopes</a>, providing access to profile information about the entity that the user is transacting on behalf of.</li><li><a href="/pages/Cd0ztkcZ3bDxhxjvKn0g#user-scopes">User profile scopes</a>, providing access to profile information about the transacting user.</li></ul><p></p><p><em>Available to all Corppass applications.</em></p></td></tr><tr><td valign="top"><a href="/pages/q3CXMPDqHJH1lIWjMOBl">Myinfo Business Scopes</a></td><td valign="top"><p>Myinfo Business scopes provide access to entity and personal information about the acting user and the entity they represent.</p><p></p><p>These include:</p><ul><li><a href="/pages/3alj7eVRTw8Ix32ItPzR">Entity scopes</a>, providing access to business-related information about the entity the user is transacting on behalf of.</li><li><a href="/pages/K80z1ge7jIIJPTGAnUIR">Person scopes</a>, providing access to personal information about the transacting user.</li><li><a href="/pages/h7CvMIhhrNwLkLqOifpK">Corppass scopes</a>, providing access to information about the transacting user's Corppass account.</li></ul><p></p><p><em>Available to only Myinfo Business applications.</em></p></td></tr></tbody></table>
