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

@@ -1,3 +1,3 @@
<p> <p>
shibboleth works! Shibboleth login successfull! Please wait while we redirect you...
</p> </p>

View File

@@ -116,7 +116,7 @@ export class AuthService {
public startShibbAuth(): Observable<AuthStatus> { public startShibbAuth(): Observable<AuthStatus> {
console.log('startShibAuth() was called'); 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 user = 'test@test.at';
const password = 'rest' const password = 'rest'
const body = (`password=${Base64EncodeUrl(password)}&user=${Base64EncodeUrl(user)}`); const body = (`password=${Base64EncodeUrl(password)}&user=${Base64EncodeUrl(user)}`);

View File

@@ -42,10 +42,10 @@
</div> </div>
<div > <!-- <div >
<br> <br>
<a class="btn btn-lg btn-primary btn-block mt-2" (click)="dispatchShibbLoginAction()" role="button">Dispatch Shibb Login</a> <a class="btn btn-lg btn-primary btn-block mt-2" (click)="dispatchShibbLoginAction()" role="button">Dispatch Shibb Login</a>
</div> </div>-->
<!-- <div > <!-- <div >