Obtaining user information#

Your application can receive user information as OpenID Connect claims in two ways:

  • In the ID token you receive during login.

  • From the OpenID Connect userinfo userinfo endpoint

It can receive user information as LDAP attributes from the extended userinfo endpoint.

It can receive information about user affiliations, e.g. schools, instruction groups and subjects, from the groups API endpoints.