Skip to main content
Version: 2.82.x.x LTS

UserInfo request

To call the UserInfo service, a HTTP GET request has to be sent to the following URL:

https://<hostname>:<port>/nevisidm/api/oic1.0/userinfo

The request must contain a valid SecToken. The SecToken has to contain the ID or extId of the user's profile, to be able to identify the user in nevisIDM. The requested claims have to be added to the SecToken as well.

Note that nevisIDM does not support the access token obtained through OpenID Connect authentication. Therefore, the claims have to be requested in the SecToken instead of the access token, which is documented in the Open ID documentation. More information about requesting claims can be found in the chapter Requesting claims.