Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] MSAL should ignore region outside client_credentials flow #3029

Closed
1 of 7 tasks
trwalke opened this issue Nov 18, 2021 · 0 comments · Fixed by #3023
Closed
1 of 7 tasks

[Bug] MSAL should ignore region outside client_credentials flow #3029

trwalke opened this issue Nov 18, 2021 · 0 comments · Fixed by #3023

Comments

@trwalke
Copy link
Member

trwalke commented Nov 18, 2021

MSAL is doing a regional look up during OBO, which is breaking the OBO scenario in Microsoft.Identity.Web.

Which version of MSAL.NET are you using?
MSAL.NET 4.37.0

Platform

What authentication flow has the issue?

  • Desktop / Mobile
    • Interactive
    • Integrated Windows Authentication
    • Username Password
    • Device code flow (browserless)
  • Web app
    • Authorization code
    • On-Behalf-Of
  • Daemon app
    • Service to Service calls

Repro

Use WithRegional when performing on behalf of flow

Expected behavior
Regional lookup should not occur

Actual behavior
Error encountered when authenticating with OBO

Possible solution
Disable regional outside of client credential

@trwalke trwalke added this to Triage in MSAL.NET (legacy) via automation Nov 18, 2021
@trwalke trwalke moved this from Triage to Fixed in MSAL.NET (legacy) Nov 18, 2021
@trwalke trwalke linked a pull request Nov 18, 2021 that will close this issue
@trwalke trwalke closed this as completed Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant