No description
Find a file
Marek Posolda 98852e2f3f Merge pull request #835 from mposolda/master
Docs for AS 7.1.1 and EAP 6.2 workaround
2014-11-03 17:11:47 +01:00
connections KEYCLOAK-704 KEYCLOAK-768 Improvements to access code generation 2014-10-31 12:45:03 +01:00
core principal token attribute mapping 2014-10-31 16:40:07 -04:00
core-jaxrs Change version schema to match JBoss 2014-09-12 09:35:08 +02:00
dependencies KEYCLOAK-736 Database migration support" 2014-10-14 10:07:41 +02:00
distribution KEYCLOAK-779 2014-10-30 16:54:26 +01:00
docbook Docs for AS 7.1.1 and EAP 6.2 workaround 2014-11-03 17:05:28 +01:00
events KEYCLOAK-787 Clicking back to login after sending password reset email fails 2014-10-31 13:59:56 +01:00
examples Multitenancy example working on AS 7.1.1 2014-11-03 10:41:49 +01:00
export-import login protocol abstraction 2014-10-01 10:01:42 -04:00
federation KEYCLOAK-808 Issue when DB search is case-sensitive byt LDAP search is not 2014-10-31 10:27:55 +01:00
forms KEYCLOAK-704 KEYCLOAK-768 Improvements to access code generation 2014-10-31 12:45:03 +01:00
integration Fix servlet logout on wildfly/undertow 2014-11-03 12:59:40 +01:00
misc KEYCLOAK-736 Database migration support" 2014-10-14 10:07:41 +02:00
model KEYCLOAK-787 Clicking back to login after sending password reset email fails 2014-10-31 13:59:56 +01:00
picketlink login protocol abstraction 2014-10-01 10:01:42 -04:00
project-integrations Change version schema to match JBoss 2014-09-12 09:35:08 +02:00
saml KEYCLOAK-704 KEYCLOAK-768 Improvements to access code generation 2014-10-31 12:45:03 +01:00
server KEYCLOAK-812: Remove confidential transport from auth server we.xml and 2014-11-03 09:36:55 -05:00
services KEYCLOAK-787 Clicking back to login after sending password reset email fails 2014-10-31 13:59:56 +01:00
social login protocol abstraction 2014-10-01 10:01:42 -04:00
testsuite Fix servlet logout on wildfly/undertow 2014-11-03 12:59:40 +01:00
timer Change version schema to match JBoss 2014-09-12 09:35:08 +02:00
.gitignore KEYCLOAK-779 2014-10-30 16:54:26 +01:00
License.html distro 2014-01-07 14:37:50 -05:00
pom.xml KEYCLOAK-756 Adding missing metadata to MANIFEST 2014-10-29 10:08:48 +01:00
README.md readme 2014-10-22 16:21:46 -04: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 social login with no code required.
  • Optional LDAP/Active Directory integration
  • Optional User Registration
  • Password and TOTP support (via Google Authenticator). 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, and Wildfly 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

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