console front channel logout switch
This commit is contained in:
parent
27d4a33226
commit
c94e868c63
1 changed files with 7 additions and 1 deletions
|
@ -118,7 +118,13 @@
|
||||||
</div>
|
</div>
|
||||||
<span tooltip-placement="right" tooltip="Always use POST binding for responses." class="fa fa-info-circle"></span>
|
<span tooltip-placement="right" tooltip="Always use POST binding for responses." class="fa fa-info-circle"></span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group clearfix block" data-ng-show="protocol == 'saml'">
|
||||||
|
<label class="col-sm-2 control-label" for="frontchannelLogout">Front Channel Logout</label>
|
||||||
|
<div class="col-sm-6">
|
||||||
|
<input ng-model="application.frontchannelLogout" name="frontchannelLogout" id="frontchannelLogout" onoffswitch />
|
||||||
|
</div>
|
||||||
|
<span tooltip-placement="right" tooltip="When true, logout requires a browser redirect to application. When false, server performs a background invocation for logout." class="fa fa-info-circle"></span>
|
||||||
|
</div>
|
||||||
<div class="form-group" data-ng-show="!application.bearerOnly">
|
<div class="form-group" data-ng-show="!application.bearerOnly">
|
||||||
<label class="col-sm-2 control-label" for="newRedirectUri">Redirect URI <span class="required" data-ng-show="create">*</span></label>
|
<label class="col-sm-2 control-label" for="newRedirectUri">Redirect URI <span class="required" data-ng-show="create">*</span></label>
|
||||||
<div class="col-sm-6 multiple" ng-repeat="redirectUri in application.redirectUris">
|
<div class="col-sm-6 multiple" ng-repeat="redirectUri in application.redirectUris">
|
||||||
|
|
Loading…
Reference in a new issue