mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Removed dispatchShibAction button
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<p>
|
<p>
|
||||||
shibboleth works!
|
Shibboleth login successfull! Please wait while we redirect you...
|
||||||
</p>
|
</p>
|
||||||
|
@@ -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)}`);
|
||||||
|
@@ -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 >
|
||||||
|
Reference in New Issue
Block a user