diff --git a/docs/socialaccount/providers/microsoft.rst b/docs/socialaccount/providers/microsoft.rst index 0645b9b033..150833f6d3 100644 --- a/docs/socialaccount/providers/microsoft.rst +++ b/docs/socialaccount/providers/microsoft.rst @@ -25,3 +25,8 @@ for the login. To restrict it, change the ``tenant`` setting as shown below. ] } } + +.. note:: + When you have configured you application to use single tennant authentication make sure to use above fragment to set ``tenant`` value to ``organizations`` in order to prevent the following error: + + > AADSTS50194: Application 'application id' (application name) is not configured as a multi-tenant application. Usage of the /common endpoint is not supported for such applications created after '10/15/2018'. Use a tenant-specific endpoint or configure the application to be multi-tenant.