|
|
|
@ -177,7 +177,7 @@
|
|
|
|
|
<div class="input-append">
|
|
|
|
|
<input type="text" class="" value="<%=(accessTokenValiditySeconds == null ? '' : accessTokenValiditySeconds)%>" id="access-token-timeout-seconds" size="16"><span
|
|
|
|
|
class="add-on">seconds</span>
|
|
|
|
|
<input type="checkbox" id="disableAccessTokenTimeout" <%=(accessTokenValiditySeconds == null ? 'checked' : '')%>/> disable?
|
|
|
|
|
<input type="checkbox" id="disableAccessTokenTimeout" <%=(accessTokenValiditySeconds == null ? 'checked' : '')%>/> disable timeout
|
|
|
|
|
</div>
|
|
|
|
|
<p class="help-block">Enter this time in seconds.</p>
|
|
|
|
|
</div>
|
|
|
|
@ -191,7 +191,7 @@
|
|
|
|
|
<div class="input-append">
|
|
|
|
|
<input type="text" class="" value="<%=(idTokenValiditySeconds == null ? '' : idTokenValiditySeconds)%>" id="id-token-timeout-seconds" size="16"><span
|
|
|
|
|
class="add-on">seconds</span>
|
|
|
|
|
<input type="checkbox" id="disableIDTokenTimeout" <%=(idTokenValiditySeconds == null ? 'checked' : '')%>/> disable?
|
|
|
|
|
<input type="checkbox" id="disableIDTokenTimeout" <%=(idTokenValiditySeconds == null ? 'checked' : '')%>/> disable timeout
|
|
|
|
|
</div>
|
|
|
|
|
<p class="help-block">Enter this time in seconds.</p>
|
|
|
|
|
</div>
|
|
|
|
@ -213,7 +213,7 @@
|
|
|
|
|
<div class="input-append">
|
|
|
|
|
<input type="text" class="" value="<%=(refreshTokenValiditySeconds == null ? '' : refreshTokenValiditySeconds)%>" id="refresh-token-timeout-seconds" size="16"><span
|
|
|
|
|
class="add-on">seconds</span>
|
|
|
|
|
<input type="checkbox" id="disableRefreshTokenTimeout" <%=(refreshTokenValiditySeconds == null ? 'checked' : '')%>/> disable?
|
|
|
|
|
<input type="checkbox" id="disableRefreshTokenTimeout" <%=(refreshTokenValiditySeconds == null ? 'checked' : '')%>/> disable timeout
|
|
|
|
|
</div>
|
|
|
|
|
<p class="help-block">Enter this time in seconds.</p>
|
|
|
|
|
</div>
|
|
|
|
|