mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
v1.3 RC
This commit is contained in:
parent
8ff03973e5
commit
d0d1878608
@ -1,6 +1,6 @@
|
||||
<?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
|
||||
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/
|
||||
@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user