question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Expose the region or error used by MSAL

See original GitHub issue

Part of AuthenticationResultMetadta, expose a string RegionOrDiscoveryError which is populated only if WithAzureRegion is used.

If region auto-detection failed, this metric should describe the reason (over and over again!)

{ AuthenticationMetadata.RegionDiscoveryOutcome -> [RegionOutcome, Exception, RegionUsed] }

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pmaytakcommented, Nov 16, 2021

@bgavrilMS The amount of work should be minimal, but the clarity to users should be beneficial. I propose we take this in the next release (maybe even do a quick small one).

1reaction
jennyf19commented, Nov 15, 2021

@bgavrilMS can this be prioritized for upcoming release?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Handle errors and exceptions in MSAL.NET
Learn how to handle errors and exceptions, Conditional Access claims challenges, and retries in MSAL.NET.
Read more >
Using msal-react for React app authentication
Integrate a React app with msal-react, the Azure AD B2C authentication service, for smooth user authentication in React applications.
Read more >
CORS error with MSAL, Angular and ASP.NET Core
I tried to combine those application, but got the following error on the client side: Error :login_required; Error description:AADSTS50058: A ...
Read more >
Angular App and Azure AD Protected web API using MSAL
Angular application is required to call Web APIs for achieving business functionality. We will use MSAL.js library to make this scenario ...
Read more >
MSAL Python 1.23.0 documentation
Setting azure_region to non- None for an app running outside of Azure Function/VM could hang indefinitely. You should consider opting in/out region behavior...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found