Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
522 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team:
Good Morning,
I was trying to create user in ADB2C using Microsoft Graph Explorer, getting error as below,
API: https://graph.microsoft.com/v1.0/users
JSON:
{
"displayName": "Adele Vance",
"givenName": "AdeleV",
"surname": "AD",
"identities": [
{
"signInType": "emailAddress",
"issuer": "adb2cdi.onmicrosoft.com",
"issuerAssignedId": "sudheer.bogela@desidea.com"
}
],
"passwordProfile": {
"forceChangePasswordNextSignIn": true,
"password": "Test@123456"
},
"passworPolicies": "DisablePasswordExpiration, DisableStrongPassword"
}
Error: I have added correct tenant details, still its throwing error. Please help me.
{
"error": {
"code": "Request_BadRequest",
"message": "Issuer should match tenants domainName for non federated identity.",
"innerError": {
"date": "2023-10-27T11:51:26",
"request-id": "06e53507-f9ce-4e0d-b117-9944f342073d",
"client-request-id": "f86ce262-9cb4-d116-a863-1717a9c417b6"
}
}
}