Hi @BackNot
Glad to know your issue has been resolved, I'll summarize the issue below to help members with similar issues:
- If your application is registered as a single-tenant application, you can only log in to users of your own tenant using the
/{tenant id}
endpoint or/organizations
endpoint, and cannot log in to users of other tenants or MSA users using the/common
endpoint. - Application permissions are organization-based. When granting application permissions, static consent must be performed, i.e. the admin consent URL should be:
https://login.microsoftonline.com/{organization}/adminconsent?client_id={client-id}
. - Only global administrators can grant administrator consent, ordinary administrators or users cannot grant administrator consent.
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.