TokenCacheNotificationArgs.RequestTenantId Property
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.
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.