...
To adopt the rules to your environment, configure the necessary information in the file.
Claim sources:
Practical experience has shown that the values of one and the same claim can differ in the token and in the UserInfo. To take this into account and to simplify configuration, Smartfacts allows you to specify the source of a claim.
By prefixing the qualifier [token]: or [userinfo]:, you can determine from which source the value of a claim should be determined.
If "[token]:" is prefixed, the value of the claim is determined directly from the token.
If "[userinfo]:" is prefixed, the value of the claim is determined from the result of the UserInfo Endpoint of the OIDC provider.
If no qualifier is specified, "[userinfo]:" is implicitly prefixed.
e.g. - claim: "[token]:email"
Configure Allowed email adresses
...