Update 'Page 2A: Setup configurable login'

Bernaldo Mihasi 2022-11-01 14:49:32 +01:00
parent 47587f2368
commit 9c3ec7c286
1 changed files with 2 additions and 2 deletions

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