SiteAuthSettingsInner.AllowedExternalRedirectUrls 속성

정의

앱 로그인 또는 로그아웃의 일부로 리디렉션할 수 있는 외부 URL을 가져오거나 설정합니다. URL의 쿼리 문자열 부분은 무시됩니다. 이는 일반적으로 Windows 스토어 애플리케이션 백 엔드에서만 필요한 고급 설정입니다. 현재 도메인 내의 URL은 항상 암시적으로 허용됩니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedExternalRedirectUrls")]
public System.Collections.Generic.IList<string> AllowedExternalRedirectUrls { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedExternalRedirectUrls")>]
member this.AllowedExternalRedirectUrls : System.Collections.Generic.IList<string> with get, set
Public Property AllowedExternalRedirectUrls As IList(Of String)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상