This appears to be a bug in the SCIM Validator. We're planning some improvements and fixes for the validator early next year and will look into correcting this when we start that work.
Thank you for taking the time to report this.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
in SCIM validator tool, (maybe in SCIM as well, i haven't test) , the role in request should be boolean rather than string.
"roles": [
{
"primary": "True",
"display": "NYCCGMHBJBNC",
"value": "IIQIQVLJMKQB",
"type": "LWMJELYSHKEV"
}
This appears to be a bug in the SCIM Validator. We're planning some improvements and fixes for the validator early next year and will look into correcting this when we start that work.
Thank you for taking the time to report this.
Hi @Siqing Zheng , please format as follows and this should work for you:
"roles": [
{
"primary": true, // Boolean value
"display": "NYCCGMHBJBNC",
"value": "IIQIQVLJMKQB",
"type": "LWMJELYSHKEV"
}
]
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James