Update 'Page 2A: Setup configurable login'

Bernaldo Mihasi 2022-09-05 12:08:01 +02:00
parent c85abed13d
commit 47587f2368
1 changed files with 3 additions and 1 deletions

@ -1,10 +1,12 @@
# Page 2A: Setup configurable login
If you want to integrate with other providers, you have to configure them so the application knows how to communicate with them.
Argos supports 2 protocols:
1. OAuth2
2. Saml2
All properties that have to be configured are in ***/dmp-backend/web/src/main/resources/configurableLoginProviders.json***
All properties that have to be configured are in ***/dmp-backend/web/src/main/resources/configurableLoginProviders.json*** which is a json array specifying each provider
NOTE: The path to the package which correspond to this file is ***/dmp-backend/web/src/main/java/eu/eudat/logic/security/customproviders/ConfigurableProvider***