Microsoft.Web sites/config 'authsettingsV2' 2020-10-01
Bicep リソース定義
サイト/構成リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドに関するページを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
name プロパティのオプション
sites/config リソースは 、name プロパティの値に基づいて異なるプロパティを受け入れます。
この記事では、 を設定 name: 'authsettingsV2'
するときに使用できるプロパティを示します。
その他のオプションについては、以下を参照してください。
- Appsettings
- authsettings
- azurestorageaccounts
- backup
- connectionstrings
- logs
- metadata
- pushsettings
- slotConfigNames
- web
リソース形式
Microsoft.Web/sites/config リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Web/sites/config@2020-10-01' = {
name: 'authsettingsV2'
kind: 'string'
parent: resourceSymbolicName
properties: {
globalValidation: {
kind: 'string'
properties: {
excludedPaths: [
'string'
]
redirectToProvider: 'string'
requireAuthentication: bool
unauthenticatedClientAction: 'string'
}
}
httpSettings: {
kind: 'string'
properties: {
forwardProxy: {
kind: 'string'
properties: {
convention: 'string'
customHostHeaderName: 'string'
customProtoHeaderName: 'string'
}
}
requireHttps: bool
routes: {
kind: 'string'
properties: {
apiPrefix: 'string'
}
}
}
}
identityProviders: {
kind: 'string'
properties: {
azureActiveDirectory: {
kind: 'string'
properties: {
enabled: bool
isAutoProvisioned: bool
login: {
kind: 'string'
properties: {
disableWWWAuthenticate: bool
loginParameters: [
'string'
]
}
}
registration: {
kind: 'string'
properties: {
clientId: 'string'
clientSecretCertificateThumbprint: 'string'
clientSecretSettingName: 'string'
openIdIssuer: 'string'
}
}
validation: {
kind: 'string'
properties: {
allowedAudiences: [
'string'
]
jwtClaimChecks: {
kind: 'string'
properties: {
allowedClientApplications: [
'string'
]
allowedGroups: [
'string'
]
}
}
}
}
}
}
customOpenIdConnectProviders: {}
facebook: {
kind: 'string'
properties: {
enabled: bool
graphApiVersion: 'string'
login: {
kind: 'string'
properties: {
scopes: [
'string'
]
}
}
registration: {
kind: 'string'
properties: {
appId: 'string'
appSecretSettingName: 'string'
}
}
}
}
gitHub: {
kind: 'string'
properties: {
enabled: bool
login: {
kind: 'string'
properties: {
scopes: [
'string'
]
}
}
registration: {
kind: 'string'
properties: {
clientId: 'string'
clientSecretSettingName: 'string'
}
}
}
}
google: {
kind: 'string'
properties: {
enabled: bool
login: {
kind: 'string'
properties: {
scopes: [
'string'
]
}
}
registration: {
kind: 'string'
properties: {
clientId: 'string'
clientSecretSettingName: 'string'
}
}
validation: {
kind: 'string'
properties: {
allowedAudiences: [
'string'
]
}
}
}
}
twitter: {
kind: 'string'
properties: {
enabled: bool
registration: {
kind: 'string'
properties: {
consumerKey: 'string'
consumerSecretSettingName: 'string'
}
}
}
}
}
}
login: {
kind: 'string'
properties: {
allowedExternalRedirectUrls: [
'string'
]
cookieExpiration: {
kind: 'string'
properties: {
convention: 'string'
timeToExpiration: 'string'
}
}
nonce: {
kind: 'string'
properties: {
nonceExpirationInterval: 'string'
validateNonce: bool
}
}
preserveUrlFragmentsForLogins: bool
routes: {
kind: 'string'
properties: {
logoutEndpoint: 'string'
}
}
tokenStore: {
kind: 'string'
properties: {
azureBlobStorage: {
kind: 'string'
properties: {
sasUrlSettingName: 'string'
}
}
enabled: bool
fileSystem: {
kind: 'string'
properties: {
directory: 'string'
}
}
tokenRefreshExtensionHours: int
}
}
}
}
platform: {
kind: 'string'
properties: {
configFilePath: 'string'
enabled: bool
runtimeVersion: 'string'
}
}
}
}
プロパティ値
sites/config-authsettingsV2
名前 | 説明 | 値 |
---|---|---|
name | リソース名 Bicep で子リソースの名前と型を設定する方法を参照してください。 |
'authsettingsV2' |
kind | リソースの種類。 | string |
parent | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「 親リソースの外部にある子リソース」を参照してください。 |
種類のリソースのシンボル名: sites |
properties | SiteAuthSettingsV2 リソース固有のプロパティ | SiteAuthSettingsV2Properties |
SiteAuthSettingsV2Properties
名前 | 説明 | 値 |
---|---|---|
globalValidation | GlobalValidation | |
httpSettings | HttpSettings | |
identityProviders | IdentityProviders | |
ログイン (login) | Login | |
プラットフォーム | AuthPlatform |
GlobalValidation
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | GlobalValidation リソース固有のプロパティ | GlobalValidationProperties |
GlobalValidationProperties
名前 | 説明 | 値 |
---|---|---|
excludedPaths | string[] | |
redirectToProvider | string | |
requireAuthentication | [bool] | |
unauthenticatedClientAction | 'AllowAnonymous' 'RedirectToLoginPage' 'Return401' 'Return403' |
HttpSettings
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | HttpSettings リソース固有のプロパティ | HttpSettingsProperties |
HttpSettingsProperties
名前 | 説明 | 値 |
---|---|---|
forwardProxy | ForwardProxy | |
requireHttps | [bool] | |
ルート | HttpSettingsRoutes |
ForwardProxy
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | ForwardProxy リソース固有のプロパティ | ForwardProxyProperties |
ForwardProxyProperties
名前 | 説明 | 値 |
---|---|---|
コンベンション | 'Custom' 'NoProxy' 'Standard' |
|
customHostHeaderName | string | |
customProtoHeaderName | string |
HttpSettingsRoutes
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | HttpSettingsRoutes リソース固有のプロパティ | HttpSettingsRoutesProperties |
HttpSettingsRoutesProperties
名前 | 説明 | 値 |
---|---|---|
apiPrefix | string |
IdentityProviders
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | IdentityProviders リソース固有のプロパティ | IdentityProvidersProperties |
IdentityProvidersProperties
名前 | 説明 | 値 |
---|---|---|
azureActiveDirectory | AzureActiveDirectory | |
customOpenIdConnectProviders | {CustomOpenIdConnectProvider} の辞書 | object |
Github | GitHub | |
AzureActiveDirectory
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectory リソース固有のプロパティ | AzureActiveDirectoryProperties |
AzureActiveDirectoryProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
isAutoProvisioned | [bool] | |
ログイン (login) | AzureActiveDirectoryLogin | |
登録 | AzureActiveDirectoryRegistration | |
validation | AzureActiveDirectoryValidation |
AzureActiveDirectoryLogin
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectoryLogin リソース固有のプロパティ | AzureActiveDirectoryLoginProperties |
AzureActiveDirectoryLoginProperties
名前 | 説明 | 値 |
---|---|---|
disableWWWAuthenticate | [bool] | |
loginParameters | string[] |
AzureActiveDirectoryRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectoryRegistration リソース固有のプロパティ | AzureActiveDirectoryRegistrationProperties |
AzureActiveDirectoryRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
clientId | string | |
clientSecretCertificateThumbprint | string | |
clientSecretSettingName | string | |
openIdIssuer | string |
AzureActiveDirectoryValidation
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectoryValidation リソース固有のプロパティ | AzureActiveDirectoryValidationProperties |
AzureActiveDirectoryValidationProperties
名前 | 説明 | 値 |
---|---|---|
allowedAudiences | string[] | |
jwtClaimChecks | JwtClaimChecks |
JwtClaimChecks
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | JwtClaimChecks リソース固有のプロパティ | JwtClaimChecksProperties |
JwtClaimChecksProperties
名前 | 説明 | 値 |
---|---|---|
allowedClientApplications | string[] | |
allowedGroups | string[] |
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | リソース固有のプロパティをFacebookする | FacebookProperties |
FacebookProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
graphApiVersion | string | |
ログイン (login) | LoginScopes | |
登録 | AppRegistration |
LoginScopes
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | LoginScopes リソース固有のプロパティ | LoginScopesProperties |
LoginScopesProperties
名前 | 説明 | 値 |
---|---|---|
スコープ | string[] |
AppRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AppRegistration リソース固有のプロパティ | AppRegistrationProperties |
AppRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
appId | string | |
appSecretSettingName | string |
GitHub
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | GitHub リソース固有のプロパティ | GitHubProperties |
GitHubProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
ログイン (login) | LoginScopes | |
登録 | ClientRegistration |
ClientRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | ClientRegistration リソース固有のプロパティ | ClientRegistrationProperties |
ClientRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
clientId | string | |
clientSecretSettingName | string |
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | Google リソース固有のプロパティ | GoogleProperties |
GoogleProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
ログイン (login) | LoginScopes | |
登録 | ClientRegistration | |
validation | AllowedAudiencesValidation |
AllowedAudiencesValidation
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AllowedAudiencesValidation リソース固有のプロパティ | AllowedAudiencesValidationProperties |
AllowedAudiencesValidationProperties
名前 | 説明 | 値 |
---|---|---|
allowedAudiences | string[] |
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | Twitter リソース固有のプロパティ | TwitterProperties |
TwitterProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
登録 | TwitterRegistration |
TwitterRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | TwitterRegistration リソース固有のプロパティ | TwitterRegistrationProperties |
TwitterRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
consumerKey | string | |
consumerSecretSettingName | string |
ログイン
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | ログイン リソース固有のプロパティ | LoginProperties |
LoginProperties
名前 | 説明 | 値 |
---|---|---|
allowedExternalRedirectUrls | string[] | |
cookieExpiration | CookieExpiration | |
nonce | Nonce | |
preserveUrlFragmentsForLogins | [bool] | |
ルート | LoginRoutes | |
tokenStore | TokenStore |
CookieExpiration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | CookieExpiration リソース固有のプロパティ | CookieExpirationProperties |
CookieExpirationProperties
名前 | 説明 | 値 |
---|---|---|
コンベンション | 'FixedTime' 'IdentityProviderDerived' |
|
timeToExpiration | string |
nonce
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | Nonce リソース固有のプロパティ | NonceProperties |
NonceProperties
名前 | 説明 | 値 |
---|---|---|
nonceExpirationInterval | string | |
validateNonce | [bool] |
LoginRoutes
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | LoginRoutes リソース固有のプロパティ | LoginRoutesProperties |
LoginRoutesProperties
名前 | 説明 | 値 |
---|---|---|
logoutEndpoint | string |
TokenStore
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | TokenStore リソース固有のプロパティ | TokenStoreProperties |
TokenStoreProperties
名前 | 説明 | 値 |
---|---|---|
azureBlobStorage | BlobStorageTokenStore | |
enabled | [bool] | |
fileSystem | FileSystemTokenStore | |
tokenRefreshExtensionHours | INT |
BlobStorageTokenStore
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | BlobStorageTokenStore リソース固有のプロパティ | BlobStorageTokenStoreProperties |
BlobStorageTokenStoreProperties
名前 | 説明 | 値 |
---|---|---|
sasUrlSettingName | string |
FileSystemTokenStore
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | FileSystemTokenStore リソース固有のプロパティ | FileSystemTokenStoreProperties |
FileSystemTokenStoreProperties
名前 | 説明 | 値 |
---|---|---|
directory | string |
AuthPlatform
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AuthPlatform リソース固有のプロパティ | AuthPlatformProperties |
AuthPlatformProperties
名前 | 説明 | 値 |
---|---|---|
configFilePath | string | |
enabled | [bool] | |
runtimeVersion | string |
クイック スタート テンプレート
次のクイックスタート テンプレートでは、このリソースの種類をデプロイします。
Template | 説明 |
---|---|
App Services 上の PostgreSQL データベースを使用した Airflow Web App |
App Services に PostgreSQL データベースを使用して Airflow Web App をデプロイするためのテンプレート |
Azure の EPiserverCMS |
このテンプレートを使用すると、Azure での EpiServerCMS のデプロイに必要なリソースを作成できます |
Jenkins と Azure Web Apps を使用した Java CI/CD |
これは、Jenkins と Azure Web Apps を使用した Java CI/CD のサンプルです。 |
Orchard CMS ビデオ ポータル Web アプリ |
このテンプレートは、Azure Media Services モジュールを有効にして構成したAzure App Service Web Appsに Orchard CMS を簡単にデプロイする方法を提供します。 |
Azure Event Hubs用 PubNub Realtime Gateway |
Azure 用 PubNub Realtime Gateway は、PubNub データ ストリーム ネットワークとAzure Event Hubs間のリアルタイム データ ストリーム ブリッジを提供します。 -- PubNub と Azure の間の双方向ブリッジと考えてください。 |
スケーラブルな Umbraco CMS Web アプリ |
このテンプレートは、Azure App Service Web Appsに umbraco CMS Web アプリを簡単にデプロイする方法を提供します。 |
シンプルな Umbraco CMS Web アプリ |
このテンプレートは、Azure App Service Web Appsに umbraco CMS Web アプリを簡単にデプロイする方法を提供します。 |
アプリ内の MySQL を使用したApp Serviceの WordPress |
このテンプレートは、アプリ内の MySQL を使用して Windows App Serviceに WordPress Web アプリをデプロイします |
Enterprise Governance-AppService、SQL DB、AD、OMS、Runbook |
小規模または大規模のエンタープライズ向けのクラウド導入では、クラウド デプロイから価値を引き出すために、責任ある効率的なガバナンス モデルが必要です。 CloudWise (ソリューションのコード名) は、Azure Partner QuickStarts から入手できる複合ソリューションであり、顧客、システム インテグレーター、パートナーの導入を可能にし、コストの最適化、アプリケーションの信頼性の向上、ビジネス リスクの削減に重点を置いた、セルフサービスで自動化されたガバナンスと運用ソリューションを提供します。 このソリューションでは、可視性と制御の主要なガバナンスの柱が強調されています。 |
Azure SQL プライベート エンドポイントを使用する WebApp |
このテンプレートは、Azure SQL Server を指すプライベート エンドポイントを使用する Web アプリを作成する方法を示しています |
Moesif API Analytics と収益化 |
テンプレートは、Azure API Management から Moesif API 分析と収益化プラットフォームへの API 呼び出しをログに記録します |
Azure Logic Apps からカスタム API を呼び出す |
Logic Apps にはさまざまなサービスに対して数百のコネクタが用意されていますが、独自のコードを実行する API を呼び出したい場合があります。 独自の Web API をホストする最も簡単でスケーラブルな方法の 1 つは、Azure App Serviceを使用することです。 このテンプレートは、カスタム API 用の Web アプリをデプロイし、Azure Active Directory 認証を使用してその API をセキュリティで保護します。 |
IP 制限付きの Web アプリのApplication Gateway |
このテンプレートは、Web アプリで IP 制限が有効になっている Azure Web アプリの前にアプリケーション ゲートウェイを作成します。 |
Azure SQL バックエンドでのApp Service Environment |
このテンプレートは、プライベート/分離環境で通常使用される関連付けられたリソースと共に、プライベート エンドポイントと共に、Azure SQL バックエンドを含むApp Service Environmentを作成します。 |
App Service プランで実行されている関数アプリをプロビジョニングする |
このテンプレートは、専用のホスティング プランに関数アプリをプロビジョニングします。つまり、App Service サイトと同様に実行され、課金されます。 |
イベント ハブとマネージド ID を使用した Azure 関数アプリ |
彼のテンプレートは、Azure Function アプリを Linux 従量課金プランに、Event Hub、Azure Storage、Application Insights と共にプロビジョニングします。 関数アプリは、マネージド ID を使用して Event Hub と Storage アカウントに接続できます |
vnet 統合を使用して Azure Function Premium プランをデプロイする |
このテンプレートを使用すると、リージョン仮想ネットワーク統合を有効にした Azure Function Premium プランを、新しく作成された仮想ネットワークにデプロイできます。 |
SQL Databaseを使用してモバイル アプリをプロビジョニングする |
このテンプレートは、モバイル アプリ、SQL Database、および通知ハブをプロビジョニングします。 データベースと通知ハブのモバイル アプリで接続文字列を構成します。 |
プライベート エンドポイントを使用した Web アプリ |
このテンプレートを使用すると、Web アプリを作成し、プライベート エンドポイントを介して公開できます |
内部API Managementと Web アプリを使用したApplication Gateway |
Application Gateway、Azure Web アプリでホストされている Web API をサービスするインスタンスAPI Management仮想ネットワーク (内部モード) にインターネット トラフィックをルーティングします。 |
Blob Storage 接続文字列を使用して Azure Web アプリを作成する |
Microsoft の Jeff Bowles によって最初に作成された Blob Storage 接続文字列 テンプレートを使用して Azure Web アプリを作成します |
BLOB コンテナーへの診断ログ記録を含む Web アプリ |
ストレージ アカウント BLOB コンテナーへのログ記録診断有効にした Web アプリをデプロイします。 |
Java 13 と Tomcat 9 を有効にして Azure で Web アプリを作成する |
このテンプレートは、Java 13 と Tomcat 9 を有効にして Azure 上に Web アプリを作成し、Azure で Java アプリケーションを実行できるようにします。 テンプレートは、Microsoft の Donovan Brown によって作成されました。 |
Log Analytics に送信する Application Insights を使用した Web アプリ |
このテンプレートは、microsoft.insights/components の新しい API バージョンのサポートに役立ちます。 2020-02-02-preview 以降では、Application Inisghts を作成するときに WorkspaceID が必要になります。このテンプレートでは、App Serviceプラン、App Service、Application Insights、Log Analytics ワークスペースをデプロイし、まとめてフックします。 |
マネージド ID、SQL Server、ΑΙを使用した Web アプリ |
アプリ + データ + マネージド ID + 監視用の Azure インフラストラクチャをデプロイする簡単な例 |
テンプレートを使用して Web アプリ + Redis Cache + SQL DB を作成する |
このテンプレートは、Redis キャッシュとSQL Databaseを使用して Azure Web アプリを作成します。 |
SQL Databaseを使用して Web アプリをプロビジョニングする |
このテンプレートは、Web アプリ、SQL Database、自動スケーリング設定、アラート ルール、App Insights をプロビジョニングします。 データベースの Web アプリで接続文字列を構成します。 |
テンプレートを使用し、Web アプリと Redis Cache を作成する |
このテンプレートでは、Redis キャッシュを使用して Azure Web アプリを作成します。 |
カスタム デプロイ スロットを含む Web アプリ |
このテンプレートを使用すると、Azure Web Appsにカスタム デプロイ スロットを使用して Web アプリを簡単にデプロイできます。 |
PostgreSQL を使用した Linux 上の Airflow Docker Web App |
このテンプレートは、Azure Database for PostgreSQL を使用して Linux Web アプリに puckel/docker-airflow イメージ (最新のタグ) を簡単にデプロイする方法を提供します |
Azure SQLを使用した Linux 上の Sonarqube Docker Web App |
このテンプレートは、公式の Sonarqube イメージを使用し、Azure SQL Server によってサポートされる、Azure App Service Web アプリ Linux コンテナーに Sonarqube をデプロイします。 |
MySQL を使用した Linux 上の Sonarqube Docker Web アプリ |
このテンプレートは、Azure Database for MySQL を使用して Linux Web アプリに Sonarqube Docker イメージ (alpine タグ) を簡単にデプロイする方法を提供します |
PostgreSQL を使用した Linux 上の Sonarqube Docker Web アプリ |
このテンプレートは、Azure Database for PostgreSQL (プレビュー) を使用して Linux Web アプリに Sonarqube Docker イメージ (alpine タグ) を簡単にデプロイする方法を提供します |
Azure Database for MySQL を使用した Web アプリ |
このテンプレートは、Azure Database for MySQL を使用してAzure App Service Web Appsに Web アプリを簡単にデプロイする方法を提供します。 |
PostgreSQL を使った Linux 上の Web アプリ |
このテンプレートは、Azure Database for PostgreSQL を使用して Linux に Web アプリを簡単にデプロイする方法を提供します。 |
VNet インジェクションとプライベート エンドポイントを使用した Web アプリ |
このテンプレートを使用すると、フロントエンドとバックエンドの 2 つの Web アプリを使用してセキュリティで保護されたエンド ツー エンド ソリューションを作成できます。フロントエンドは、VNet インジェクションとプライベート エンドポイントを介して安全にバックを使用します |
ARM テンプレート リソース定義
サイト/構成リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドに関するページを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
name プロパティのオプション
sites/config リソースは 、name プロパティの値に基づいて異なるプロパティを受け入れます。
この記事では、 を設定 name: 'authsettingsV2'
するときに使用できるプロパティを示します。
その他のオプションについては、以下を参照してください。
- Appsettings
- authsettings
- azurestorageaccounts
- backup
- connectionstrings
- logs
- metadata
- pushsettings
- slotConfigNames
- web
リソース形式
Microsoft.Web/sites/config リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Web/sites/config",
"apiVersion": "2020-10-01",
"name": "authsettingsV2",
"kind": "string",
"properties": {
"globalValidation": {
"kind": "string",
"properties": {
"excludedPaths": [ "string" ],
"redirectToProvider": "string",
"requireAuthentication": "bool",
"unauthenticatedClientAction": "string"
}
},
"httpSettings": {
"kind": "string",
"properties": {
"forwardProxy": {
"kind": "string",
"properties": {
"convention": "string",
"customHostHeaderName": "string",
"customProtoHeaderName": "string"
}
},
"requireHttps": "bool",
"routes": {
"kind": "string",
"properties": {
"apiPrefix": "string"
}
}
}
},
"identityProviders": {
"kind": "string",
"properties": {
"azureActiveDirectory": {
"kind": "string",
"properties": {
"enabled": "bool",
"isAutoProvisioned": "bool",
"login": {
"kind": "string",
"properties": {
"disableWWWAuthenticate": "bool",
"loginParameters": [ "string" ]
}
},
"registration": {
"kind": "string",
"properties": {
"clientId": "string",
"clientSecretCertificateThumbprint": "string",
"clientSecretSettingName": "string",
"openIdIssuer": "string"
}
},
"validation": {
"kind": "string",
"properties": {
"allowedAudiences": [ "string" ],
"jwtClaimChecks": {
"kind": "string",
"properties": {
"allowedClientApplications": [ "string" ],
"allowedGroups": [ "string" ]
}
}
}
}
}
},
"customOpenIdConnectProviders": {},
"facebook": {
"kind": "string",
"properties": {
"enabled": "bool",
"graphApiVersion": "string",
"login": {
"kind": "string",
"properties": {
"scopes": [ "string" ]
}
},
"registration": {
"kind": "string",
"properties": {
"appId": "string",
"appSecretSettingName": "string"
}
}
}
},
"gitHub": {
"kind": "string",
"properties": {
"enabled": "bool",
"login": {
"kind": "string",
"properties": {
"scopes": [ "string" ]
}
},
"registration": {
"kind": "string",
"properties": {
"clientId": "string",
"clientSecretSettingName": "string"
}
}
}
},
"google": {
"kind": "string",
"properties": {
"enabled": "bool",
"login": {
"kind": "string",
"properties": {
"scopes": [ "string" ]
}
},
"registration": {
"kind": "string",
"properties": {
"clientId": "string",
"clientSecretSettingName": "string"
}
},
"validation": {
"kind": "string",
"properties": {
"allowedAudiences": [ "string" ]
}
}
}
},
"twitter": {
"kind": "string",
"properties": {
"enabled": "bool",
"registration": {
"kind": "string",
"properties": {
"consumerKey": "string",
"consumerSecretSettingName": "string"
}
}
}
}
}
},
"login": {
"kind": "string",
"properties": {
"allowedExternalRedirectUrls": [ "string" ],
"cookieExpiration": {
"kind": "string",
"properties": {
"convention": "string",
"timeToExpiration": "string"
}
},
"nonce": {
"kind": "string",
"properties": {
"nonceExpirationInterval": "string",
"validateNonce": "bool"
}
},
"preserveUrlFragmentsForLogins": "bool",
"routes": {
"kind": "string",
"properties": {
"logoutEndpoint": "string"
}
},
"tokenStore": {
"kind": "string",
"properties": {
"azureBlobStorage": {
"kind": "string",
"properties": {
"sasUrlSettingName": "string"
}
},
"enabled": "bool",
"fileSystem": {
"kind": "string",
"properties": {
"directory": "string"
}
},
"tokenRefreshExtensionHours": "int"
}
}
}
},
"platform": {
"kind": "string",
"properties": {
"configFilePath": "string",
"enabled": "bool",
"runtimeVersion": "string"
}
}
}
}
プロパティ値
sites/config-authsettingsV2
名前 | 説明 | 値 |
---|---|---|
type | リソースの種類 | 'Microsoft.Web/sites/config' |
apiVersion | リソース API のバージョン | '2020-10-01' |
name | リソース名 JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。 |
'authsettingsV2' |
kind | リソースの種類。 | string |
properties | SiteAuthSettingsV2 リソース固有のプロパティ | SiteAuthSettingsV2Properties |
SiteAuthSettingsV2Properties
名前 | 説明 | 値 |
---|---|---|
globalValidation | GlobalValidation | |
httpSettings | HttpSettings | |
identityProviders | IdentityProviders | |
ログイン (login) | Login | |
プラットフォーム | AuthPlatform |
GlobalValidation
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | GlobalValidation リソース固有のプロパティ | GlobalValidationProperties |
GlobalValidationProperties
名前 | 説明 | 値 |
---|---|---|
excludedPaths | string[] | |
redirectToProvider | string | |
requireAuthentication | [bool] | |
unauthenticatedClientAction | 'AllowAnonymous' 'RedirectToLoginPage' 'Return401' 'Return403' |
HttpSettings
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | HttpSettings リソース固有のプロパティ | HttpSettingsProperties |
HttpSettingsProperties
名前 | 説明 | 値 |
---|---|---|
forwardProxy | ForwardProxy | |
requireHttps | [bool] | |
ルート | HttpSettingsRoutes |
ForwardProxy
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | ForwardProxy リソース固有のプロパティ | ForwardProxyProperties |
ForwardProxyProperties
名前 | 説明 | 値 |
---|---|---|
コンベンション | 'Custom' 'NoProxy' 'Standard' |
|
customHostHeaderName | string | |
customProtoHeaderName | string |
HttpSettingsRoutes
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | HttpSettingsRoutes リソース固有のプロパティ | HttpSettingsRoutesProperties |
HttpSettingsRoutesProperties
名前 | 説明 | 値 |
---|---|---|
apiPrefix | string |
IdentityProviders
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | IdentityProviders リソース固有のプロパティ | IdentityProvidersProperties |
IdentityProvidersProperties
名前 | 説明 | 値 |
---|---|---|
azureActiveDirectory | AzureActiveDirectory | |
customOpenIdConnectProviders | {CustomOpenIdConnectProvider} の辞書 | object |
Github | GitHub | |
AzureActiveDirectory
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectory リソース固有のプロパティ | AzureActiveDirectoryProperties |
AzureActiveDirectoryProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
isAutoProvisioned | [bool] | |
ログイン (login) | AzureActiveDirectoryLogin | |
登録 | AzureActiveDirectoryRegistration | |
validation | AzureActiveDirectoryValidation |
AzureActiveDirectoryLogin
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectoryLogin リソース固有のプロパティ | AzureActiveDirectoryLoginProperties |
AzureActiveDirectoryLoginProperties
名前 | 説明 | 値 |
---|---|---|
disableWWWAuthenticate | [bool] | |
loginParameters | string[] |
AzureActiveDirectoryRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectoryRegistration リソース固有のプロパティ | AzureActiveDirectoryRegistrationProperties |
AzureActiveDirectoryRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
clientId | string | |
clientSecretCertificateThumbprint | string | |
clientSecretSettingName | string | |
openIdIssuer | string |
AzureActiveDirectoryValidation
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectoryValidation リソース固有のプロパティ | AzureActiveDirectoryValidationProperties |
AzureActiveDirectoryValidationProperties
名前 | 説明 | 値 |
---|---|---|
allowedAudiences | string[] | |
jwtClaimChecks | JwtClaimChecks |
JwtClaimChecks
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | JwtClaimChecks リソース固有のプロパティ | JwtClaimChecksProperties |
JwtClaimChecksProperties
名前 | 説明 | 値 |
---|---|---|
allowedClientApplications | string[] | |
allowedGroups | string[] |
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | リソース固有のプロパティをFacebookする | FacebookProperties |
FacebookProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
graphApiVersion | string | |
ログイン (login) | LoginScopes | |
登録 | AppRegistration |
LoginScopes
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | LoginScopes リソース固有のプロパティ | LoginScopesProperties |
LoginScopesProperties
名前 | 説明 | 値 |
---|---|---|
スコープ | string[] |
AppRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AppRegistration リソース固有のプロパティ | AppRegistrationProperties |
AppRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
appId | string | |
appSecretSettingName | string |
GitHub
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | GitHub リソース固有のプロパティ | GitHubProperties |
GitHubProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
ログイン (login) | LoginScopes | |
登録 | ClientRegistration |
ClientRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | ClientRegistration リソース固有のプロパティ | ClientRegistrationProperties |
ClientRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
clientId | string | |
clientSecretSettingName | string |
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | Google リソース固有のプロパティ | GoogleProperties |
GoogleProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
ログイン (login) | LoginScopes | |
登録 | ClientRegistration | |
validation | AllowedAudiencesValidation |
AllowedAudiencesValidation
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AllowedAudiencesValidation リソース固有のプロパティ | AllowedAudiencesValidationProperties |
AllowedAudiencesValidationProperties
名前 | 説明 | 値 |
---|---|---|
allowedAudiences | string[] |
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | Twitter リソース固有のプロパティ | TwitterProperties |
TwitterProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
登録 | TwitterRegistration |
TwitterRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | TwitterRegistration リソース固有のプロパティ | TwitterRegistrationProperties |
TwitterRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
consumerKey | string | |
consumerSecretSettingName | string |
ログイン
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | ログイン リソース固有のプロパティ | LoginProperties |
LoginProperties
名前 | 説明 | 値 |
---|---|---|
allowedExternalRedirectUrls | string[] | |
cookieExpiration | CookieExpiration | |
nonce | Nonce | |
preserveUrlFragmentsForLogins | [bool] | |
ルート | LoginRoutes | |
tokenStore | TokenStore |
CookieExpiration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | CookieExpiration リソース固有のプロパティ | CookieExpirationProperties |
CookieExpirationProperties
名前 | 説明 | 値 |
---|---|---|
コンベンション | 'FixedTime' 'IdentityProviderDerived' |
|
timeToExpiration | string |
nonce
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | Nonce リソース固有のプロパティ | NonceProperties |
NonceProperties
名前 | 説明 | 値 |
---|---|---|
nonceExpirationInterval | string | |
validateNonce | [bool] |
LoginRoutes
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | LoginRoutes リソース固有のプロパティ | LoginRoutesProperties |
LoginRoutesProperties
名前 | 説明 | 値 |
---|---|---|
logoutEndpoint | string |
TokenStore
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | TokenStore リソース固有のプロパティ | TokenStoreProperties |
TokenStoreProperties
名前 | 説明 | 値 |
---|---|---|
azureBlobStorage | BlobStorageTokenStore | |
enabled | [bool] | |
fileSystem | FileSystemTokenStore | |
tokenRefreshExtensionHours | INT |
BlobStorageTokenStore
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | BlobStorageTokenStore リソース固有のプロパティ | BlobStorageTokenStoreProperties |
BlobStorageTokenStoreProperties
名前 | 説明 | 値 |
---|---|---|
sasUrlSettingName | string |
FileSystemTokenStore
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | FileSystemTokenStore リソース固有のプロパティ | FileSystemTokenStoreProperties |
FileSystemTokenStoreProperties
名前 | 説明 | 値 |
---|---|---|
directory | string |
AuthPlatform
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AuthPlatform リソース固有のプロパティ | AuthPlatformProperties |
AuthPlatformProperties
名前 | 説明 | 値 |
---|---|---|
configFilePath | string | |
enabled | [bool] | |
runtimeVersion | string |
クイック スタート テンプレート
次のクイックスタート テンプレートでは、このリソースの種類をデプロイします。
Template | 説明 |
---|---|
App Services 上の PostgreSQL データベースを使用した Airflow Web App |
App Services に PostgreSQL データベースを使用して Airflow Web App をデプロイするためのテンプレート |
Azure の EPiserverCMS |
このテンプレートを使用すると、Azure での EpiServerCMS のデプロイに必要なリソースを作成できます |
Jenkins と Azure Web Apps を使用した Java CI/CD |
これは、Jenkins と Azure Web Apps を使用した Java CI/CD のサンプルです。 |
Orchard CMS ビデオ ポータル Web アプリ |
このテンプレートは、Azure Media Services モジュールを有効にして構成したAzure App Service Web Appsに Orchard CMS を簡単にデプロイする方法を提供します。 |
Azure Event Hubs用 PubNub Realtime Gateway |
Azure 用 PubNub Realtime Gateway は、PubNub データ ストリーム ネットワークとAzure Event Hubs間のリアルタイム データ ストリーム ブリッジを提供します。 -- PubNub と Azure の間の双方向ブリッジと考えてください。 |
スケーラブルな Umbraco CMS Web アプリ |
このテンプレートは、Azure App Service Web Appsに umbraco CMS Web アプリを簡単にデプロイする方法を提供します。 |
シンプルな Umbraco CMS Web アプリ |
このテンプレートは、Azure App Service Web Appsに umbraco CMS Web アプリを簡単にデプロイする方法を提供します。 |
アプリ内の MySQL を使用したApp Serviceの WordPress |
このテンプレートは、アプリ内の MySQL を使用して Windows App Serviceに WordPress Web アプリをデプロイします |
Enterprise Governance-AppService、SQL DB、AD、OMS、Runbook |
小規模または大規模のエンタープライズ向けのクラウド導入では、クラウド デプロイから価値を引き出すために、責任ある効率的なガバナンス モデルが必要です。 CloudWise (ソリューションのコード名) は、Azure Partner QuickStarts から入手できる複合ソリューションであり、顧客、システム インテグレーター、パートナーの導入を可能にし、コストの最適化、アプリケーションの信頼性の向上、ビジネス リスクの削減に重点を置いた、セルフサービスで自動化されたガバナンスと運用ソリューションを提供します。 このソリューションでは、可視性と制御の主要なガバナンスの柱が強調されています。 |
Azure SQL プライベート エンドポイントを使用する WebApp |
このテンプレートは、Azure SQL Server を指すプライベート エンドポイントを使用する Web アプリを作成する方法を示しています |
Moesif API Analytics と収益化 |
テンプレートは、Azure API Management から Moesif API 分析と収益化プラットフォームへの API 呼び出しをログに記録します |
Azure Logic Apps からカスタム API を呼び出す |
Logic Apps にはさまざまなサービスに対して数百のコネクタが用意されていますが、独自のコードを実行する API を呼び出したい場合があります。 独自の Web API をホストする最も簡単でスケーラブルな方法の 1 つは、Azure App Serviceを使用することです。 このテンプレートは、カスタム API 用の Web アプリをデプロイし、Azure Active Directory 認証を使用してその API をセキュリティで保護します。 |
IP 制限付きの Web アプリのApplication Gateway |
このテンプレートは、Web アプリで IP 制限が有効になっている Azure Web アプリの前にアプリケーション ゲートウェイを作成します。 |
Azure SQL バックエンドでのApp Service Environment |
このテンプレートは、プライベート/分離環境で通常使用される関連付けられたリソースと共に、プライベート エンドポイントと共に、Azure SQL バックエンドを含むApp Service Environmentを作成します。 |
App Service プランで実行されている関数アプリをプロビジョニングする |
このテンプレートは、専用のホスティング プランに関数アプリをプロビジョニングします。つまり、App Service サイトと同様に実行され、課金されます。 |
イベント ハブとマネージド ID を使用した Azure 関数アプリ |
彼のテンプレートは、Azure Function アプリを Linux 従量課金プランに、Event Hub、Azure Storage、Application Insights と共にプロビジョニングします。 関数アプリは、マネージド ID を使用して Event Hub と Storage アカウントに接続できます |
vnet 統合を使用して Azure Function Premium プランをデプロイする |
このテンプレートを使用すると、リージョン仮想ネットワーク統合を有効にした Azure Function Premium プランを、新しく作成された仮想ネットワークにデプロイできます。 |
SQL Databaseを使用してモバイル アプリをプロビジョニングする |
このテンプレートは、モバイル アプリ、SQL Database、および通知ハブをプロビジョニングします。 データベースと通知ハブのモバイル アプリで接続文字列を構成します。 |
プライベート エンドポイントを使用した Web アプリ |
このテンプレートを使用すると、Web アプリを作成し、プライベート エンドポイントを介して公開できます |
内部API Managementと Web アプリを使用したApplication Gateway |
Application Gateway、Azure Web アプリでホストされている Web API をサービスするインスタンスAPI Management仮想ネットワーク (内部モード) にインターネット トラフィックをルーティングします。 |
Blob Storage 接続文字列を使用して Azure Web アプリを作成する |
Microsoft の Jeff Bowles によって最初に作成された Blob Storage 接続文字列 テンプレートを使用して Azure Web アプリを作成します |
BLOB コンテナーへの診断ログ記録を含む Web アプリ |
ストレージ アカウント BLOB コンテナーへのログ記録診断有効にした Web アプリをデプロイします。 |
Java 13 と Tomcat 9 を有効にして Azure で Web アプリを作成する |
このテンプレートは、Java 13 と Tomcat 9 を有効にして Azure 上に Web アプリを作成し、Azure で Java アプリケーションを実行できるようにします。 テンプレートは、Microsoft の Donovan Brown によって作成されました。 |
Log Analytics に送信する Application Insights を使用した Web アプリ |
このテンプレートは、microsoft.insights/components の新しい API バージョンのサポートに役立ちます。 2020-02-02-preview 以降では、Application Inisghts を作成するときに WorkspaceID が必要になります。このテンプレートでは、App Serviceプラン、App Service、Application Insights、Log Analytics ワークスペースをデプロイし、まとめてフックします。 |
マネージド ID、SQL Server、ΑΙを使用した Web アプリ |
アプリ + データ + マネージド ID + 監視用の Azure インフラストラクチャをデプロイする簡単な例 |
テンプレートを使用して Web アプリ + Redis Cache + SQL DB を作成する |
このテンプレートは、Redis キャッシュとSQL Databaseを使用して Azure Web アプリを作成します。 |
SQL Databaseを使用して Web アプリをプロビジョニングする |
このテンプレートは、Web アプリ、SQL Database、自動スケーリング設定、アラート ルール、App Insights をプロビジョニングします。 データベースの Web アプリで接続文字列を構成します。 |
テンプレートを使用し、Web アプリと Redis Cache を作成する |
このテンプレートでは、Redis Cache を使用して Azure Web アプリを作成します。 |
カスタム デプロイ スロットを含む Web アプリ |
このテンプレートを使用すると、Azure Web Appsにカスタム デプロイ スロットを使用して Web アプリを簡単にデプロイできます。 |
PostgreSQL を使用した Linux 上の Airflow Docker Web App |
このテンプレートは、Azure Database for PostgreSQL を使用して Linux Web アプリに puckel/docker-airflow イメージ (最新のタグ) を簡単にデプロイする方法を提供します |
Azure SQLを使用した Linux 上の Sonarqube Docker Web App |
このテンプレートは、公式の Sonarqube イメージを使用し、Azure SQL Server によってサポートされる、Azure App Service Web アプリ Linux コンテナーに Sonarqube をデプロイします。 |
MySQL を使用した Linux 上の Sonarqube Docker Web アプリ |
このテンプレートは、Azure Database for MySQL を使用して Linux Web アプリに Sonarqube Docker イメージ (alpine タグ) を簡単にデプロイする方法を提供します |
PostgreSQL を使用した Linux 上の Sonarqube Docker Web アプリ |
このテンプレートは、Azure Database for PostgreSQL (プレビュー) を使用して Linux Web アプリに Sonarqube Docker イメージ (alpine タグ) を簡単にデプロイする方法を提供します |
Azure Database for MySQL を使用した Web アプリ |
このテンプレートは、Azure Database for MySQL を使用してAzure App Service Web Appsに Web アプリを簡単にデプロイする方法を提供します。 |
PostgreSQL を使った Linux 上の Web アプリ |
このテンプレートは、Azure Database for PostgreSQL を使用して Linux に Web アプリを簡単にデプロイする方法を提供します。 |
VNet インジェクションとプライベート エンドポイントを使用した Web アプリ |
このテンプレートを使用すると、フロントエンドとバックエンドの 2 つの Web アプリを使用してセキュリティで保護されたエンド ツー エンド ソリューションを作成できます。フロントエンドは、VNet インジェクションとプライベート エンドポイントを介して安全にバックを使用します |
Terraform (AzAPI プロバイダー) リソース定義
サイト/構成リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループ
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
name プロパティのオプション
sites/config リソースは 、name プロパティの値に基づいて異なるプロパティを受け入れます。
この記事では、 を設定 name: 'authsettingsV2'
するときに使用できるプロパティを示します。
その他のオプションについては、以下を参照してください。
- Appsettings
- authsettings
- azurestorageaccounts
- backup
- connectionstrings
- logs
- metadata
- pushsettings
- slotConfigNames
- web
リソース形式
Microsoft.Web/sites/config リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/sites/config@2020-10-01"
name = "authsettingsV2"
parent_id = "string"
body = jsonencode({
properties = {
globalValidation = {
kind = "string"
properties = {
excludedPaths = [
"string"
]
redirectToProvider = "string"
requireAuthentication = bool
unauthenticatedClientAction = "string"
}
}
httpSettings = {
kind = "string"
properties = {
forwardProxy = {
kind = "string"
properties = {
convention = "string"
customHostHeaderName = "string"
customProtoHeaderName = "string"
}
}
requireHttps = bool
routes = {
kind = "string"
properties = {
apiPrefix = "string"
}
}
}
}
identityProviders = {
kind = "string"
properties = {
azureActiveDirectory = {
kind = "string"
properties = {
enabled = bool
isAutoProvisioned = bool
login = {
kind = "string"
properties = {
disableWWWAuthenticate = bool
loginParameters = [
"string"
]
}
}
registration = {
kind = "string"
properties = {
clientId = "string"
clientSecretCertificateThumbprint = "string"
clientSecretSettingName = "string"
openIdIssuer = "string"
}
}
validation = {
kind = "string"
properties = {
allowedAudiences = [
"string"
]
jwtClaimChecks = {
kind = "string"
properties = {
allowedClientApplications = [
"string"
]
allowedGroups = [
"string"
]
}
}
}
}
}
}
customOpenIdConnectProviders = {}
facebook = {
kind = "string"
properties = {
enabled = bool
graphApiVersion = "string"
login = {
kind = "string"
properties = {
scopes = [
"string"
]
}
}
registration = {
kind = "string"
properties = {
appId = "string"
appSecretSettingName = "string"
}
}
}
}
gitHub = {
kind = "string"
properties = {
enabled = bool
login = {
kind = "string"
properties = {
scopes = [
"string"
]
}
}
registration = {
kind = "string"
properties = {
clientId = "string"
clientSecretSettingName = "string"
}
}
}
}
google = {
kind = "string"
properties = {
enabled = bool
login = {
kind = "string"
properties = {
scopes = [
"string"
]
}
}
registration = {
kind = "string"
properties = {
clientId = "string"
clientSecretSettingName = "string"
}
}
validation = {
kind = "string"
properties = {
allowedAudiences = [
"string"
]
}
}
}
}
twitter = {
kind = "string"
properties = {
enabled = bool
registration = {
kind = "string"
properties = {
consumerKey = "string"
consumerSecretSettingName = "string"
}
}
}
}
}
}
login = {
kind = "string"
properties = {
allowedExternalRedirectUrls = [
"string"
]
cookieExpiration = {
kind = "string"
properties = {
convention = "string"
timeToExpiration = "string"
}
}
nonce = {
kind = "string"
properties = {
nonceExpirationInterval = "string"
validateNonce = bool
}
}
preserveUrlFragmentsForLogins = bool
routes = {
kind = "string"
properties = {
logoutEndpoint = "string"
}
}
tokenStore = {
kind = "string"
properties = {
azureBlobStorage = {
kind = "string"
properties = {
sasUrlSettingName = "string"
}
}
enabled = bool
fileSystem = {
kind = "string"
properties = {
directory = "string"
}
}
tokenRefreshExtensionHours = int
}
}
}
}
platform = {
kind = "string"
properties = {
configFilePath = "string"
enabled = bool
runtimeVersion = "string"
}
}
}
kind = "string"
})
}
プロパティ値
sites/config-authsettingsV2
名前 | 説明 | 値 |
---|---|---|
type | リソースの種類 | "Microsoft.Web/sites/config@2020-10-01" |
name | リソース名 | "authsettingsV2" |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: サイト |
kind | リソースの種類。 | string |
properties | SiteAuthSettingsV2 リソース固有のプロパティ | SiteAuthSettingsV2Properties |
SiteAuthSettingsV2Properties
名前 | 説明 | 値 |
---|---|---|
globalValidation | GlobalValidation | |
httpSettings | HttpSettings | |
identityProviders | IdentityProviders | |
ログイン (login) | Login | |
プラットフォーム | AuthPlatform |
GlobalValidation
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | GlobalValidation リソース固有のプロパティ | GlobalValidationProperties |
GlobalValidationProperties
名前 | 説明 | 値 |
---|---|---|
excludedPaths | string[] | |
redirectToProvider | string | |
requireAuthentication | [bool] | |
unauthenticatedClientAction | "AllowAnonymous" "RedirectToLoginPage" "Return401" "Return403" |
HttpSettings
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | HttpSettings リソース固有のプロパティ | HttpSettingsProperties |
HttpSettingsProperties
名前 | 説明 | 値 |
---|---|---|
forwardProxy | ForwardProxy | |
requireHttps | [bool] | |
ルート | HttpSettingsRoutes |
ForwardProxy
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | ForwardProxy リソース固有のプロパティ | ForwardProxyProperties |
ForwardProxyProperties
名前 | 説明 | 値 |
---|---|---|
コンベンション | "Custom" "NoProxy" "Standard" |
|
customHostHeaderName | string | |
customProtoHeaderName | string |
HttpSettingsRoutes
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | HttpSettingsRoutes リソース固有のプロパティ | HttpSettingsRoutesProperties |
HttpSettingsRoutesProperties
名前 | 説明 | 値 |
---|---|---|
apiPrefix | string |
IdentityProviders
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | IdentityProviders リソース固有のプロパティ | IdentityProvidersProperties |
IdentityProvidersProperties
名前 | 説明 | 値 |
---|---|---|
azureActiveDirectory | AzureActiveDirectory | |
customOpenIdConnectProviders | {CustomOpenIdConnectProvider} の辞書 | object |
Github | GitHub | |
AzureActiveDirectory
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectory リソース固有のプロパティ | AzureActiveDirectoryProperties |
AzureActiveDirectoryProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
isAutoProvisioned | [bool] | |
ログイン (login) | AzureActiveDirectoryLogin | |
登録 | AzureActiveDirectoryRegistration | |
validation | AzureActiveDirectoryValidation |
AzureActiveDirectoryLogin
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectoryLogin リソース固有のプロパティ | AzureActiveDirectoryLoginProperties |
AzureActiveDirectoryLoginProperties
名前 | 説明 | 値 |
---|---|---|
disableWWWAuthenticate | [bool] | |
loginParameters | string[] |
AzureActiveDirectoryRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectoryRegistration リソース固有のプロパティ | AzureActiveDirectoryRegistrationProperties |
AzureActiveDirectoryRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
clientId | string | |
clientSecretCertificateThumbprint | string | |
clientSecretSettingName | string | |
openIdIssuer | string |
AzureActiveDirectoryValidation
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AzureActiveDirectoryValidation リソース固有のプロパティ | AzureActiveDirectoryValidationProperties |
AzureActiveDirectoryValidationProperties
名前 | 説明 | 値 |
---|---|---|
allowedAudiences | string[] | |
jwtClaimChecks | JwtClaimChecks |
JwtClaimChecks
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | JwtClaimChecks リソース固有のプロパティ | JwtClaimChecksProperties |
JwtClaimChecksProperties
名前 | 説明 | 値 |
---|---|---|
allowedClientApplications | string[] | |
allowedGroups | string[] |
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | リソース固有のプロパティをFacebookする | FacebookProperties |
FacebookProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
graphApiVersion | string | |
ログイン (login) | LoginScopes | |
登録 | AppRegistration |
LoginScopes
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | LoginScopes リソース固有のプロパティ | LoginScopesProperties |
LoginScopesProperties
名前 | 説明 | 値 |
---|---|---|
スコープ | string[] |
AppRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AppRegistration リソース固有のプロパティ | AppRegistrationProperties |
AppRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
appId | string | |
appSecretSettingName | string |
GitHub
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | GitHub リソース固有のプロパティ | GitHubProperties |
GitHubProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
ログイン (login) | LoginScopes | |
登録 | ClientRegistration |
ClientRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | ClientRegistration リソース固有のプロパティ | ClientRegistrationProperties |
ClientRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
clientId | string | |
clientSecretSettingName | string |
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | Google リソース固有のプロパティ | GoogleProperties |
GoogleProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
ログイン (login) | LoginScopes | |
登録 | ClientRegistration | |
validation | AllowedAudiencesValidation |
AllowedAudiencesValidation
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AllowedAudiencesValidation リソース固有のプロパティ | AllowedAudiencesValidationProperties |
AllowedAudiencesValidationProperties
名前 | 説明 | 値 |
---|---|---|
allowedAudiences | string[] |
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | Twitter リソース固有のプロパティ | TwitterProperties |
TwitterProperties
名前 | 説明 | 値 |
---|---|---|
enabled | [bool] | |
登録 | TwitterRegistration |
TwitterRegistration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | TwitterRegistration リソース固有のプロパティ | TwitterRegistrationProperties |
TwitterRegistrationProperties
名前 | 説明 | 値 |
---|---|---|
consumerKey | string | |
consumerSecretSettingName | string |
ログイン
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | ログイン リソース固有のプロパティ | LoginProperties |
LoginProperties
名前 | 説明 | 値 |
---|---|---|
allowedExternalRedirectUrls | string[] | |
cookieExpiration | CookieExpiration | |
nonce | Nonce | |
preserveUrlFragmentsForLogins | [bool] | |
ルート | LoginRoutes | |
tokenStore | TokenStore |
CookieExpiration
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | CookieExpiration リソース固有のプロパティ | CookieExpirationProperties |
CookieExpirationProperties
名前 | 説明 | 値 |
---|---|---|
コンベンション | "FixedTime" "IdentityProviderDerived" |
|
timeToExpiration | string |
nonce
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | Nonce リソース固有のプロパティ | NonceProperties |
NonceProperties
名前 | 説明 | 値 |
---|---|---|
nonceExpirationInterval | string | |
validateNonce | [bool] |
LoginRoutes
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | LoginRoutes リソース固有のプロパティ | LoginRoutesProperties |
LoginRoutesProperties
名前 | 説明 | 値 |
---|---|---|
logoutEndpoint | string |
TokenStore
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | TokenStore リソース固有のプロパティ | TokenStoreProperties |
TokenStoreProperties
名前 | 説明 | 値 |
---|---|---|
azureBlobStorage | BlobStorageTokenStore | |
enabled | [bool] | |
fileSystem | FileSystemTokenStore | |
tokenRefreshExtensionHours | INT |
BlobStorageTokenStore
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | BlobStorageTokenStore リソース固有のプロパティ | BlobStorageTokenStoreProperties |
BlobStorageTokenStoreProperties
名前 | 説明 | 値 |
---|---|---|
sasUrlSettingName | string |
FileSystemTokenStore
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | FileSystemTokenStore リソース固有のプロパティ | FileSystemTokenStoreProperties |
FileSystemTokenStoreProperties
名前 | 説明 | 値 |
---|---|---|
directory | string |
AuthPlatform
名前 | 説明 | 値 |
---|---|---|
kind | リソースの種類。 | string |
properties | AuthPlatform リソース固有のプロパティ | AuthPlatformProperties |
AuthPlatformProperties
名前 | 説明 | 値 |
---|---|---|
configFilePath | string | |
enabled | [bool] | |
runtimeVersion | string |