Unable to complete Microsoft authentication - Import From Azure

Unable to complete Microsoft authentication - Import From Azure

a. The Microsoft account configured in Zoho is different from the account you are using to sign in to Zoho


We were unable to process some of the images. 

This indicates that the Zoho account is already linked to a Microsoft (MS) account, but you are attempting to authenticate using a different MS account.

To proceed, the user must authenticate using the same MS account that is linked to their SDP account.

If the admin wishes to use a different MS account for authentication, they must first unlink the existing MS account from their Zoho account by following these steps:

  1. Log in to the Zoho Account by clikcing on the username in the top right corner --> My Account using the user's credentials.

  2. Go to Settings > Linked Accounts.

  3. Remove the existing MS account link.

Notes
Note for SAML-enabled organizations: 
  • Temporarily disable SAML to perform this operation, or

  • Email the Support team to enable Federated Sign-In, along with the admin's consent.

b. Different Microsoft account is already configured for the Zoho Account

We were unable to process some of the images.

This means the Microsoft (MS) account previously used for authentication is already linked with the admin’s SDP account. Now, the admin is trying to authenticate using a different MS account, which is not allowed.

What should the admin do?

  • They must use the same MS account that was previously used for authentication.

Want to use a different MS account?

  1. First, disconnect the currently linked MS account.

    • This can be done by clicking the Disconnect option shown in the Import from Azure popup.

  2. Then, retry authentication using the new MS account.

Don’t have access to the old account?

If the admin no longer has access to the previously linked account, they can manually trigger the unlinking using the following code:

loadAjaxURL({

    url : convertToPortalUrl("DisconnectMSAccount.do"),

    type : EntityOperations.POST,

    data : "FORMTYPE=DISCONNECTACCOUNT",

    success : function(data) {

        sdpShowIndicator({

            success : true,

            message : getMessageForKey("sdp.admin.requester.importfromazure.revoke.success"),

            timeout : 5000

        });

    }

});

Steps to Manually Unlink the MS Account:
  1. Open any SDP page and right-click → Inspect → go to the Console tab.
  2. Paste the provided code into the console and press Enter.
  3. If pasting doesn't work, type allow pasting manually in the console, press Enter, and then paste the code again.
  4. Refresh the page, and retry the intended action.
Notes

Note: If the issue still persists, please contact support with the following details:

  • Email ID of the admin performing the action
  • Data Center where your SDP Cloud is hosted
  • Relevant screenshots of the issue
  • A summary of any actions already attempted that did not resolve the problem

                  New to ADSelfService Plus?