Blog

Attempting to set immutableId for user throws the error: “Set-MsolUser : Uniqueness violation. Property: SourceAnchor.”

Problem You’re attempting to use the Set-MsolUser cmdlet to configure the immutableId attribute for a user in Azure Active Directory but receive the following error: PS C:> Set-MsolUser -UserPrincipalName jsmith@contoso.com -ImmutableId “zxGeOiOTdkivMtgkOsuvKA==” Set-MsolUser : Uniqueness violation. Property: SourceAnchor. At line:1 char:1 + Set-MsolUser -UserPrincipalName jsmith@contoso.com

Read More...

Azure AD synchronization fails with: “user_realm_discovery_failed: User realm discovery failed” and “The remote server returned an error: (407) Proxy Authentication Required.”

Problem You’ve noticed that your Azure AD synchronization has stopped synchronizing for a period of time: Launching the Synchronization Service Manager indicates the export job is failing with stopped-extension-dll-exception: Reviewing the event logs show the following three events consistently logged: Event ID: 6900 Event ID:

Read More...

Using Azure AD credentials to sign into Atlassian site with SAML integration configured fails with: “Sorry, but we’re having trouble signing you in. AADSTS70001: Application with identifier ‘https://auth.atlassian.com/saml/D4327……’ was not found in the directory…”

Problem You’ve completed configuring Azure Active Directory integration with Atlassian Cloud using SAML as per the following Microsoft document: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-saas-atlassian-cloud-tutorial However, you notice the sign on process fails with the following error when you are redirected to the https://login.microsoftonline.com authentication portal: Sorry, but we’re having

Read More...

Configuring Azure Active Directory integration with Atlassian Cloud using SAML

I recently had to configure Azure Active Directory integration with Atlassian Cloud using SAML and was a bit lost as I went through the instructions from the Microsoft Azure documentation: Tutorial: Azure Active Directory integration with Atlassian Cloud https://docs.microsoft.com/en-us/azure/active-directory/active-directory-saas-atlassian-cloud-tutorial Microsoft typically writes great documentation and

Read More...