From 16070593d7037c6432e9fcac2e133d791109c19f Mon Sep 17 00:00:00 2001 From: James Carppe Date: Tue, 22 Feb 2022 21:45:36 +0000 Subject: [PATCH] GitBook: [#63] Minor text changes --- admin/settings/authentication/oauth.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/admin/settings/authentication/oauth.md b/admin/settings/authentication/oauth.md index 5329470b..0b922087 100644 --- a/admin/settings/authentication/oauth.md +++ b/admin/settings/authentication/oauth.md @@ -96,17 +96,17 @@ When you're finished, click **Save settings**. Complete the **OAuth Configuration** section based on the table below. -| Field/Option | Overview | -| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Client ID | Enter the public identifier of the OAuth application. | -| Client secret | Enter the token access to the OAuth application. | -| Authorization URL | Enter the URL used to authenticate against the OAuth provider (will redirect users to the OAuth provider login screen). | -| Access token URL | Enter the URL used to exchange a valid OAuth authentication code for an access token. | -| Resource URL | Enter the URL used by Portainer to retrieve information about authenticated users. | -| Redirect URL | Enter the URL used by the OAuth provider to redirect users after they are successfully authenticated. You should set this to your Portainer instance URL. | -| Logout URL | Enter the URL used by the OAuth provider to log users out. | -| User identifier | Enter the identifier that Portainer will use to create accounts for authenticated users. Retrieved from the resource server specified in the **Resource URL** field. | -| Scopes | Required by the OAuth provider to retrieve information about authenticated users. See your provider's own documentation for more information. | +| Field/Option | Overview | +| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| Client ID | Enter the public identifier of the OAuth application. | +| Client secret | Enter the token access to the OAuth application. | +| Authorization URL | Enter the URL used to authenticate against the OAuth provider (will redirect users to the OAuth provider login screen). | +| Access token URL | Enter the URL used to exchange a valid OAuth authentication code for an access token. | +| Resource URL | Enter the URL used by Portainer to retrieve information about authenticated users. | +| Redirect URL | Enter the URL used by the OAuth provider to redirect users after they are successfully authenticated (also referred to as the callback URL). You should set this to your Portainer instance URL. | +| Logout URL | Enter the URL used by the OAuth provider to log users out. | +| User identifier | Enter the identifier that Portainer will use to create accounts for authenticated users. Retrieved from the resource server specified in the **Resource URL** field. | +| Scopes | Required by the OAuth provider to retrieve information about authenticated users. See your provider's own documentation for more information. | ![](../../../.gitbook/assets/be-authentication-oauth-custom.png)