Viewing Claims
Last updated
Last updated
There are 4 ways in which claims can be viewed:
By the user during the signup or login process.
Manually by the user in the Account UI.
Manually by an admin in the Admin UI.
Automatically by an admin client via the Management API.
The user can view claims during signup or login using the Authentication API. Important is the score of the claims you want to view as the user needs to have a session with a (security) score at least equal to or larger as the score of the claim. Only claims within the score are returned.
The API call to view claims using the Authentication API looks as below (Postman documentation ):
Alternatively the user can also manually view claims in the Account UI or via the Management API. In the Account UI users can go to Attributes.
An admin can manually view claims in the Admin UI or via the Management API. In the Admin UI admins can go to Users, select the desired user, go to the Attributes tab.
The API call to view claims using the Management API looks as below (Postman documentation ):
The API call to view claims using the Management API looks as below (Postman documentation ):