GetAuthorizationRequestUrlParameterBuilder.WithCcsRoutingHint Method

Definition

Overloads

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. The hint created with this api will take precedence over the one created with WithLoginHint(String)

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. The hint created with this api will take precedence over the one created with WithLoginHint(String)

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

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