mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Added auth to environment.default.js
This commit is contained in:
@@ -29,6 +29,13 @@ module.exports = {
|
|||||||
timePerMethod: {'PATCH': 3} //time in seconds
|
timePerMethod: {'PATCH': 3} //time in seconds
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// Authentications
|
||||||
|
auth: {
|
||||||
|
target: {
|
||||||
|
host: 'https://dspace7.4science.it',
|
||||||
|
page: '/dspace-spring-rest/shib.html'
|
||||||
|
}
|
||||||
|
},
|
||||||
// Form settings
|
// Form settings
|
||||||
form: {
|
form: {
|
||||||
// NOTE: Map server-side validators to comparative Angular form validators
|
// NOTE: Map server-side validators to comparative Angular form validators
|
||||||
|
Reference in New Issue
Block a user