2016-05-12 21:48:03 +00:00
=== Features
2021-03-18 21:01:43 +00:00
{project_name} provides the following features:
2016-12-01 22:17:15 +00:00
* Single-Sign On and Single-Sign Out for browser applications.
2016-06-02 06:35:09 +00:00
* OpenID Connect support.
* OAuth 2.0 support.
* SAML support.
* Identity Brokering - Authenticate with external OpenID Connect or SAML Identity Providers.
* Social Login - Enable login with Google, GitHub, Facebook, Twitter, and other social networks.
* User Federation - Sync users from LDAP and Active Directory servers.
* Kerberos bridge - Automatically authenticate users that are logged-in to a Kerberos server.
* Admin Console for central management of users, roles, role mappings, clients and configuration.
* Account Management console that allows users to centrally manage their account.
* Theme support - Customize all user facing pages to integrate with your applications and branding.
2016-12-01 22:17:15 +00:00
* Two-factor Authentication - Support for TOTP/HOTP via Google Authenticator or FreeOTP.
2016-06-02 06:35:09 +00:00
* Login flows - optional user self-registration, recover password, verify email, require password update, etc.
* Session management - Admins and users themselves can view and manage user sessions.
2016-06-10 10:47:02 +00:00
* Token mappers - Map user attributes, roles, etc. how you want into tokens and statements.
2016-06-02 06:35:09 +00:00
* Not-before revocation policies per realm, application and user.
2016-12-01 22:17:15 +00:00
* CORS support - Client adapters have built-in support for CORS.
2017-08-28 12:50:14 +00:00
ifeval::[{project_community}==true]
2016-06-02 06:35:09 +00:00
* Service Provider Interfaces (SPI) - A number of SPIs to enable customizing various aspects of the server. Authentication flows, user federation providers,
protocol mappers and many more.
2022-05-04 08:28:16 +00:00
* Client adapters for JavaScript applications, WildFly, JBoss EAP, Tomcat, Jetty, Spring, etc.
2017-08-28 12:50:14 +00:00
endif::[]
ifeval::[{project_product}==true]
2022-05-04 08:28:16 +00:00
* Client adapters for JavaScript applications, JBoss EAP, etc.
2017-08-28 12:50:14 +00:00
endif::[]
2019-04-02 05:23:05 +00:00
* Supports any platform/language that has an OpenID Connect Relying Party library or SAML 2.0 Service Provider library.