Add support for generating example IdToken and UserInfo for client-scope evaluation
thomasdarimont opened this issue · 0 comments
thomasdarimont commented
Description
The old admin-console supports to tests scope / claim mappings by allowing to generate id-token and userinfo payload examples for a given user.
Discussion
No response
Motivation
This feature enables users to test claim mappers for id token and user info responses.
Details
Add methods like
evaluateGenerateIdToken
evaluateGenerateUserInfo
Next to the already existing evaluateGenerateAccessToken