No description
Find a file
Stian Thorgersen da5332608c Merge pull request #829 from stianst/master
KEYCLOAK-805 Add overview section to migration docs
2014-10-31 14:42:26 +01:00
connections KEYCLOAK-704 KEYCLOAK-768 Improvements to access code generation 2014-10-31 12:45:03 +01:00
core Remove redundant realm property from KeycloakSecurityContext 2014-10-31 13:17:35 +01: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 KEYCLOAK-805 Add overview section to migration docs 2014-10-31 14:41:54 +01:00
events KEYCLOAK-787 Clicking back to login after sending password reset email fails 2014-10-31 13:59:56 +01:00
examples Fix multi-tenancy on EAP63/AS7 2014-10-31 13:17:35 +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 multi-tenancy on EAP63/AS7 2014-10-31 13:17:35 +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 Removed properties from server keycloak-server.json 2014-10-14 15:06:18 +02: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 Merge pull request #828 from stianst/master 2014-10-31 14:05:31 +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.