OpenID Connect uses claims and scopes to define user information. Claims generally provide details about the user's identity. Scope is commonly used to define what resources a user has access to.
The OpenID Connect specification contains about 20 standard claims and 4 standard scopes. These are used to supply the client application with consented user details.
SuperOffice Online supports 1 scope only: openid. However, this scope includes additional claims normally obtained at the userInfo endpoint, such as first name, last name, and email address.
Code example:
