Activate Salesforce SSO Authentication Provider

Ousmane SOW 1 Reputation point
2022-12-02T12:07:54.883+00:00

Hello everybody,

I'm tring to configure Salesforce SSO with Azure, the SSO works, but now i'm tring to configure Authentication Provider and everytime i'm tring to sign in on Salesforce, I've got this error in the URL :

Salesforce is not configured as a multi tenant application, Usage of the common endpoint is not supported for such applications created after ... Use a tenant specific endpoint or configure the application to be multi tenant.

Here is my configuration on Salesforce side :

Auth. Provider ID ****************
Provider Type Microsoft
Name Azure
URL Suffix Azure
Consumer Key 849f****-****-****-****-************
Consumer Secret
Authorize Endpoint URL https://login.microsoftonline.com/0d7855b2-\*\*\*\*-\*\*\*\*-\*\*\*\*-\*\*\*\*\*\*\*\*\*\*\*\*/oauth2/v2.0/authorize
Token Endpoint URL https://login.microsoftonline.com/0d7855b2-\*\*\*\*-\*\*\*\*-\*\*\*\*-\*\*\*\*\*\*\*\*\*\*\*\*/oauth2/v2.0/token

I don't need to configure this app as a multi-tenant so I want to make it works in single tenant options.

Do you guys know how to do it ?

Thank you !

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

1 answer

Sort by: Most helpful
  1. Givary-MSFT 35,621 Reputation points Microsoft Employee Moderator
    2022-12-06T09:20:51.213+00:00

    @Ousmane SOW Thank you for reaching out to us, issue description is not quite clear, as per my understanding you want to configure this as a single tenant app, would request you to check the manifest file/configuration under app registration section for the application and look for signInAudience attribute https://learn.microsoft.com/en-us/azure/active-directory/develop/reference-app-manifest#:~:text=signInAudience%20attribute this value in manifest file defines whether single tenant or multi tenant app.

    Also you need to use the endpoints configured under app registration/overview/endpoints section, if my understanding of the issue is incorrect, we can connect offline and discuss further on the same.


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.