mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
Removed dispatchShibAction button
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<p>
|
||||
shibboleth works!
|
||||
Shibboleth login successfull! Please wait while we redirect you...
|
||||
</p>
|
||||
|
@@ -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)}`);
|
||||
|
@@ -42,10 +42,10 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div >
|
||||
<!-- <div >
|
||||
<br>
|
||||
<a class="btn btn-lg btn-primary btn-block mt-2" (click)="dispatchShibbLoginAction()" role="button">Dispatch Shibb Login</a>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
|
||||
<!-- <div >
|
||||
|
Reference in New Issue
Block a user