AzureActiveDirectoryLoginAuthenticationProvider.GetTenantIssuer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the issuer for the specified tenant.
protected virtual System.Threading.Tasks.Task<string> GetTenantIssuer(System.Net.Http.HttpClient httpClient, string tenant);
abstract member GetTenantIssuer : System.Net.Http.HttpClient * string -> System.Threading.Tasks.Task<string>
override this.GetTenantIssuer : System.Net.Http.HttpClient * string -> System.Threading.Tasks.Task<string>
Protected Overridable Function GetTenantIssuer (httpClient As HttpClient, tenant As String) As Task(Of String)
Parameters
- httpClient
- HttpClient
The System.Web.Http.HttpConfiguration for this service instance.
- tenant
- String
The tenant to resolve the issuer for
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET