...
You also have the option to define a default value
in case the value was not provided and you can set the synchronize
flag to true, so that those values will be updated each time when a user logs in.
Furthermore you can define an attribute as identifies a user
. If set, users that logon with an external provider will be matched on that attribute to local users. For example, if the external provider has a claim containing a customer number, and there is an appropriate attribute within the CoreOne Suite, you can match the users on that attribute.
Claim Mapping
When you do not want to store the claims provided by the external identity provider in the CoreOne Suite Meta Directory but you would like to include the claims in the token, you can configure a simple claim mapping. I.e. you can map the external claim http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
to the claim given_name
.
...