Skip to content

Commit

Permalink
docs(microsoft): Add note on single tenant configuration
Browse files Browse the repository at this point in the history
* docs(microsoft): Note on single tenant configuration

* Update docs/socialaccount/providers/microsoft.rst

Co-authored-by: Raymond Penners <[email protected]>

---------

Co-authored-by: Raymond Penners <[email protected]>
  • Loading branch information
jmartens and pennersr authored Oct 18, 2023
1 parent 691af61 commit b58170f
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 your application to use single tenant authentication make sure to use the fragment above to set the ``"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 b58170f

Please sign in to comment.