You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given when the config('services.microsoft.tenant') is set to common I experience a failure with a 500 response and message "Unable to find target address".
Is there an issue or am I configuring/using the provider incorrectly ?
Supporting Information regarding tenant/org.
Microsoft's docs suggest that querying the organisation is not supported for "Delegated (personal Microsoft account)". This holds true in my scenario.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Calls to https://graph.microsoft.com/v1.0/organization fail for me when the tenant config is set to 'common'.
Given when the config('services.microsoft.tenant') is set to
common
I experience a failure with a 500 response and message "Unable to find target address".Is there an issue or am I configuring/using the provider incorrectly ?
Supporting Information regarding tenant/org.
Microsoft's docs suggest that querying the organisation is not supported for "Delegated (personal Microsoft account)". This holds true in my scenario.
https://learn.microsoft.com/en-us/graph/api/organization-get
One of the following permissions is required to call this API
Test Changes made
As an experiment the following works for me and Im able to retrieve the tenant information
===
to!==
.It now looks like
<my-tenant-id>
With these two changes the app works for me.
Note: my Azure App is configured for any organisation AD or personnel Account "common"
Beta Was this translation helpful? Give feedback.
All reactions