Hi @Jess Robinson
You need to configure your app as a multi-tenant app in MS Entra.
Then, when you try to log in to the application registration with end users, you need to change /{teanat_id}
to /common
. For example:
https://login.microsoftonline.com/common/oauth2/v2.0/authorize
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.