{"title":"Open Source Identity and Access Management","byline":null,"dir":null,"lang":null,"content":"
\n Users authenticate with Keycloak rather than individual applications. This means that your applications\n don't have to deal with login forms, authenticating users, and storing users. Once logged-in to\n Keycloak, users don't have to login again to access a different application.\n
\n\n This also applies to logout. Keycloak provides single-sign out, which means users only have to logout once to be\n logged-out of all applications that use Keycloak.\n
\n
\n
\n Enabling login with social networks is easy to add through the admin console. It's just a matter of selecting the\n social network you want to add. No code or changes to your application is required.\n
\n\n Keycloak can also authenticate users with existing OpenID Connect or SAML 2.0 Identity Providers. Again, this is\n just a matter of configuring the Identity Provider through the admin console.\n
\n
\n
\n Keycloak has built-in support to connect to existing LDAP or Active Directory servers. You can also implement your own\n provider if you have users in other stores, such as a relational database.\n
\n
\n
\n Through the admin console administrators can centrally manage all aspects of the Keycloak server.\n
\n\n They can enable and disable various features. They can configure identity brokering and user federation.\n
\n\n They can create and manage applications and services, and define fine-grained authorization\n policies.\n
\n\n They can also manage users, including permissions and sessions.\n
\n
\n
\n Through the account management console users can manage their own accounts. They can update the profile,\n change passwords, and setup two-factor authentication.\n
\n\n Users can also manage sessions as well as view history for the account.\n
\n\n If you've enabled social login or identity brokering users can also link their accounts with additional\n providers to allow them to authenticate to the same account with different identity providers.\n
\n
\n
\n Keycloak is based on standard protocols and provides support for OpenID Connect, OAuth 2.0, and SAML.\n
\n\n If role based authorization doesn't cover your needs, Keycloak provides fine-grained authorization services as well.\n This allows you to manage permissions for all your services from the Keycloak admin console and gives you the\n power to define exactly the policies you need.\n
\nSingle-Sign On\n Login once to multiple applications\n
\nStandard Protocols\n OpenID Connect, OAuth 2.0 and SAML 2.0\n
\nCentralized Management\n For admins and users\n
\nAdapters\n Secure applications and services easily\n
\nLDAP and Active Directory\n Connect to existing user directories\n
\nSocial Login\n Easily enable social login\n
\nIdentity Brokering\n OpenID Connect or SAML 2.0 IdPs\n
\nHigh Performance\n Lightweight, fast and scalable\n
\nClustering\n For scalability and availability\n
\nThemes\n Customize look and feel\n
\nExtensible\n Customize through code\n
\nPassword Policies\n Customize password policies\n
\n