发布于 2017-03-17 00:02:15 | 135 次阅读 | 评论: 0 | 来源: 网友投递
Keycloak SSO 集成解决方案
Keycloak 是一个针对Web应用和 RESTful Web 服务提供 SSO 集成。基于 OAuth 2.0 和 JSON Web Token(JWT) 规范。目前用于实现 JBoss 与 Wildfly 通讯,但将来将为 Tomcat、Jetty、Node.js、Rails、Grails 等环境提供解决方案。
Keycloak 3.0.0.CR1 发布了,带来了一些新功能。
该版本是首个不支持 Mongo 的版本。
No import option for LDAP - This option allows consuming users from LDAP without importing into the Keycloak database
Initiate linking of identity provider from application - In the past adding additional identity brokering accounts could only be done through the account management console. Now this can be done from your application
Hide identity provider - It's now possible to hide an identity provider from the login page
Jetty 9.4 - Thanks to reneploetz we now have support for Jetty 9.4
Swedish translations - Thanks to Viktor Kostov for adding Swedish translations
Checksums for downloads - The website now has md5 checksums for all downloads
BOMs - We've added BOMs for adapters as well as Server SPIs
已解决问题的完整列表可在 JIRA 中找到。
在升级之前,请记住备份数据库并阅读迁移指南。