Skip to content

Commit 6792fcb

Browse files
committed
touchup
1 parent 5a75a63 commit 6792fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Your provider requires you to register your application by specifying a redirect
2525
> [!NOTE]
2626
> The OpenID provider name can't contain a hyphen `-`, because an App Service application setting is created based on this name, and application settings don't support hyphens. You can use an underscore `_` instead.
2727
28-
When you register your app, you need to collect a *client ID* and a *client secret* for your application. You need to provide the client secret if you want the user to acquire access tokens using the interactive authorization code flow. If you don't want to acquire access tokens, you don't need to use a secret.
28+
When you register your app, you need to collect a *client ID* and a *client secret* for your application. Your app needs to provide the client secret if you want the user to acquire access tokens using the interactive authorization code flow. If you don't want to acquire access tokens, you don't need to use a secret.
2929

3030
> [!IMPORTANT]
3131
> The **App Secret** value is an important security credential. Don't share this secret with anyone or distribute it within a client application.

0 commit comments

Comments
 (0)