GetAuthorizationRequestUrlParameterBuilder.WithCcsRoutingHint 메서드

정의

복원력을 돕기 위해 AAD 백업 인증 시스템은 AAD 백업으로 작동합니다. 이렇게 하면 인증 중 성능을 향상시키는 데 도움이 되는 라우팅 힌트가 AAD 백업 인증 시스템에 제공됩니다. 이 API를 사용하여 만든 힌트가 다음으로 만든 힌트보다 우선합니다. 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

매개 변수

userObjectIdentifier
String

client_info 구문 분석된 사용자에게 고유한 GUID입니다.

tenantIdentifier
String

client_info 구문 분석된 테넌트 ID의 GUID 형식입니다.

반품

를 연결할 작성기입니다. 메서드를 사용하여

적용 대상