mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Removed building of target param from auth-method.model2
This commit is contained in:
@@ -18,8 +18,8 @@ export class AuthMethodModel {
|
|||||||
}
|
}
|
||||||
case 'shibboleth': {
|
case 'shibboleth': {
|
||||||
this.authMethodType = AuthMethodType.Shibboleth;
|
this.authMethodType = AuthMethodType.Shibboleth;
|
||||||
const strings: string[] = location.split('target=');
|
// const strings: string[] = location.split('target=');
|
||||||
const target = strings[1];
|
// const target = strings[1];
|
||||||
// this.location = target + location + '/' + ShibbConstants.SHIBBOLETH_REDIRECT_ROUTE;
|
// this.location = target + location + '/' + ShibbConstants.SHIBBOLETH_REDIRECT_ROUTE;
|
||||||
this.location = location + '/' + ShibbConstants.SHIBBOLETH_REDIRECT_ROUTE;
|
this.location = location + '/' + ShibbConstants.SHIBBOLETH_REDIRECT_ROUTE;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user