attributeMapping property
The mapping of additional user attributes like nickname, birthday and address etc..
key
is the name of this additional attribute. value
is a string
presenting as CEL(common expression language, go/cel) used for getting the
value from the resources. Take nickname as an example, in this case, key
is "attribute.nickname" and value
is "assertion.nickname".
Optional.
Implementation
core.Map<core.String, core.String>? attributeMapping;