JwtBearerOptions.UseSecurityTokenValidators 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인바운드 토큰의 유효성을 검사하는 데 사용할지 여부를 TokenHandlersSecurityTokenValidators 가져오거나 설정합니다.
public bool UseSecurityTokenValidators { get; set; }
member this.UseSecurityTokenValidators : bool with get, set
Public Property UseSecurityTokenValidators As Boolean
속성 값
설명
TokenHandlers를 사용할 경우의 이점은 다음과 같습니다.
비동기 모델이 있습니다.
기본 토큰 처리기는 JsonWebTokenHandler 보다 JwtSecurityTokenHandler빠른 입니다.
메타데이터가 오류와 함께 게시될 때 애플리케이션을 보호하는 메타데이터에 대해 Last-Known-Good 모델을 사용할 수 있습니다.
SecurityTokenValidators는 가 필요한 JwtSecurityToken경우 SecurityToken 사용할 수 있습니다. TokenHandlers를 사용하는 경우 는 SecurityToken 가 JsonWebToken됩니다.