<issuerChannelBehaviors>의 <add>
STS와 통신할 때 사용할 끝점 동작을 추가합니다.
참고: |
---|
끝점 동작에 <clientCredentials> 요소가 포함되면 예외가 throw됩니다. |
스키마 계층
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<endpointBehaviors>의 <behavior>
<clientCredentials>
<issuedToken>
<issuerChannelBehaviors> 요소
<issuerChannelBehaviors>의 <add>
구문
<add issuerAddress="string"
behaviorConfiguraton="string" />
특성 및 요소
다음 단원에서는 특성, 자식 요소 및 부모 요소에 대해 설명합니다.
특성
특성 | 설명 |
---|---|
issuerAddress |
통신할 보안 토큰 발급자의 URI입니다. |
behaviorConfiguration |
동일한 구성 파일에 정의된 끝점 동작 이름입니다. |
자식 요소
없음
부모 요소
요소 | 설명 |
---|---|
지정한 서비스 토큰 서비스와 통신할 때 사용할 WCF(Windows Communication Foundation) 클라이언트 끝점 동작 컬렉션을 포함합니다. |
설명
issuerAddress는 클라이언트가 통신하려는 보안 토큰 서비스의 URI를 포함합니다. behaviorConfiguration은 발급된 토큰을 보안 토큰 서비스에서 가져오기 위해 WCF(Windows Communication Foundation)가 만든 채널에서 응용 프로그램이 사용하는 끝점 동작을 가리킵니다.
참고 항목
참조
<issuerChannelBehaviors> 요소
IssuerChannelBehaviors
IssuedTokenClientBehaviorsElement
IssuedTokenClientBehaviorsElementCollection
IssuerChannelBehaviors
기타 리소스
Specifying Service Identity
Security Behaviors in Windows Communication Foundation
Federation and SAML
Securing Services and Clients
Securing Clients
How To: Create a Federated Client
How To: Configure a Local Issuer
Federation and Issued Tokens