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 | |