Skip to content

Commit

Permalink
docs: Note on single tenant configuration for microsoft provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartens committed Oct 18, 2023
1 parent 1c1a4b3 commit d909f1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/socialaccount/providers/microsoft.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ 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:

.. 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.

0 comments on commit d909f1a

Please sign in to comment.