mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
Removed dispatchShibAction button
This commit is contained in:
@@ -116,7 +116,7 @@ export class AuthService {
|
||||
|
||||
public startShibbAuth(): Observable<AuthStatus> {
|
||||
console.log('startShibAuth() was called');
|
||||
// Attempt authenticating the user using the supplied credentials.
|
||||
// Attempt authenticating the user after the shibboleth/saml response reached the backend
|
||||
/* const user = 'test@test.at';
|
||||
const password = 'rest'
|
||||
const body = (`password=${Base64EncodeUrl(password)}&user=${Base64EncodeUrl(user)}`);
|
||||
|
Reference in New Issue
Block a user