diff --git a/Page-2A%3A-Setup-configurable-login.md b/Page-2A%3A-Setup-configurable-login.md index 3deae05..a6ce405 100644 --- a/Page-2A%3A-Setup-configurable-login.md +++ b/Page-2A%3A-Setup-configurable-login.md @@ -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***