Software:Keycloak

From HandWiki
Short description: Open source software product
Keycloak
Developer(s)WildFly, a division of Red Hat
Initial release10 September 2014; 9 years ago (2014-09-10)
Written inJava
TypeSingle sign-on system
LicenseApache License 2.0
Websitewww.keycloak.org

Keycloak is an open source software product to allow single sign-on with identity and access management aimed at modern applications and services. (As of March 2018) this WildFly community project is under the stewardship of Red Hat who use it as the upstream project for their Red Hat Single Sign-On product.[1]

Keycloak supports various protocols such as OpenID, OAuth version 2.0 and SAML and provides features such as user management, two-factor authentication, permissions and roles management, creating token services, etc.[2]

History

The first production release of Keycloak was in September 2014, with development having started about a year earlier. In 2016 Red Hat switched the RH SSO product from being based on the PicketLink framework to being based on the Keycloak upstream Project.[3] This followed a merging of the PicketLink codebase into Keycloak.[4][5]

To some extent Keycloak can now also be considered a replacement of the Red Hat JBoss SSO open source product which was previously superseded by PicketLink.[6][7] (As of March 2018) JBoss.org is redirecting the old jbosssso subsite to the Keycloak website. The JBoss name is a registered trademark and Red Hat moved its upstream open source projects names to avoid using JBoss, JBoss AS to Wildfly being a more commonly recognized example.[8]

Features

The features of Keycloak include:

Components

There are two main components of Keycloak:

  • Keycloak server, including the API and graphical interface.
  • Keycloak application adapter: a set of libraries to call the server.[9]

See also


References

External links