add logout sso redirect e2e

This commit is contained in:
Eugenio Romano
2019-03-27 20:08:51 +00:00
parent ded6c4736c
commit 18bf2c58c2
3 changed files with 28 additions and 9 deletions

View File

@@ -125,7 +125,7 @@
<mat-form-field class="adf-full-width" floatLabel="Redirect Uri Logout">
<mat-label>{{ 'CORE.HOST_SETTINGS.REDIRECT_LOGOUT'| translate }}</mat-label>
<input matInput placeholder="{{ 'CORE.HOST_SETTINGS.REDIRECT_LOGOUT'| translate }}"
<input id="logout-url" matInput placeholder="{{ 'CORE.HOST_SETTINGS.REDIRECT_LOGOUT'| translate }}"
name="redirectUriLogout" formControlName="redirectUriLogout">
</mat-form-field>
</div>