다음을 통해 공유


WSFederationAuthenticationModule.AuthenticationType 속성

정의

WS-Federation 로그인 요청("wsignin1.0")에 사용할 wauth 매개 변수의 값을 가져오거나 설정합니다.

public:
 property System::String ^ AuthenticationType { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationType { get; set; }
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

속성 값

인증 형식을 지정하는 URI입니다.

설명

Wauth 매개 변수는 선택 사항입니다. 속성이 AuthenticationType 또는 빈 문자열로 null 설정된 경우 wauth 매개 변수는 로그인 요청에 포함되지 않습니다.

이벤트에 대한 처리기를 추가하여 각 HTTP 요청에서 이 설정을 재정의할 RedirectingToIdentityProvider 수 있습니다. 이 이벤트는 모듈이 WS-Federation 로그인 요청 메시지와 함께 STS(보안 토큰 서비스)로 리디렉션하기 직전에 발생합니다. STS는 속성에 의해 Issuer 지정됩니다.

적용 대상