TokenCacheNotificationArgs.RequestTenantId Property

Definition

Tenant Id specified in the AcquireToken* method, if any.

public string RequestTenantId { get; }
member this.RequestTenantId : string
Public ReadOnly Property RequestTenantId As String

Property Value

Remarks

Note that if "common" or "organizations" is specified, Azure Active Directory discovers the host tenant for the user, and the tokens are associated with it. This property is not impacted.

Applies to