Keycloak SSO

« Back to Glossary Index

Keycloak SSO is an open-source tool for identity and access management. It lets users sign in once to access many apps and services. Users log in just once through Keycloak. It uses standards like OpenID Connect, OAuth 2.0, and SAML. Keycloak acts as a central hub for identities and offers user federation from other systems. It has role-based access control and supports multi-factor authentication. Admins use consoles for realms, clients, and policies. You deploy it on your servers or in the cloud. It links to LDAP, Active Directory, or social logins. Adapters aid setup for Java, JavaScript, and more, making user flows simple.

« Back to Glossary Index