Sdílet prostřednictvím


AcquireTokenOnBehalfOfParameterBuilder.WithCcsRoutingHint Method

Definition

Overloads

WithCcsRoutingHint(String)

To help with resiliency, the AAD backup authentication system operates as an AAD backup. This will provide the AAD backup authentication system with a routing hint to help improve performance during authentication.

WithCcsRoutingHint(String, String)

To help with resiliency, the AAD backup authentication system operates as an AAD backup. This will provide the AAD backup authentication system with a routing hint to help improve performance during authentication.

WithCcsRoutingHint(String)

To help with resiliency, the AAD backup authentication system operates as an AAD backup. This will provide the AAD backup authentication system with a routing hint to help improve performance during authentication.

public Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder WithCcsRoutingHint (string userName);
member this.WithCcsRoutingHint : string -> Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder
Public Function WithCcsRoutingHint (userName As String) As AcquireTokenOnBehalfOfParameterBuilder

Parameters

userName
String

Identifier of the user. Generally in UserPrincipalName (UPN) format, e.g. john.doe@contoso.com

Returns

The builder to chain the .With methods

Applies to

WithCcsRoutingHint(String, String)

To help with resiliency, the AAD backup authentication system operates as an AAD backup. This will provide the AAD backup authentication system with a routing hint to help improve performance during authentication.

public Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder WithCcsRoutingHint (string userObjectIdentifier, string tenantIdentifier);
member this.WithCcsRoutingHint : string * string -> Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder
Public Function WithCcsRoutingHint (userObjectIdentifier As String, tenantIdentifier As String) As AcquireTokenOnBehalfOfParameterBuilder

Parameters

userObjectIdentifier
String

GUID which is unique to the user, parsed from the client_info.

tenantIdentifier
String

GUID format of the tenant ID, parsed from the client_info.

Returns

The builder to chain the .With methods

Applies to