AzureActiveDirectoryMetadata Class

Definition

Represents the metadata used to acquire authentication tokens from Azure Active Directory.

public sealed class AzureActiveDirectoryMetadata
type AzureActiveDirectoryMetadata = class
Public NotInheritable Class AzureActiveDirectoryMetadata
Inheritance
AzureActiveDirectoryMetadata

Properties

Authority

Gets a value indicating the authority location to acquire a token from.

ClientApplication

Gets a value indicating the client ID to use when acquiring tokens for the cluster application resource.

ClientRedirect

Gets a value indicating the client redirect URI.

ClusterApplication

Gets a value indicating the cluster application resource.

LoginEndpoint

Gets a value indicating the Azure Active Directory login instance endpoint (for ADAL initialization).

TenantId

Gets a value indicating the tenant ID of the relevant Azure Active Directory tenant.

Applies to