Added logs for server debug

This commit is contained in:
Julius Gruber
2019-06-27 15:19:30 +02:00
parent 7c243623c8
commit 71f281516a
5 changed files with 11 additions and 44 deletions

View File

@@ -33,6 +33,11 @@
role="button">{{"login.form.ssoLogin" | translate}}</a>
</div>
<!--Change href to "https://dspace.hostname/Shibboleth.sso/Login?target=https://dspace.hostname/shibboleth"
to make this work with your Shibboleth IdentityProvider and Service Provider. dspace.hostname = as in the
backend config file "dspace.cfg". Do not change the following parts of href:
"/Shibboleth.sso/Login?target=" and "/shibboleth" at the end of href -->
<br>
<div>
<a class="btn btn-lg btn-primary btn-block mt-2"
@@ -42,17 +47,8 @@
</div>
<!-- <div >
<br>
<a class="btn btn-lg btn-primary btn-block mt-2" (click)="dispatchShibbLoginAction()" role="button">Dispatch Shibb Login</a>
</div>-->
<!-- <div >
<br>
<a class="btn btn-lg btn-primary btn-block mt-2" (click)="postLoginCall()" role="button">Simple Post Login</a>
</div>-->
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">{{"login.form.new-user" | translate}}</a>