Partager via


SiteAuthSettings.AllowedExternalRedirectUrls Propriété

Définition

Obtient ou définit des URL externes vers qui peuvent être redirigées dans le cadre de la connexion ou de la déconnexion de l’application. Notez que la partie chaîne de requête de l’URL est ignorée. Il s’agit d’un paramètre avancé généralement nécessaire uniquement aux back-ends d’application du Windows Store. Notez que les URL dans le domaine actuel sont toujours implicitement autorisées.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à