No description
Find a file
2015-04-14 07:36:30 +02:00
broker KEYCLOAK-1187 Admin console and endpoints 2015-04-13 13:29:31 +02:00
connections APPLICATION_DEFAULT_ROLES and APP_NODE_REGISTRATIONS to CLIENT_... 2015-04-14 07:36:30 +02:00
core KEYCLOAK-1187 Admin console and endpoints 2015-04-13 13:29:31 +02:00
core-jaxrs bump pom versio 2015-04-02 09:36:43 -04:00
dependencies KEYCLOAK-1007 Fork Picketlink LDAP code. Remove picketlink dependencies from LDAP Federation provider 2015-04-08 22:04:02 +02:00
distribution KEYCLOAK-1007 Fork Picketlink LDAP code. Remove picketlink dependencies from LDAP Federation provider 2015-04-08 22:04:02 +02:00
docbook KEYCLOAK-1195 - added identity brokes ordering for login page 2015-04-09 14:39:00 +02:00
events bump pom versio 2015-04-02 09:36:43 -04:00
examples Updated example jsons 2015-04-13 14:23:41 +02:00
export-import KEYCLOAK-1187 2015-04-13 13:32:18 +02:00
federation KEYCLOAK-1007 Fork Picketlink LDAP code. Remove picketlink dependencies from LDAP Federation provider 2015-04-08 22:04:02 +02:00
forms KEYCLOAK-1187 Admin console and endpoints 2015-04-13 13:29:31 +02:00
integration KEYCLOAK-1187 2015-04-13 13:54:30 +02:00
misc Update Travis CI config 2015-01-27 13:20:49 +01:00
model APPLICATION_DEFAULT_ROLES and APP_NODE_REGISTRATIONS to CLIENT_... 2015-04-14 07:36:30 +02:00
project-integrations bump pom versio 2015-04-02 09:36:43 -04:00
proxy bump pom versio 2015-04-02 09:36:43 -04:00
saml KEYCLOAK-1202 Set AudienceRestriction to the issuer from the original request. 2015-04-13 12:47:40 -07:00
server bump pom versio 2015-04-02 09:36:43 -04:00
services KEYCLOAK-1187 Admin console and endpoints 2015-04-13 13:29:31 +02:00
social bump pom versio 2015-04-02 09:36:43 -04:00
testsuite KEYCLOAK-1187 2015-04-13 13:54:30 +02:00
timer bump pom versio 2015-04-02 09:36:43 -04:00
.gitignore Old experiment with keycloak-server.json embedded into standalone.xml 2014-11-05 08:31:05 -05:00
.travis.yml Update Travis CI config 2015-01-27 13:20:49 +01:00
License.html distro 2014-01-07 14:37:50 -05:00
pom.xml KEYCLOAK-1007 Fork Picketlink LDAP code. Remove picketlink dependencies from LDAP Federation provider 2015-04-08 22:04:02 +02:00
README.md KEYCLOAK-28 - Login with LinkedIn 2015-03-23 10:24:01 +01:00

keycloak

Please visit http://keycloak.org for more information on Keycloak including how to download, documentation, and video tutorials.

Keycloak is an SSO Service for web apps and REST services. It can be used for social applications as well as enterprise applications. It is based on OpenID Connect with support for SAML 2.0 as well. Here's some of the features:

  • SSO and Single Log Out for browser applications
  • Social Broker. Enable Google, Facebook, Yahoo, Twitter, GitHub, LinkedIn social login with no code required.
  • Optional LDAP/Active Directory integration
  • Optional User Registration
  • Password and TOTP support (via Google Authenticator or FreeOTP). Client cert auth coming soon.
  • User session management from both admin and user perspective
  • Customizable themes for user facing pages: login, grant pages, account management, emails, and admin console all customizable!
  • OAuth Bearer token auth for REST Services
  • Integrated Browser App to REST Service token propagation
  • Admin REST API
  • OAuth 2.0 Grant requests
  • CORS Support
  • CORS Web Origin management and validation
  • Completely centrally managed user and role mapping metadata. Minimal configuration at the application side
  • Admin Console for managing users, roles, role mappings, applications, user sessions, allowed CORS web origins, and OAuth clients.
  • Deployable as a WAR, appliance, or an Openshift cloud service (SaaS).
  • Supports JBoss AS7, EAP 6.x, Wildfly, Tomcat, and Jetty applications. Plans to support Node.js, RAILS, GRAILS, and other non-Java applications.
  • Javascript/HTML 5 adapter for pure Javascript apps
  • Session management from admin console
  • Revocation policies
  • Password policies
  • OpenID Connect Support
  • SAML Support
  • Token claim and SAML assertion mappings, role name mappings, etc. Ability to configure exactly what information you want in your tokens and SAML documents
  • IDP brokering or chaining. You can set up Keycloak to be a child IDP to another SAML or OIDC IDP.
  • Kerberos bridging. Logged in Kerberos users can access Keycloak SAML or OIDC applications via our Kerberos bridge.

Please visit http://keycloak.org for more information on Keycloak including how to download, documentation, and video tutorials.