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

Add failed policy requirement names to UnauthorizedAccessException #460

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jasongin
Copy link
Member

@jasongin jasongin commented Jul 3, 2024

This change enables applications to programmatically detect when an UnauthorizedAccessException was thrown due to a specific policy violation.

usanth
usanth previously approved these changes Jul 8, 2024
@@ -728,6 +729,13 @@ private string UserLimitsPath
ex.SetAuthenticationSchemes(authHeaderValues);
}

// Propagate failed policy requirement names.
if (response.Headers.TryGetValues(
EnterprisePolicyFailureHeaderName, out var policyFaiulreValues))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super nit but failure is spelled wrong in the policyFaiulreValues variable name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants