This commit is contained in:
shimingxy 2020-04-01 12:15:20 +08:00
parent 8ff03973e5
commit d0d1878608
6 changed files with 15 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/> <classpathentry kind="output" path="bin/default"/>
</classpath> </classpath>

View File

@ -2,6 +2,14 @@
MaxKey未提供基于Kerberos的认证但是提供JWT的接入方式可以通过Kerberos认证完成然后使用JWT的实现MaxKey的自动登录。 MaxKey未提供基于Kerberos的认证但是提供JWT的接入方式可以通过Kerberos认证完成然后使用JWT的实现MaxKey的自动登录。
建议参考spring-security-kerberos的实现 建议参考
1)spring-security-kerberos的实现
https://github.com/spring-projects/spring-security-kerberos https://github.com/spring-projects/spring-security-kerberos
2)SPNEGO 实现
Integrated Windows Authentication and Authorization in Java
http://spnego.sourceforge.net/

View File

@ -1,5 +1,5 @@
group =org.maxkey group =org.maxkey
version =1.2.2.RELEASE version =1.3.RELEASE
vendor =https://github.com/shimingxy/MaxKey vendor =https://github.com/shimingxy/MaxKey
author =shimingxy author =shimingxy
#Version For use jar #Version For use jar

View File

@ -164,7 +164,7 @@ public class InitApplicationContext extends HttpServlet {
public void showLicense(){ public void showLicense(){
_logger.info("----------------------------------------------------------------------------------------------------"); _logger.info("----------------------------------------------------------------------------------------------------");
_logger.info("+ Single Sign On ( SSO ) "); _logger.info("+ Single Sign On ( SSO ) ");
_logger.info("+ MaxKey Version v1.2.2 GA"); _logger.info("+ MaxKey Version v1.3 GA");
_logger.info(""); _logger.info("");
_logger.info("+ Apache License 2.0"); _logger.info("+ Apache License 2.0");
_logger.info("+ https://github.com/shimingxy/MaxKey"); _logger.info("+ https://github.com/shimingxy/MaxKey");

View File

@ -7,7 +7,7 @@ server.servlet.context-path=/maxkey-mgt
application.name=MaxKey-Mgt application.name=MaxKey-Mgt
#message.properties global.application.version is need to update #message.properties global.application.version is need to update
application.formatted-version=v1.2.2 GA application.formatted-version=v1.3 GA
#for freemarker #for freemarker
spring.freemarker.template-loader-path=classpath:/templates/views spring.freemarker.template-loader-path=classpath:/templates/views

View File

@ -15,7 +15,7 @@ server.servlet.context-path=/maxkey
application.name=MaxKey application.name=MaxKey
#message.properties global.application.version is need to update #message.properties global.application.version is need to update
application.formatted-version=v1.2.2 GA application.formatted-version=v1.3 GA
#for freemarker #for freemarker
spring.freemarker.template-loader-path=classpath:/templates/views spring.freemarker.template-loader-path=classpath:/templates/views