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
Expected behavior authority should be https://login.microsoftonline.com/organizations/
Actual behavior
whereas it is https://login.microsoftonline.com/common/
Note that
If we override the options with .WithAuthority(options.AzureCloudInstance, AadAuthorityAudience.AzureAdMultipleOrgs), this works correctly ...
Important
When this bug is fixed, please remove the work around in the following samples:
jmprieur
changed the title
PublicClientApplicationBuilder.CreateWithApplicationOptions does not repect the audience
PublicClientApplicationBuilder.CreateWithApplicationOptions does not respect the audience
Mar 13, 2019
Which Version of MSAL are you using ?
MSAL 3.0.0-preview
Platform
Any (for instance desktop)
What authentication flow has the issue?
Any (this is app config)
Other? - please describe;
Repro
Expected behavior
authority
should behttps://login.microsoftonline.com/organizations/
Actual behavior
whereas it is
https://login.microsoftonline.com/common/
Note that
If we override the options with
.WithAuthority(options.AzureCloudInstance, AadAuthorityAudience.AzureAdMultipleOrgs)
, this works correctly ...Important
When this bug is fixed, please remove the work around in the following samples:
The text was updated successfully, but these errors were encountered: