From 47587f2368af7f20b42360d151b5ac752f5ac0a3 Mon Sep 17 00:00:00 2001 From: Bernaldo Mihasi Date: Mon, 5 Sep 2022 12:08:01 +0200 Subject: [PATCH] Update 'Page 2A: Setup configurable login' --- Page-2A%3A-Setup-configurable-login.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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***