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

isOnPrem not passed down correctly when invoking GetAuthorityFromTargetServiceAsync #396

Open
janis-veinbergs opened this issue Aug 28, 2023 · 0 comments
Labels
On Premises Issue applies to On Premises version of Dataverse.

Comments

@janis-veinbergs
Copy link

The following method call is not passing isOnPrem variable correctly:

var details = GetAuthorityFromTargetServiceAsync(ClientServiceProviders.Instance.GetService<IHttpClientFactory>(), processResult.TargetServiceUrl, logSink).ConfigureAwait(false).GetAwaiter().GetResult();

Thus it prevents falling through invalid WWW-Authenticate headers downstream:

@MattB-msft MattB-msft added the On Premises Issue applies to On Premises version of Dataverse. label Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
On Premises Issue applies to On Premises version of Dataverse.
Projects
None yet
Development

No branches or pull requests

2 participants