Removed dispatchShibAction button

This commit is contained in:
Julius Gruber
2019-06-24 13:21:48 +02:00
parent a504d96897
commit 14419ca567
3 changed files with 4 additions and 4 deletions

View File

@@ -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)}`);