|
@@ -26,15 +26,6 @@
|
|
|
<input type="number" name="oauth2Port" placeholder="Port" value="5488">
|
|
|
<small>Listening port of the Zoraxy internal Oauth2 Server.You can create a subdomain proxy rule to <code>127.0.0.1:<span class="ssoPort">5488</span></code></small>
|
|
|
</div>
|
|
|
- <div class="field">
|
|
|
- <label>Token Expiry (Default)</label>
|
|
|
- <input type="number" name="ssoTokenExpiryDefault" placeholder="Token Expiry (Seconds)" value="3600">
|
|
|
- </div>
|
|
|
- <div class="field">
|
|
|
- <label>Token Expiry (Remember Me)</label>
|
|
|
- <input type="number" name="ssoTokenExpiryRemb" placeholder="Token Expiry (Seconds)" value="648000">
|
|
|
- </div>
|
|
|
- <div class="ui divider"></div>
|
|
|
<h4 class="ui dividing header">Zoraxy SSO</h4>
|
|
|
<div class="field">
|
|
|
<div class="ui toggle checkbox">
|
|
@@ -45,6 +36,10 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
+ <div>
|
|
|
+ <p>List of Registered Apps in</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
|