You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
I have tried This Code to create users with custom data. Evenything was working fine with AD Graph Client, but with MS Graph Client (All new app was created and permissions were set according to all docs) .. but I keep getting this error when I call AddAsync:
Message: One or more properties contains invalid values.
Inner error:
AdditionalData:
date: 2021-06-22T14:24:45
. . .
When I use wrong attribute name or wrong extention app id I get this error
Code: Request_BadRequest
Message: The following extension properties are not available: extension_XXXX...XXX_MyProp.
Inner error:
AdditionalData:
date: 2021-06-22T15:11:44
The text was updated successfully, but these errors were encountered:
Apparently the issue is about missing identity but the error is not clear at all and writes AdditionalData: which made me think the problem is in AdditionalData!
I have tried This Code to create users with custom data. Evenything was working fine with AD Graph Client, but with MS Graph Client (All new app was created and permissions were set according to all docs) .. but I keep getting this error when I call AddAsync:
When I use wrong attribute name or wrong extention app id I get this error
The text was updated successfully, but these errors were encountered: