Is Domain need to be verified for creating sharepoint multitenant oauth app

WMio Connectors 121 Reputation points
2020-03-11T09:11:37.337+00:00

I created one OAuth app for SharePoint authentication, It is working for me but other users from other tenant are unable to authorize using this app. so Is domain need to be verified to allow authorize of multi-tenant

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

1 answer

Sort by: Most helpful
  1. soumi-MSFT 11,716 Reputation points Microsoft Employee
    2020-03-11T09:29:26.53+00:00

    @WMio Connectors , Yes, the domain needs to be verified as based on the verified domain name your app's unique App ID URI is created [for eg: https://contoso.com/myapp]. If your domain is not verified, then you can use your tenant's name also for the App ID URI [for eg: https://contoso.com/myapp].

    For more information on building Multitenant apps for Azure AD, you can refer to the following article:

    https://learn.microsoft.com/en-us/azure/active-directory/develop/howto-convert-app-to-be-multi-tenant

    Hope this helps.

    Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as "Answer" if the above response helped in answering your query.