SiteAuthSettingsInner.ClientSecret 속성

정의

이 신뢰 당사자 애플리케이션의 클라이언트 비밀을 가져오거나 설정합니다(Azure Active Directory에서는 키라고도 함). 이 설정은 선택 사항입니다. 클라이언트 암호가 구성되지 않은 경우 OpenID Connect 암시적 인증 흐름을 사용하여 최종 사용자를 인증합니다. 그렇지 않으면 OpenID Connect 권한 부여 코드 흐름을 사용하여 최종 사용자를 인증합니다. OpenID Connect에 대한 자세한 정보: http://openid.net/specs/openid-connect-core-1_0.html

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientSecret")]
public string ClientSecret { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientSecret")>]
member this.ClientSecret : string with get, set
Public Property ClientSecret As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상