Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Ability to add a hostname to the authentication provider #483

Copy link
Copy link
@maisarissi

Description

@maisarissi
Issue body actions

As part of the work on testing the support for HTTP/2 through the SDK we have identified that the list of hostnames is hardcoded in the current Java SDK.
Meaning that customizing the client creation will not be enough to call the test endpoint as it doesn't belong to any of the hardcoded hostnames.

On Go SDK we can do that by adding the following:

NewAzureIdentityAuthenticationProviderWithScopesAndValidHosts(yourCrendential, yourScopes, []string{"microsoftgraphvalidation.ags.msidentity.com"})

We should have a similar experience in providing ways for customers to use Java SDK when testing their applications within HTTP/2 by adding the capability of changing the hostname.

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.