From 14419ca5670031f789a2706c716d5fb3965739f0 Mon Sep 17 00:00:00 2001 From: Julius Gruber Date: Mon, 24 Jun 2019 13:21:48 +0200 Subject: [PATCH] Removed dispatchShibAction button --- src/app/+login-page/shibboleth/shibboleth.component.html | 2 +- src/app/core/auth/auth.service.ts | 2 +- src/app/shared/log-in/log-in.component.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/+login-page/shibboleth/shibboleth.component.html b/src/app/+login-page/shibboleth/shibboleth.component.html index e1bfd6b052..12007d03d0 100644 --- a/src/app/+login-page/shibboleth/shibboleth.component.html +++ b/src/app/+login-page/shibboleth/shibboleth.component.html @@ -1,3 +1,3 @@

- shibboleth works! + Shibboleth login successfull! Please wait while we redirect you...

diff --git a/src/app/core/auth/auth.service.ts b/src/app/core/auth/auth.service.ts index 67fa408b98..3f1a4e676e 100644 --- a/src/app/core/auth/auth.service.ts +++ b/src/app/core/auth/auth.service.ts @@ -116,7 +116,7 @@ export class AuthService { public startShibbAuth(): Observable { 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)}`); diff --git a/src/app/shared/log-in/log-in.component.html b/src/app/shared/log-in/log-in.component.html index 251a6ff3bc..bd70bf255e 100644 --- a/src/app/shared/log-in/log-in.component.html +++ b/src/app/shared/log-in/log-in.component.html @@ -42,10 +42,10 @@ -
+