Need advice about which tool to choose?Ask the StackShare community!

Keycloak

764
1.3K
+ 1
102
sso

38
89
+ 1
0
Add tool

Keycloak vs sso: What are the differences?

Introduction

In this article, we will explore the key differences between Keycloak and SSO (Single Sign-On).

  1. User Authentication and Authorization: Keycloak is an open-source identity and access management solution that provides comprehensive user authentication and authorization services. It allows organizations to secure their applications and services by managing user identities, roles, and permissions. SSO, on the other hand, is a concept that enables users to log in once and be authenticated across multiple applications or systems. While Keycloak offers SSO functionality along with additional features, SSO can be implemented using various protocols and frameworks without the need for a dedicated identity and access management system.

  2. Customization and Extensibility: Keycloak provides a highly customizable and extensible platform for managing user identities and integrating with various authentication and authorization mechanisms. It offers fine-grained control over user registration, password policies, and user attribute management. SSO solutions, on the other hand, may have limited customization options and may require additional development efforts to integrate with existing systems or applications.

  3. Integration with External Identity Providers: Keycloak allows seamless integration with popular external identity providers such as social media platforms (e.g., Google, Facebook) and enterprise identity providers (e.g., Active Directory, LDAP). It supports various identity protocols like OpenID Connect, SAML, and OAuth2 for federated authentication and single sign-on. SSO solutions may also support integration with external identity providers but may have limitations in terms of supported protocols or customization options.

  4. Multi-factor Authentication: Keycloak provides built-in support for multi-factor authentication (MFA) options such as one-time passwords (OTP), biometrics, and email verification. It allows organizations to enforce additional security measures for user authentication. SSO solutions may support MFA, but the availability and customization options may vary depending on the specific implementation.

  5. Administration and User Management: Keycloak provides a comprehensive administration console for managing users, roles, permissions, and client applications. It offers features like user self-registration, password reset, and user attribute management. SSO solutions may have limited administration and user management capabilities, focusing primarily on authentication and SSO functionality.

  6. Scalability and High Availability: Keycloak supports horizontal scalability and high availability through clustering and load balancing. It can be deployed in a distributed architecture to handle high user loads and ensure high availability of authentication and authorization services. SSO solutions may also support scalability and high availability, but the specific implementation may vary depending on the chosen framework or protocol.

In summary, Keycloak is a feature-rich identity and access management system that provides extensive authentication, authorization, and user management capabilities, along with SSO functionality. SSO, on the other hand, is a concept that enables users to log in once and access multiple applications without the need for repeated authentication.

Advice on Keycloak and sso
Needs advice
on
KeycloakKeycloakOktaOkta
and
Spring SecuritySpring Security

I am working on building a platform in my company that will provide a single sign on to all of the internal products to the customer. To do that we need to build an Authorisation server to comply with the OIDC protocol. Earlier we had built the Auth server using the Spring Security OAuth project but since in Spring Security 5.x it is no longer supported we are planning to get over with it as well. Below are the 2 options that I was considering to replace the Spring Auth Server. 1. Keycloak 2. Okta 3. Auth0 Please advise which one to use.

See more
Replies (3)
Luca Ferrari
Solution Architect at Red Hat, Inc. · | 5 upvotes · 233.5K views
Recommends
on
KeycloakKeycloak

It isn't clear if beside the AuthZ requirement you had others, but given the scenario you described my suggestion would for you to go with Keycloak. First of all because you have already an onpremise IdP and with Keycloak you could maintain that setup (if privacy is a concern). Another important point is configuration and customization: I would assume with Spring OAuth you might have had some custom logic around authentication, this can be easily reconfigured in Keycloak by leveraging SPI (https://www.keycloak.org/docs/latest/server_development/index.html#_auth_spi). Finally AuthZ as a functionality is well developed, based on standard protocols and extensible on Keycloak (https://www.keycloak.org/docs/latest/authorization_services/)

See more
Recommends
on
KeycloakKeycloak

You can also use Keycloak as an Identity Broker, which enables you to handle authentication on many different identity providers of your customers. With this setup, you are able to perform authorization tasks centralized.

See more
Sandor Racz
Recommends
on
KeycloakKeycloak

We have good experience using Keycloak for SSO with OIDC with our Spring Boot based applications. It's free, easy to install and configure, extensible - so I recommend it.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Keycloak
Pros of sso
  • 33
    It's a open source solution
  • 24
    Supports multiple identity provider
  • 17
    OpenID and SAML support
  • 12
    Easy customisation
  • 10
    JSON web token
  • 6
    Maintained by devs at Redhat
    Be the first to leave a pro

    Sign up to add or upvote prosMake informed product decisions

    Cons of Keycloak
    Cons of sso
    • 7
      Okta
    • 6
      Poor client side documentation
    • 5
      Lack of Code examples for client side
      Be the first to leave a con

      Sign up to add or upvote consMake informed product decisions

      - No public GitHub repository available -

      What is Keycloak?

      It is an Open Source Identity and Access Management For Modern Applications and Services. It adds authentication to applications and secure services with minimum fuss. No need to deal with storing users or authenticating users. It's all available out of the box.

      What is sso?

      The authentication and authorization system BuzzFeed developed to provide a secure, single sign-on experience for access to the many internal web apps used by our employees.

      Need advice about which tool to choose?Ask the StackShare community!

      What companies use Keycloak?
      What companies use sso?
      Manage your open source components, licenses, and vulnerabilities
      Learn More

      Sign up to get full access to all the companiesMake informed product decisions

      What tools integrate with Keycloak?
      What tools integrate with sso?
        No integrations found

        Sign up to get full access to all the tool integrationsMake informed product decisions

        What are some alternatives to Keycloak and sso?
        Auth0
        A set of unified APIs and tools that instantly enables Single Sign On and user management to all your applications.
        Okta
        Connect all your apps in days, not months, with instant access to thousands of pre-built integrations - even add apps to the network yourself. Integrations are easy to set up, constantly monitored, proactively repaired and handle authentication and provisioning.
        FreeIPA
        FreeIPA is an integrated Identity and Authentication solution for Linux/UNIX networked environments. A FreeIPA server provides centralized authentication, authorization and account information by storing data about user, groups, hosts and other objects necessary to manage the security aspects of a network of computers.
        Dex
        Dex is a personal CRM that helps you build stronger relationships. Remember where you left off, keep in touch, and be more thoughtful -- all in one place.
        Vault
        Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log.
        See all alternatives