-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Issue Summary
Currently, if a user is provisioned using SCIM, where externalId is passed as the user's named alias(nickname), this value does not get stored in the CWD_USER and APP_USER tables in the Cloud.
Steps to Reproduce
- Provision a user using SCIM
- Provide a nickname for the user in the field externalId
Expected Results
The value passed in externalId should populate in CWD_USER, APP_USER tables in Cloud.
Actual Results
This value does not get added in the CWD_USER, APP_USER tables for the created user.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available