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 74257ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/socialaccount/providers/microsoft.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 74257ec

Please sign in to comment.