SignedHttpRequestHandler.CreateHttpRequestPayload 메서드

정의

HttpRequest 페이로드의 JSON 표현을 만듭니다.

protected internal virtual string CreateHttpRequestPayload(Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestDescriptor signedHttpRequestDescriptor, Microsoft.IdentityModel.Tokens.CallContext callContext);
abstract member CreateHttpRequestPayload : Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestDescriptor * Microsoft.IdentityModel.Tokens.CallContext -> string
override this.CreateHttpRequestPayload : Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestDescriptor * Microsoft.IdentityModel.Tokens.CallContext -> string
Protected Friend Overridable Function CreateHttpRequestPayload (signedHttpRequestDescriptor As SignedHttpRequestDescriptor, callContext As CallContext) As String

매개 변수

signedHttpRequestDescriptor
SignedHttpRequestDescriptor

SignedHttpRequest를 만드는 데 필요한 매개 변수를 래핑하는 구조체입니다.

callContext
CallContext

인증 아티팩트를 사용할 때 작업 및 로그를 저장하는 데 사용되는 불투명 컨텍스트입니다.

반품

HttpRequest 페이로드의 JSON 표현입니다.

설명

사용자는 추가 클레임을 만들고 서명된 http 요청에 추가하는 데 활용할 AdditionalPayloadClaims 수 있습니다.

적용 대상