From 9c3ec7c2868d1f5a3a0ac0e7067a7da40bbb8784 Mon Sep 17 00:00:00 2001 From: Bernaldo Mihasi Date: Tue, 1 Nov 2022 14:49:32 +0100 Subject: [PATCH] Update 'Page 2A: Setup configurable login' --- Page-2A%3A-Setup-configurable-login.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Page-2A%3A-Setup-configurable-login.md b/Page-2A%3A-Setup-configurable-login.md index a6ce405..f3c7f56 100644 --- a/Page-2A%3A-Setup-configurable-login.md +++ b/Page-2A%3A-Setup-configurable-login.md @@ -23,10 +23,10 @@ NOTE: The path to the package which correspond to this file is ***/dmp-backend/w | logoUrl | logo url of the provider | | | | clientId | | Provider API client id | | | clientSecret | | Provider API client secret | | -| redirect_uri | | Provider API redirect uri | | +| redirect_uri | | Redirect uri to the host, path: /login/configurable/:configurableLoginId e.g. if configurableLoginId = oauth2_test then redirect_uri = http(s)://host/login/configurable/oauth2_test | | | access_token_url | | Provider API access token url | | | grant_type | | Provider API grant type | | -| token | | Provider API token, 2 fields: a) access_token b) expires_in | | +| token | | Provider API token response fields: a) access_token b) expires_in | | | user | | Provider API user, 4 fields: a) id b) name c) email d) user_info_url | | | oauthUrl | | Provider API oauth url | | | scope | | Provider API scope | |