Can't authenticate Applications registered in Arure

Leon Match 1 Reputation point
2020-04-10T21:22:04.33+00:00

Hello,
We have a Web App build with Oracle Apex. We are using Azure AD for users authentication. Our App is already registered in Azure.

We are trying to use Outlook Graph API in our App.

We are following example in this article:
https://github.com/microsoftgraph/msgraph-sdk-javascript

However we get an error during authentication process:
AADSTS50194: Application '3x2x5x6x-98x1-xxxx-x618-xx03810xx74x' is not configured as a multi-tenant application. Usage of the /common endpoint is not supported for such applications. Use a tenant-specific endpoint or configure the application to be multi-tenant.

What is tenant-specific endpoint? I can't find it in Azure, in App registration settings?

Thank you!

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,470 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 17,875 Reputation points
    2023-08-26T05:35:10.2566667+00:00

    The error message you're encountering, AADSTS50194, indicates that your application is not configured as multi-tenant in Azure Active Directory (Azure AD). Multi-tenancy allows an application to be used by users from multiple Azure AD tenants (organizations). When using the /common endpoint for authentication, it's meant for multi-tenant applications, and if your application isn't configured as such, you'll encounter this error.

    0 comments No comments