From b1e194ca0c0fb30e260beb7fcae122a95ddfffac Mon Sep 17 00:00:00 2001 From: shimingxy Date: Wed, 6 Nov 2019 23:50:50 +0800 Subject: [PATCH] m-11/6-1 --- .../views/apps/oauth20/appUpdate.ftl | 201 ++++++++++-------- 1 file changed, 108 insertions(+), 93 deletions(-) diff --git a/maxkey-web-manage/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl b/maxkey-web-manage/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl index 7d5c55dc2..897b3ccbd 100644 --- a/maxkey-web-manage/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl +++ b/maxkey-web-manage/src/main/resources/templates/views/apps/oauth20/appUpdate.ftl @@ -1,3 +1,14 @@ + + + + <#include "../../layout/header.ftl"/> + <#include "../../layout/common.cssjs.ftl"/> + + +
- +
- +
<#include "../appUpdateCommon.ftl"/>
- +
@@ -36,13 +49,13 @@ $(function(){ @@ -51,15 +64,15 @@ $(function(){
<@locale code="apps.oauth.v2.0.clientId" />: ${model.clientId} - + <@locale code="apps.oauth.v2.0.clientSecret" />: ${model.clientSecret} - +
- - - - - - - - - + + + + + + + + +
readchecked />writechecked/>trustchecked/>openidchecked/>profilechecked/>emailchecked/>phonechecked/>addresschecked/>allchecked/>readchecked />writechecked/>trustchecked/>openidchecked/>profilechecked/>emailchecked/>phonechecked/>addresschecked/>allchecked/> *
@@ -70,12 +83,12 @@ $(function(){
- - - - - - + + + + + + @@ -85,131 +98,131 @@ $(function(){ - + - + - + - + - + - + - + @@ -217,7 +230,7 @@ $(function(){ @@ -228,4 +241,6 @@ $(function(){
authorization_code | codechecked type="checkbox" id="grantTypes_authorization_code" name="authorizedGrantTypes" value="authorization_code"/>passwordchecked type="checkbox" id="grantTypes_trust" name="authorizedGrantTypes" value="password"/>implicitchecked type="checkbox" id="grantTypes_implicit" name="authorizedGrantTypes" value="implicit"/>refresh_tokenchecked type="checkbox" id="grantTypes_refresh_token" name="authorizedGrantTypes" value="refresh_token"/>id_tokenchecked type="checkbox" id="grantTypes_id_token" name="authorizedGrantTypes" value="id_token"/>tokenchecked type="checkbox" id="grantTypes_token" name="authorizedGrantTypes" value="token"/>authorization_code | codechecked type="checkbox" id="grantTypes_authorization_code" name="authorizedGrantTypes" value="authorization_code"/>passwordchecked type="checkbox" id="grantTypes_trust" name="authorizedGrantTypes" value="password"/>implicitchecked type="checkbox" id="grantTypes_implicit" name="authorizedGrantTypes" value="implicit"/>refresh_tokenchecked type="checkbox" id="grantTypes_refresh_token" name="authorizedGrantTypes" value="refresh_token"/>id_tokenchecked type="checkbox" id="grantTypes_id_token" name="authorizedGrantTypes" value="id_token"/>tokenchecked type="checkbox" id="grantTypes_token" name="authorizedGrantTypes" value="token"/> *
<@locale code="apps.oauth.registeredRedirectUris" />: - + *
<@locale code="apps.oauth.accessTokenValiditySeconds" />: - + * <@locale code="apps.oauth.refreshTokenValiditySeconds" />: - + *
<@locale code="apps.connect.idTokenSigningAlgorithm" />:<@locale code="apps.oauth.connect.idTokenSigningAlgorithm" />: - + + + + + + + + + + <@locale code="apps.connect.userInfoSigningAlgorithm" />:<@locale code="apps.oauth.connect.userInfoSigningAlgorithm" />: - + + + + + + + + + +
<@locale code="apps.connect.jwksUri" />:<@locale code="apps.oauth.connect.jwksUri" />: - +
<@locale code="apps.connect.idTokenEncryptedAlgorithm" />:<@locale code="apps.oauth.connect.idTokenEncryptedAlgorithm" />: - + + + + + + + + + <@locale code="apps.connect.userInfoEncryptedAlgorithm" />:<@locale code="apps.oauth.connect.userInfoEncryptedAlgorithm" />: - + + + + + + + + +
<@locale code="apps.connect.idTokenEncryptionMethod" />:<@locale code="apps.oauth.connect.idTokenEncryptionMethod" />: - + + + + + <@locale code="apps.connect.userInfoEncryptionMethod" />:<@locale code="apps.oauth.connect.userInfoEncryptionMethod" />: - + + + + +
<@locale code="apps.oauth.approvalPrompt" />: - + - <@locale code="apps.isAdapter" />: - + -
<@locale code="apps.adapter" />: - +
"/> "/> - \ No newline at end of file + + + \ No newline at end of file