Skip to content

Commit cfe23d4

Browse files
committed
changes
1 parent 0bce1fa commit cfe23d4

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

articles/app-service/configure-authentication-provider-google.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ To complete the procedure, you must have a Google account that has a verified em
3737

3838
1. Enter the **App ID** and **App Secret** values you obtained previously.
3939

40-
1. The **App Service authentication settings** section has settings such as how your application responds to unauthenticated requests. The default selections redirect all requests to sign in with the new provider. You can customize this behavior now or later. For now, leave the rest of the settings at their default values.
40+
1. If this is the first identity provider for the application, the **App Service authentication settings** section appears with settings such as how your application responds to unauthenticated requests. If you already configured a different identity provider for the app, this section doesn't appear.
41+
42+
The default selections redirect all requests to sign in with the new provider. You can customize this behavior now or later.
4143

4244
1. Select **Add**.
4345

44-
The **Google** provider now appears in the **Identity provider** section of the **Authentication** page. You can edit the provider settings by selecting the pencil icon under **Edit**.
46+
On the **Authentication** page, the **Google** provider now appears in the **Identity provider** section. You can edit the provider settings by selecting the pencil icon under **Edit**.
4547

46-
The **Authentication settings** section shows settings such as how the application responds to unauthenticated requests. You can edit these settings by selecting **Edit** next to **Authentication settings**. To learn more about the options, see [Authentication flow](overview-authentication-authorization.md#authentication-flow).
48+
The **Authentication settings** section shows settings such as how the application responds to unauthenticated requests. The default selections redirect all requests to sign in with the new provider. You can edit these settings by selecting **Edit** next to **Authentication settings**. To learn more about the options, see [Authentication flow](overview-authentication-authorization.md#authentication-flow).
4749

4850
The application secret is stored as a slot-sticky [application setting](configure-common.md#configure-app-settings) named `GOOGLE_PROVIDER_AUTHENTICATION_SECRET`. You can see the setting on the **App Settings** tab of your app's **Environment variables** page in the portal. If you want to manage the secret in Azure Key Vault, you can update the setting later to use [Key Vault references](app-service-key-vault-references.md).
4951

articles/app-service/configure-authentication-provider-openid-connect.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ To configure the OpenID Connect provider in Azure, follow these steps:
5959

6060
1. Under **App registration**, provide the values you collected earlier for **Client ID** and **Client secret**.
6161

62+
1. If this is the first identity provider for the application, the **App Service authentication settings** section appears with settings such as how your application responds to unauthenticated requests. If you already configured an identity provider for the app, this section doesn't appear.
63+
64+
The default selections redirect all requests to sign in with the new provider. You can customize this behavior now or later.
65+
6266
1. Select **Add** to finish setting up the identity provider.
6367

64-
The OIDC provider friendly name appended with **(custom provider)** now appears in the **Identity provider** section of the **Authentication** page. You can edit the provider settings by selecting its pencil icon under **Edit**.
68+
On the **Authentication** page, the OIDC provider friendly name appended with **(custom provider)** now appears in the **Identity provider** section. You can edit the settings by selecting the provider's pencil icon under **Edit**.
6569

6670
The **Authentication settings** section shows settings such as how the application responds to unauthenticated requests. The default selections redirect all requests to sign in with the new provider. You can edit these settings by selecting **Edit** next to **Authentication settings**. To learn more about the options, see [Authentication flow](overview-authentication-authorization.md#authentication-flow).
6771

0 commit comments

Comments
 (0)