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
The user i login with is from another tenant, but has access to the tenant defined as tenant-id
What happens is that the interactive browser is redirecting to the tenant from the users email address, and not the tenant-id
The url is like this: https://login.microsoftonline.com/common/reprocess?....
I'm trying the following:
GET https://[a rest url]
Authorization: Bearer {{$aadToken tenantId={{tenant-id}} clientId={{client-id}} authority=https://login.microsoftonline.com/{{tenant-id}}}}
The user i login with is from another tenant, but has access to the tenant defined as tenant-id
What happens is that the interactive browser is redirecting to the tenant from the users email address, and not the tenant-id
The url is like this: https://login.microsoftonline.com/common/reprocess?....
But should be: https://login.microsoftonline.com/tenant-id where tenant-id is the {{tenant-id}}
How can I achieve this?
The text was updated successfully, but these errors were encountered: