v1.3 RC

上级 8ff03973
<?xml version="1.0" encoding="UTF-8"?>
<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="output" path="bin/default"/>
</classpath>
......@@ -2,6 +2,14 @@
MaxKey未提供基于Kerberos的认证,但是提供JWT的接入方式,可以通过Kerberos认证完成,然后使用JWT的实现MaxKey的自动登录。
建议参考spring-security-kerberos的实现
建议参考
https://github.com/spring-projects/spring-security-kerberos
\ No newline at end of file
1)spring-security-kerberos的实现
https://github.com/spring-projects/spring-security-kerberos
2)SPNEGO 实现
Integrated Windows Authentication and Authorization in Java
http://spnego.sourceforge.net/
\ No newline at end of file
group =org.maxkey
version =1.2.2.RELEASE
version =1.3.RELEASE
vendor =https://github.com/shimingxy/MaxKey
author =shimingxy
#Version For use jar
......
......@@ -164,7 +164,7 @@ public class InitApplicationContext extends HttpServlet {
public void showLicense(){
_logger.info("----------------------------------------------------------------------------------------------------");
_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("+ Apache License 2.0");
_logger.info("+ https://github.com/shimingxy/MaxKey");
......
......@@ -7,7 +7,7 @@ server.servlet.context-path=/maxkey-mgt
application.name=MaxKey-Mgt
#message.properties global.application.version is need to update
application.formatted-version=v1.2.2 GA
application.formatted-version=v1.3 GA
#for freemarker
spring.freemarker.template-loader-path=classpath:/templates/views
......
......@@ -15,7 +15,7 @@ server.servlet.context-path=/maxkey
application.name=MaxKey
#message.properties global.application.version is need to update
application.formatted-version=v1.2.2 GA
application.formatted-version=v1.3 GA
#for freemarker
spring.freemarker.template-loader-path=classpath:/templates/views
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册