azure ad connect over 448 character limit

Skip Hofmann 341 Reputation points
2022-07-15T21:55:14.577+00:00

Hello all

We stamp a lot of data in "ExtensionAttribute1" for mail enabled security groups. Any groups that has a character limit over 448 stamped on "ExtensionAttribute1" is not syncing anymore to Azure AD. The error message i am getting is below. I'm unsure what rule i need to modify and what value i need to use for the custom expression. Any help is appreciated

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Dillon Silzer 57,826 Reputation points Volunteer Moderator
    2022-07-15T22:35:53.26+00:00

    I'd recommend you split that data between ExtensionAttributes as there is no way around the 448 characters as seen below:

    221354-image.png

    However, to make those objects sync you can include the follow in the attribute flow:

    ExtensionAttribute1 <- Left([ExtensionAttribute1],448)  
    

    https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-change-the-configuration

    ----------------

    If this is helpful please mark as correct answer.


0 additional answers

Sort by: Most helpful

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.