Files
MaxKey/docs/authn/kerberos.md
shimingxy d0d1878608 v1.3 RC
2020-04-01 12:15:20 +08:00

15 lines
432 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<h2>基于Kerberos/Spengo/AD自动登录集成</h2>
MaxKey未提供基于Kerberos的认证但是提供JWT的接入方式可以通过Kerberos认证完成然后使用JWT的实现MaxKey的自动登录。
建议参考
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/