Error: SystemForCrossDomainIdentityManagementServiceIncompatible

IQ 0 Reputation points
2025-02-20T19:15:14.1933333+00:00

We are receiving the error below when adding a new user in Entra ID for SSO to AWS

SystemForCrossDomainIdentityManagementServiceIncompatible

Error message

StatusCode: BadRequest Message: Processing of the HTTP request resulted in an exception. Please see the HTTP response returned by the 'Response' property of this exception for details. Web Response: {"schema":["urn:ietf:params:scim:api:messages:2.0:Error"],"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"detail":"name: The attribute name is required","status":"400","exceptionRequestId":"1930d11a-4c83-440d-b010-e18be5a60702","timeStamp":"2025-02-20 18:43:48.707"}. This operation was retried 1 times. It will be retried again after this date: 2025-02-21T00:43:48.7435805Z UTC

Application
Application
A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
8 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Danny Zollner 10,571 Reputation points Microsoft Employee
    2025-02-21T17:40:15.5633333+00:00

    The error is returned from AWS, Entra is just displaying it to you. The relevant part of the error is:

    "name: The attribute name is required"

    Based on that.. whatever attribute(s) are mapped to the name sub-attributes (likely some combination of name.givenName, name.familyName, and name.formatted..) are empty on this Entra user, meaning no value is flowing from Entra -> AWS for that attribute.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.