共用方式為


SiteAuthSettingsInner 建構函式

定義

多載

SiteAuthSettingsInner()

初始化 SiteAuthSettingsInner 類別的新實例。

SiteAuthSettingsInner(String, String, String, String, Nullable<Boolean>, String, Nullable<UnauthenticatedClientAction>, Nullable<Boolean>, IList<String>, Nullable<BuiltInAuthenticationProvider>, Nullable<Double>, String, String, String, String, Nullable<Boolean>, IList<String>, IList<String>, String, String, IList<String>, String, String, IList<String>, String, String, String, String, IList<String>)

初始化 SiteAuthSettingsInner 類別的新實例。

SiteAuthSettingsInner()

初始化 SiteAuthSettingsInner 類別的新實例。

public SiteAuthSettingsInner ();
Public Sub New ()

適用於

SiteAuthSettingsInner(String, String, String, String, Nullable<Boolean>, String, Nullable<UnauthenticatedClientAction>, Nullable<Boolean>, IList<String>, Nullable<BuiltInAuthenticationProvider>, Nullable<Double>, String, String, String, String, Nullable<Boolean>, IList<String>, IList<String>, String, String, IList<String>, String, String, IList<String>, String, String, String, String, IList<String>)

初始化 SiteAuthSettingsInner 類別的新實例。

public SiteAuthSettingsInner (string id = default, string name = default, string type = default, string kind = default, bool? enabled = default, string runtimeVersion = default, Microsoft.Azure.Management.AppService.Fluent.Models.UnauthenticatedClientAction? unauthenticatedClientAction = default, bool? tokenStoreEnabled = default, System.Collections.Generic.IList<string> allowedExternalRedirectUrls = default, Microsoft.Azure.Management.AppService.Fluent.Models.BuiltInAuthenticationProvider? defaultProvider = default, double? tokenRefreshExtensionHours = default, string clientId = default, string clientSecret = default, string clientSecretCertificateThumbprint = default, string issuer = default, bool? validateIssuer = default, System.Collections.Generic.IList<string> allowedAudiences = default, System.Collections.Generic.IList<string> additionalLoginParams = default, string googleClientId = default, string googleClientSecret = default, System.Collections.Generic.IList<string> googleOAuthScopes = default, string facebookAppId = default, string facebookAppSecret = default, System.Collections.Generic.IList<string> facebookOAuthScopes = default, string twitterConsumerKey = default, string twitterConsumerSecret = default, string microsoftAccountClientId = default, string microsoftAccountClientSecret = default, System.Collections.Generic.IList<string> microsoftAccountOAuthScopes = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SiteAuthSettingsInner : string * string * string * string * Nullable<bool> * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.UnauthenticatedClientAction> * Nullable<bool> * System.Collections.Generic.IList<string> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.BuiltInAuthenticationProvider> * Nullable<double> * string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<string> * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AppService.Fluent.Models.SiteAuthSettingsInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional runtimeVersion As String = Nothing, Optional unauthenticatedClientAction As Nullable(Of UnauthenticatedClientAction) = Nothing, Optional tokenStoreEnabled As Nullable(Of Boolean) = Nothing, Optional allowedExternalRedirectUrls As IList(Of String) = Nothing, Optional defaultProvider As Nullable(Of BuiltInAuthenticationProvider) = Nothing, Optional tokenRefreshExtensionHours As Nullable(Of Double) = Nothing, Optional clientId As String = Nothing, Optional clientSecret As String = Nothing, Optional clientSecretCertificateThumbprint As String = Nothing, Optional issuer As String = Nothing, Optional validateIssuer As Nullable(Of Boolean) = Nothing, Optional allowedAudiences As IList(Of String) = Nothing, Optional additionalLoginParams As IList(Of String) = Nothing, Optional googleClientId As String = Nothing, Optional googleClientSecret As String = Nothing, Optional googleOAuthScopes As IList(Of String) = Nothing, Optional facebookAppId As String = Nothing, Optional facebookAppSecret As String = Nothing, Optional facebookOAuthScopes As IList(Of String) = Nothing, Optional twitterConsumerKey As String = Nothing, Optional twitterConsumerSecret As String = Nothing, Optional microsoftAccountClientId As String = Nothing, Optional microsoftAccountClientSecret As String = Nothing, Optional microsoftAccountOAuthScopes As IList(Of String) = Nothing)

參數

id
String
name
String
type
String
kind
String

資源種類。

enabled
Nullable<Boolean>

<如果目前應用程式已啟用驗證/授權功能,則程式碼為 true < /code > ;否則為 >< false < /code > 。 >

runtimeVersion
String

用於目前應用程式的 Authentication /Authorization 功能的 RuntimeVersion。 此值中的設定可以控制驗證/授權模組中特定功能的行為。

unauthenticatedClientAction
Nullable<UnauthenticatedClientAction>

未驗證用戶端嘗試存取應用程式時要採取的動作。 可能的值包括:'RedirectToLoginPage'、'AllowAnonymous'

tokenStoreEnabled
Nullable<Boolean>

<程式碼 true/code > 可永久儲存在登入流程期間取得的平臺特定安全性權杖,否則為 >< false < /code > 。 <> 預設值為 <> false < /code > 。

allowedExternalRedirectUrls
IList<String>

可重新導向至 作為登入或登出應用程式之一部分的外部 URL。 請注意,會忽略 URL 的查詢字串部分。 這是 Windows 市集應用程式後端通常需要的進階設定。 請注意,目前網域中的 URL 一律是隱含允許的。

defaultProvider
Nullable<BuiltInAuthenticationProvider>

設定多個提供者時要使用的預設驗證提供者。 只有在已設定多個提供者且未驗證的用戶端動作設定為 「RedirectToLoginPage」 時,才需要此設定。 可能的值包括:'AzureActiveDirectory'、'Facebook'、'Google'、'MicrosoftAccount'、'Twitter'

tokenRefreshExtensionHours
Nullable<Double>

會話權杖到期後的時數,會話權杖可用來呼叫權杖重新整理 API。 預設值為 72 小時。

clientId
String

此信賴憑證者應用程式的用戶端識別碼,稱為client_id。 若要使用 Azure Active Directory 或其他協力廠商 OpenID Connect 提供者啟用 OpenID 連線驗證,則需要此設定。 OpenID Connect 的詳細資訊: http://openid.net/specs/openid-connect-core-1_0.html

clientSecret
String

Azure Active Directory 中此信賴憑證者應用程式的用戶端密碼 (,也稱為金鑰) 。 這個設定是選擇性的。 如果未設定任何用戶端密碼,則會使用 OpenID Connect 隱含驗證流程來驗證終端使用者。 否則,會使用 OpenID Connect 授權碼流程來驗證終端使用者。 OpenID Connect 的詳細資訊: http://openid.net/specs/openid-connect-core-1_0.html

clientSecretCertificateThumbprint
String

用戶端密碼的替代方案,也就是用於簽署之憑證的指紋。 這個屬性可作為用戶端密碼的取代專案。 它也是選擇性的。

issuer
String

OpenID Connect 簽發者 URI,代表發出此應用程式存取權杖的實體。 使用 Azure Active Directory 時,此值是目錄租使用者的 URI,例如 https://sts.windows.net/{tenant-guid}/ 。 此 URI 是權杖簽發者的區分大小寫識別碼。 OpenID Connect 探索的詳細資訊: http://openid.net/specs/openid-connect-discovery-1_0.html

validateIssuer
Nullable<Boolean>

取得值,指出簽發者是否應該是有效的 HTTPS URL,並驗證如下。

allowedAudiences
IList<String>

允許的物件值在驗證 Azure Active Directory 所發出的 JWT 時考慮。 請注意, < 不論此設定為何,程式碼 > ClientID < /code > 值一律會被視為允許的物件。

additionalLoginParams
IList<String>

當使用者登入時,要傳送至 OpenID Connect 授權端點的登入參數。 每個參數的格式都必須是 「key=value」。

googleClientId
String

Google Web 應用程式的 OpenID Connect 用戶端識別碼。 啟用 Google 登入需要此設定。 Google Sign-In檔: https://developers.google.com/identity/sign-in/web/

googleClientSecret
String

與 Google Web 應用程式相關聯的用戶端密碼。 啟用 Google 登入需要此設定。 Google Sign-In檔: https://developers.google.com/identity/sign-in/web/

googleOAuthScopes
IList<String>

將會在 Google Sign-In驗證中要求 OAuth 2.0 範圍。 這個設定是選擇性的。 如果未指定,則會使用 「openid」、「profile」 和 「email」 作為預設範圍。 Google Sign-In檔: https://developers.google.com/identity/sign-in/web/

facebookAppId
String

用於登入之 Facebook 應用程式的應用程式識別碼。 啟用 Facebook 登入需要此設定。 Facebook 登入檔: https://developers.facebook.com/docs/facebook-login

facebookAppSecret
String

用於 Facebook 登入之 Facebook 應用程式的應用程式秘密。 啟用 Facebook 登入需要此設定。 Facebook 登入檔: https://developers.facebook.com/docs/facebook-login

facebookOAuthScopes
IList<String>

將作為 Facebook 登入驗證一部分要求的 OAuth 2.0 範圍。 這個設定是選擇性的。 Facebook 登入檔: https://developers.facebook.com/docs/facebook-login

twitterConsumerKey
String

用於登入之 Twitter 應用程式的 OAuth 1.0a 取用者金鑰。 啟用 Twitter 登入需要此設定。 Twitter Sign-In檔: https://dev.twitter.com/web/sign-in

twitterConsumerSecret
String

用於登入之 Twitter 應用程式的 OAuth 1.0a 取用者密碼。 啟用 Twitter 登入需要此設定。 Twitter Sign-In檔: https://dev.twitter.com/web/sign-in

microsoftAccountClientId
String

針對用於驗證的應用程式所建立的 OAuth 2.0 用戶端識別碼。 啟用 Microsoft 帳戶驗證需要此設定。 Microsoft 帳戶 OAuth 檔: https://dev.onedrive.com/auth/msa_oauth.htm

microsoftAccountClientSecret
String

針對用於驗證的應用程式所建立的 OAuth 2.0 用戶端密碼。 啟用 Microsoft 帳戶驗證需要此設定。 Microsoft 帳戶 OAuth 檔: https://dev.onedrive.com/auth/msa_oauth.htm

microsoftAccountOAuthScopes
IList<String>

將作為 Microsoft 帳戶驗證一部分要求的 OAuth 2.0 範圍。 這個設定是選擇性的。 如果未指定,則會使用 「wl.basic」 作為預設範圍。 Microsoft 帳戶範圍和許可權檔: https://msdn.microsoft.com/en-us/library/dn631845.aspx

適用於