SignedHttpRequestHandler.CreateHttpRequestPayload 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 수 있습니다.