SCIM v2 Creating user with an Is Single Sign-On Enabled Profile throws an exception
Last updated 2022-02-10 ·Reference W-5942786 ·Reported By 2 users
Summary
When "Is Single Sign-On Enabled" flag is enabled at the user profile, SCIM v2 create user call fails with below exception:
"message: An unexpected error occurred. Please include this ErrorId if you contact support: 1860233312-48374 (-740188281)"
Repro
- Enable Delegated Authentication
- Create a profile and set 'Is Single Sign-On Enabled' to true
- POST to /services/scim/v2/Users/ and create a user with the profile you just created. Here is sample json for that:
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User",
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User"
],
"id": "testuser1@abc.org",
"username": "testuser1@abc.org",
"name": {
"formatted": "test1 user",
"familyName": "user",
"givenName": "test1"
},
"nickName": "test1",
"emails": [
{
"value": "testuser1@abc.org.invalid"
}
],
"active": true,
"entitlements": [
{
"value": "00e0o0000037wHZ"
}
],
"meta": {
"resourceType": "User"
}
}
Workaround
None
Reported By (2)
Is it Fixed?
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.