发布于 2016-08-04 23:54:46 | 180 次阅读 | 评论: 0 | 来源: 网友投递
Keycloak SSO 集成解决方案
Keycloak 是一个针对Web应用和 RESTful Web 服务提供 SSO 集成。基于 OAuth 2.0 和 JSON Web Token(JWT) 规范。目前用于实现 JBoss 与 Wildfly 通讯,但将来将为 Tomcat、Jetty、Node.js、Rails、Grails 等环境提供解决方案。
Keycloak 2.1.0.CR1 发布了,
该版本主要改进记录如下:
Password Policy SPI - Now it's possible to plug your own implementation of password policy. This is useful if available builtin policies are not sufficient for you.
Jetty 9.3 adapter - Allow you to secure your applications deployed on Jetty 9.3 server.
Authorization fixes & improvements - There are lots of fixes and improvements in authorization services, which were recently added in 2.0 release. It really worth to check this out and eventually provide us some feedback.
Better OpenID Connect interoperability - There are lots of minor fixes related to OpenID Connect support.
下载地址:http://www.keycloak.org/downloads.html