mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
Merge branch 'master' of https://github.com/shimingxy/MaxKey
This commit is contained in:
@@ -40,7 +40,7 @@ QQ交流群:<b>434469201</b> | 邮箱EMAIL: <b>shimingxy@163.com</b>
|
||||
| 2 | 双因素认证 |
|
||||
| 3 | 短信认证 腾讯云短信/阿里云短信/网易云信 |
|
||||
| 4 | Google/Microsoft Authenticator/FreeOTP/支持TOTP或者HOTP |
|
||||
| 5 | Kerberos/Spengo/AD域|
|
||||
| 5 | Kerberos/SPNEGO/AD域|
|
||||
| 6 | 社交账号 微信/QQ/微博/钉钉/Google/Facebook/其他 |
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<li class=""><a href="{{site.baseurl}}/authn/mfa.html"><span class="none"></span>双因素认证MFA</a></li>
|
||||
<li class=""><a href="{{site.baseurl}}/authn/social.html"><span class="none"></span>社交集成</a></li>
|
||||
<li class=""><a href="{{site.baseurl}}/authn/google.html"><span class="none"></span>TOTP/Google Authenticator</a></li>
|
||||
<li class=""><a href="{{site.baseurl}}/authn/kerberos.html"><span class="none"></span>Kerberos/Spengo/AD</a></li>
|
||||
<li class=""><a href="{{site.baseurl}}/authn/kerberos.html"><span class="none"></span>Kerberos/SPNEGO/AD</a></li>
|
||||
<li class=""><a href="{{site.baseurl}}/authn/ldap.html"><span class="none"></span>LDAP</a></li>
|
||||
<li class=""><a href="{{site.baseurl}}/authn/fgpwd.html"><span class="none"></span>忘记密码(Forget Password)</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h2>基于Kerberos/Spengo/AD自动登录集成</h2>
|
||||
<h2>基于Kerberos/SPNEGO/AD自动登录集成</h2>
|
||||
|
||||
MaxKey未提供基于Kerberos的认证,但是提供JWT的接入方式,可以通过Kerberos认证完成,然后使用JWT的实现MaxKey的自动登录。
|
||||
|
||||
@@ -12,4 +12,4 @@ https://github.com/spring-projects/spring-security-kerberos
|
||||
|
||||
Integrated Windows Authentication and Authorization in Java
|
||||
|
||||
http://spnego.sourceforge.net/
|
||||
http://spnego.sourceforge.net/
|
||||
|
||||
11
docs/team.md
11
docs/team.md
@@ -63,20 +63,21 @@
|
||||
以下其他人员通过建议,补丁或文档的方式为该项目做出了贡献。
|
||||
<table border="0" class="table table-striped table-bordered ">
|
||||
<thead>
|
||||
<th>名称</th><th >头像</th><th>github ID</th><th>组织</th><th>角色</th><th>时区</th>
|
||||
<th>名称</th><th >头像</th><th>github ID</th><th>组织</th><th>角色</th><th>时区</th><th>问题</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>QQ793732900(恍然如梦)</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>contributor</td>
|
||||
<td>Asia/北京</td>
|
||||
<td>解决Maxkey在Chrome “您的连接不是私密连接” 问题</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
其他贡献者
|
||||
|
||||
https://github.com/shimingxy/MaxKey/graphs/contributors
|
||||
https://github.com/shimingxy/MaxKey/graphs/contributors
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
</tr>
|
||||
<tr class="b">
|
||||
<td>5 </td>
|
||||
<td>Kerberos/Spengo/AD域</td>
|
||||
<td>Kerberos/SPNEGO/AD域</td>
|
||||
</tr>
|
||||
<tr class="a">
|
||||
<td>6 </td>
|
||||
|
||||
Reference in New Issue
Block a user