awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Self-Hosted Single Sign-On Providers

Ranking updated Jun 30, 2026

For a self-hosted SSO gateway, the first results are steveiliop56/tinyauth (Tinyauth is a self-hosted authentication middleware that provides OpenID Connect and OAuth 2.0 single sign-on, LDAP integration, and TOTP multi-factor authentication, fitting the identity provider role well, though it lacks SAML 2.0 and SCIM provisioning), coreos/dex and casdoor/casdoor (Casdoor is a self-hosted identity and access management platform that natively supports SAML 2.0, OpenID Connect, LDAP, MFA, SCIM, and role-based access control, making it an excellent fit for unifying authentication across your internal tools). zitadel/zitadel and authelia/authelia round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

Open-source authentication servers and identity management platforms for securing internal applications and enterprise service access.

Self-Hosted Single Sign-On Providers

Find the best repos with AI.We'll search the best matching repositories with AI.
  • steveiliop56/tinyauthsteveiliop56 avatar

    steveiliop56/tinyauth

    6,979View on GitHub↗

    Tinyauth is an authentication middleware service and identity provider that verifies user identities to grant system access. It operates as a standalone server or as an authentication gateway, utilizing a reverse proxy model to intercept requests and validate credentials before traffic reaches protected backend services. The project functions as an OpenID Connect provider for single sign-on experiences and an OAuth 2.0 gateway that delegates verification to external providers such as Google and GitHub. It also acts as an LDAP authentication server, allowing for centralized user management and

    Tinyauth is a self-hosted authentication middleware that provides OpenID Connect and OAuth 2.0 single sign-on, LDAP integration, and TOTP multi-factor authentication, fitting the identity provider role well, though it lacks SAML 2.0 and SCIM provisioning.

    GoLDAP AuthenticationMulti-Factor AuthenticationOIDC Identity Token Issuance
    View on GitHub↗6,979
  • coreos/dexcoreos avatar

    coreos/dex

    10,885View on GitHub↗

    Dex is an OpenID Connect identity provider that functions as an identity federation gateway. It authenticates users and issues signed tokens for applications by using a variety of pluggable connectors to interface with external identity sources. The project focuses on federating multiple external identity providers into a single authentication portal. It maps diverse external authentication sources to a uniform internal user representation and manages the orchestration of authorization handshakes between clients and identity sources. Capability areas include centralized user authentication,

    Dex is a self-hosted OpenID Connect identity provider that federates authentication from external sources like LDAP and SAML via pluggable connectors, making it a solid fit for SSO across internal tools, though it lacks native SAML service provider support, MFA, SCIM, and user provisioning out of the box.

    GoOIDC Identity Token IssuanceOpenID Connect ProvidersOAuth Providers
    View on GitHub↗10,885
  • casdoor/casdoorcasdoor avatar

    casdoor/casdoor

    13,814View on GitHub↗

    Casdoor is a centralized identity and access management platform that functions as an OAuth 2.0 authorization server. It provides a comprehensive suite of services for managing user identities, authentication sessions, and access policies across both web and machine-to-machine applications. Built with a decoupled frontend-backend architecture in Go, the platform supports high-concurrency environments and offers a web-based management interface for administrative tasks. The platform distinguishes itself through its extensive support for federated identity management, allowing integration with

    Casdoor is a self-hosted identity and access management platform that natively supports SAML 2.0, OpenID Connect, LDAP, MFA, SCIM, and role-based access control, making it an excellent fit for unifying authentication across your internal tools.

    GoRole-Based Access ControlOAuth ProvidersOAuth2 Providers
    View on GitHub↗13,814
  • zitadel/zitadelzitadel avatar

    zitadel/zitadel

    13,029View on GitHub↗

    This project is a cloud-native identity and access management platform designed to centralize authentication, authorization, and identity lifecycle management. It functions as a standards-compliant OpenID Connect authorization server, providing secure session management and token issuance for web, mobile, and device-based applications. The platform is built to handle complex identity requirements through stateless token authentication and support for modern passwordless methods, including biometrics and hardware keys. What distinguishes this platform is its native support for multi-tenant env

    Zitadel is a cloud-native identity and access management platform that centralises authentication and authorisation across your internal tools via standards like OpenID Connect, SAML, and SCIM, with built-in MFA and role-based access control — exactly the self-hosted SSO / IdP this search is after.

    GoOpenID Connect ProvidersRole-Based Access ControlLDAP Authentication
    View on GitHub↗13,029
  • authelia/autheliaauthelia avatar

    authelia/authelia

    26,785View on GitHub↗

    Authelia is a centralized identity and access management server designed to secure web applications through unified authentication and authorization. It functions as an identity authority that enables single sign-on across diverse platforms, allowing users to access multiple services with a single set of credentials. By acting as a standards-compliant provider, it facilitates secure identity propagation and token issuance for client applications. The platform distinguishes itself through its ability to integrate directly with web gateways as a reverse proxy authentication middleware, intercep

    Authelia is a self-hosted identity and access management server that authenticates users via OpenID Connect, OAuth2, LDAP, and MFA, enabling SSO across web applications—it fits your core need, though it does not natively support SAML 2.0 for federation.

    GoMulti-Factor AuthenticationOpenID Connect ProvidersReverse Proxy Authentication
    View on GitHub↗26,785
  • ory/kratosory avatar

    ory/kratos

    13,455View on GitHub↗

    Kratos is a centralized identity and access management server designed to handle user registration, authentication, and profile management. It functions as an identity flow orchestrator, managing the state and security of authentication processes across web, mobile, and command-line interfaces. The system provides a standards-compliant authorization server that issues tokens and manages delegated access for third-party applications and internal services, supporting multi-factor authentication and custom identity schemas to secure user accounts. The project distinguishes itself through a headl

    Ory Kratos is a self-hosted identity and access management server that handles authentication, registration, and profile management, making it a solid identity provider core, though it may need companion Ory components for full SAML, LDAP, and SCIM integration.

    GoMulti-Factor AuthenticationMulti-Factor AuthenticationOIDC Identity Token Issuance
    View on GitHub↗13,455
  • dexidp/dexdexidp avatar

    dexidp/dex

    10,902View on GitHub↗

    Dex is an OpenID Connect provider and identity federation proxy that translates authentication signals from various upstream sources into a unified OpenID Connect interface. It functions as a multi-protocol identity broker, enabling client applications to implement a single standard while delegating user verification to external identity providers. The project distinguishes itself through a pluggable connector architecture that bridges disparate protocols including LDAP, SAML, and OAuth2. It provides specific integrations for services such as GitHub, Google, GitLab, and Microsoft, while offer

    Dex is a self-hosted OpenID Connect identity broker that federates authentication across LDAP, SAML, OAuth2, and many external providers, which directly matches the single sign‑on requirement; it delegates MFA to upstream providers and does not include SCIM provisioning, so it covers the core SSO need but not every listed feature.

    GoOIDC Identity Token IssuanceOpenID Connect ProvidersSAML Authentication
    View on GitHub↗10,902
  • anomalyco/openauthanomalyco avatar

    anomalyco/openauth

    6,971View on GitHub↗

    OpenAuth is a standards-based authentication server and identity provider that implements OAuth 2.0 and OpenID Connect protocols. It serves as a centralized system for managing user identities, issuing access tokens, and orchestrating authentication flows across various services. The project functions as a federated identity gateway, aggregating external providers such as Google, GitHub, Microsoft, Apple, and Discord into a unified login flow. It distinguishes itself with a multi-tenant architecture that supports pluggable identity providers and customizable user interface frameworks for bran

    OpenAuth is a self-hosted OAuth 2.0 and OpenID Connect identity provider that can authenticate users across services, but it lacks native SAML, LDAP, SCIM, and multi-factor authentication support, so it matches your intent as a centralized SSO solution but with key feature gaps.

    TypeScriptOIDC Identity Token IssuanceOpenID Connect ProvidersOAuth 2.0 Authorization Servers
    View on GitHub↗6,971
  • keycloak/keycloakkeycloak avatar

    keycloak/keycloak

    34,934View on GitHub↗

    Keycloak is an open-source identity and access management server that provides a centralized platform for user authentication, authorization, and identity federation. It functions as a standards-compliant identity provider, utilizing a centralized engine to validate credentials and issue cryptographically signed tokens based on industry-standard protocols like OpenID Connect and SAML. This enables organizations to secure diverse applications and services through a unified authentication layer. The platform distinguishes itself through its cloud-native orchestration and high-availability capab

    Keycloak is a self-hosted identity and access management server that provides centralized authentication and authorization through OpenID Connect, SAML 2.0, LDAP integration, MFA, and RBAC, making it a comprehensive solution for authenticating users across multiple internal tools with standard protocols.

    JavaIdentity ServersIdentity Management SystemsIdentity Providers
    View on GitHub↗34,934
  • ory/hydraory avatar

    ory/hydra

    17,236View on GitHub↗

    Hydra is a headless identity server that functions as a certified OAuth2 and OpenID Connect provider. It is designed as an authentication engine that manages authorization handshakes and token lifecycles while remaining decoupled from the user interface. The project distinguishes itself through a headless architecture, allowing external management of login and consent flows. It provides specialized capabilities for dynamic client registration, JSON Web Token issuance, and a system for rotating encryption secrets without service downtime. The system covers a broad range of identity operations

    Hydra is a self-hosted, certified OAuth2 and OpenID Connect provider that handles authentication for tools using those protocols, though it lacks built-in SAML support and relies on external components for LDAP, MFA, and SCIM, making it a solid but narrower fit for a full SSO identity provider.

    GoOIDC Identity Token IssuanceOpenID Connect Providers
    View on GitHub↗17,236
  • supertokens/supertokens-coresupertokens avatar

    supertokens/supertokens-core

    14,922View on GitHub↗

    SuperTokens Core is an open-source, self-hosted authentication and identity management platform designed for deployment within private infrastructure. It provides a comprehensive suite for managing user accounts, roles, and secure authentication flows, utilizing a modular, recipe-based architecture that allows developers to enable specific security features without modifying the core codebase. The platform distinguishes itself through its robust multi-tenancy capabilities, which allow for the logical or physical isolation of user records and configuration settings across different organizatio

    SuperTokens Core is a self-hosted identity and authentication platform that can serve as an SSO provider for multiple internal tools via OAuth2/OpenID Connect, but it lacks built-in SAML, LDAP, SCIM, or an application proxy, so it matches the category but misses several enterprise features.

    JavaRole-Based Access ControlSAML AuthenticationOAuth Providers
    View on GitHub↗14,922
  • kanidm/kanidmkanidm avatar

    kanidm/kanidm

    4,595View on GitHub↗

    Kanidm is a centralized identity management server designed to handle authentication, authorization, and directory services across distributed infrastructure. It provides a comprehensive framework for managing human and service accounts, utilizing a schema-driven database to store identity records, group memberships, and system attributes. The platform supports a wide range of authentication methods, including passkeys, passwords, and standard protocols like OAuth2, OIDC, LDAP, and RADIUS. The system distinguishes itself through a granular access control engine that enforces security policies

    Kanidm is a self-hosted identity management server supporting OIDC, OAuth2, LDAP, MFA via WebAuthn, SCIM, and RBAC, which directly fits the need for centralised authentication across internal tools—though it does not explicitly mention SAML 2.0.

    RustLDAP ServicesRole-Based Access ControlDirectory Services
    View on GitHub↗4,595
  • teamhanko/hankoteamhanko avatar

    teamhanko/hanko

    8,801View on GitHub↗

    Hanko is an open-source identity provider and customer identity and access management system. It serves as a passkey authentication service and an OAuth and SAML SSO gateway, allowing applications to authenticate users and issue tokens via standard identity protocols. The project distinguishes itself through a strong focus on passwordless access using WebAuthn-based passkeys and email-based passcodes. It provides framework-agnostic authentication interfaces as customizable web components that can be embedded directly into web applications to handle login, registration, and profile management.

    Hanko is a self-hosted open-source identity provider that supports OAuth 2.0 and SAML for SSO, with strong passwordless and MFA capabilities, but it lacks LDAP/AD integration and SCIM provisioning, so it fits the core need for an IdP but may not cover all enterprise directory and user-provisioning features.

    GoMulti-Factor AuthenticationRole-Based Access ControlSAML Authentication
    View on GitHub↗8,801
  • pocket-id/pocket-idpocket-id avatar

    pocket-id/pocket-id

    8,185View on GitHub↗

    Pocket ID is a self-hosted OpenID Connect (OIDC) identity provider that replaces traditional passwords with passkey-based authentication using WebAuthn public-key cryptography. It runs as a standalone service on user-managed infrastructure, eliminating shared secrets entirely by authenticating users through passkeys instead of passwords. The project distinguishes itself through security-hardened deployment patterns, including distroless container images, non-root user execution, and read-only root filesystems to reduce the attack surface. It supports configurable token signing algorithms (RSA

    Pocket ID is a self-hosted OpenID Connect identity provider that uses passkeys for passwordless authentication, making it a suitable base for OIDC-based single sign-on across internal tools — though it lacks SAML 2.0, LDAP, and several other features you specified.

    GoOpenID Connect Providers
    View on GitHub↗8,185
  • ory/polisory avatar

    ory/polis

    2,242View on GitHub↗

    Polis is a self-hosted identity provider designed to manage federated authentication and user lifecycle operations within private infrastructure. It functions as a centralized hub for identity management, enabling organizations to maintain control over user data while enforcing security policies across diverse environments. The platform distinguishes itself by acting as a protocol-bridging gateway that converts complex enterprise authentication standards, such as SAML and OIDC, into a unified OAuth 2.0 flow. It further automates administrative tasks by synchronizing user and group information

    This is a self-hosted SSO service supporting SAML and OpenID Connect protocols with SCIM directory sync, making it a relevant identity provider for authenticating users across internal tools, though it may not cover every listed feature like LDAP integration.

    TypeScriptMulti-Factor AuthenticationSCIM Provisioning
    View on GitHub↗2,242
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
steveiliop56/tinyauth7KGogpl-3.0Feb 20, 2026
coreos/dex10.9KGoApache-2.0Jun 17, 2026
casdoor/casdoor
13.8K
Go
Apache-2.0
Jun 22, 2026
zitadel/zitadel13KGoagpl-3.0Feb 20, 2026
authelia/authelia26.8KGoapache-2.0Feb 19, 2026
ory/kratos13.5KGoapache-2.0Feb 21, 2026
dexidp/dex10.9KGoApache-2.0Jun 19, 2026
anomalyco/openauth7KTypeScriptMITJul 18, 2025
keycloak/keycloak34.9KJavaApache-2.0Jun 16, 2026
ory/hydra17.2KGoApache-2.0Jun 22, 2026

Related searches

  • a self-hosted identity provider
  • an open source identity management platform
  • an Auth0 alternative
  • a self-hosted password vault
  • a platform for hosting personal web applications
  • a self hosted password manager for credentials
  • an authentication library for web applications
  • a network access control tool