From ffc724bfbc3d9f00c6da4e92966eba917f1d3725 Mon Sep 17 00:00:00 2001 From: Julius Gruber Date: Mon, 3 Jun 2019 10:49:47 +0200 Subject: [PATCH] Added auth to environment.default.js --- config/environment.default.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/environment.default.js b/config/environment.default.js index 03080f756f..f0cf41b037 100644 --- a/config/environment.default.js +++ b/config/environment.default.js @@ -29,6 +29,13 @@ module.exports = { timePerMethod: {'PATCH': 3} //time in seconds } }, + // Authentications + auth: { + target: { + host: 'https://dspace7.4science.it', + page: '/dspace-spring-rest/shib.html' + } + }, // Form settings form: { // NOTE: Map server-side validators to comparative Angular form validators