Home/Free Identity & Access Management Tools

Free Identity & Access Management Tools

Manage identities, enforce least privilege, and secure access with free and open source IAM tools. Browse PAM, SSO, MFA, directory services, and zero trust access tools.

500 tools·65 sub-categories·Updated April 2026

Showing 24 of 500 tools

vaultwarden icon

vaultwarden

dani-garcia/vaultwarden

Tool

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

45.2K
10 months ago
authelia icon

authelia

authelia/authelia

Tool

The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified™

26.4K
3 months ago
keepassxc icon

keepassxc

keepassxreboot/keepassxc

Tool

KeePassXC is a cross-platform community-driven port of the Windows application “KeePass Password Safe”.

25.5K
3 months ago
infisical icon

infisical

Infisical/infisical

Tool

Infisical is the open-source platform for secrets, certificates, and privileged access management.

24.5K
3 months ago
authentik icon

authentik

goauthentik/authentik

Tool

The authentication glue you need.

19.7K
3 months ago
teleport icon

teleport

gravitational/teleport

Tool

The easiest, and most secure way to access and protect all of your infrastructure.

19.7K
3 months ago
pangolin icon

pangolin

fosrl/pangolin

Framework

Identity-aware VPN and proxy for remote access to anything, anywhere.

18.0K
3 months ago
hydra icon

hydra

ory/hydra

Tool

Internet-scale OpenID Certified™ OpenID Connect and OAuth2.1 provider that integrates with your user management through headless APIs. Solve OIDC/OAuth2 user cases over night. Consume as a service on Ory Network or self-host. Trusted by OpenAI and many others for scale and security. Written in Go.

16.9K
3 months ago
supertokens-core icon

supertokens-core

supertokens/supertokens-core

Framework

Open source alternative to Auth0 / Firebase Auth / AWS Cognito

14.2K
10 months ago
opennhp icon

opennhp

OpenNHP/opennhp

Tool

A lightweight, cryptography-powered, open-source toolkit built to enforce Zero Trust security for infrastructure, applications, and data in the AI-driven world.

13.7K
3 months ago
cert-manager icon

cert-manager

cert-manager/cert-manager

Tool

Automatically provision and manage TLS certificates in Kubernetes

12.9K
10 months ago
keeweb icon

keeweb

keeweb/keeweb

Tool

Free cross-platform password manager compatible with KeePass

12.6K
8 months ago
YubiKey-Guide icon

YubiKey-Guide

drduh/YubiKey-Guide

Documentation

Community guide to using YubiKey for GnuPG and SSH - protect secrets with hardware crypto.

12.1K
3 months ago
kratos icon

kratos

ory/kratos

Tool

Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace Homegrown, Auth0, Okta, Firebase with better UX and DX. Passkeys, Social Sign In, OIDC, Magic Link, Multi-Factor Auth, SMS, SAML, TOTP, and more. Runs everywhere, runs best on Ory Network.

12.0K
10 months ago
element-web icon

element-web

element-hq/element-web

Tool

A glossy Matrix collaboration client for the web.

11.8K
10 months ago
thc-hydra icon

thc-hydra

vanhauser-thc/thc-hydra

Tool

hydra

11.5K
3 months ago
jjwt icon

jjwt

jwtk/jjwt

Library/SDK

Java JWT: JSON Web Token for Java and Android

10.7K
10 months ago
spring-security icon

spring-security

spring-projects/spring-security

Library/SDK

Spring Security

9.4K
3 months ago
lego icon

lego

go-acme/lego

Library/SDK

Let's Encrypt/ACME client and library written in Go

9.1K
3 months ago
jwt icon

jwt

golang-jwt/jwt

Library/SDK

Go implementation of JSON Web Tokens (JWT).

8.8K
3 months ago
firezone icon

firezone

firezone/firezone

Tool

Enterprise-ready zero-trust access platform built on WireGuard®.

8.4K
about 1 month ago
certificates icon

certificates

smallstep/certificates

Tool

🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.

8.0K
3 months ago
secretive icon

secretive

maxgoedjen/secretive

Tool

Protect your SSH keys with your Mac's Secure Enclave

7.7K
6 months ago
jwt icon

jwt

lcobucci/jwt

Library/SDK

A simple library to work with JSON Web Token and JSON Web Signature

7.4K
10 months ago

Can't find the right tool?

Describe what you need in plain English and our AI will find the best match from 10,000+ security tools.

Frequently Asked Questions

What is IAM in cybersecurity?

Identity and Access Management (IAM) is the discipline of ensuring the right people have the right access to the right resources at the right time. It encompasses authentication, authorization, user provisioning, and access governance — foundational to any zero trust architecture.

What is the best free SSO solution?

Keycloak is the leading free and open source SSO platform, supporting OAuth 2.0, OpenID Connect, and SAML 2.0. It provides enterprise-grade identity federation, social login, and MFA. Authentik and Authelia are lighter alternatives popular for self-hosted environments.

What is PAM and why is it important?

Privileged Access Management (PAM) controls and audits access to high-privilege accounts like root, domain admin, and service accounts. Compromised privileged accounts are involved in the majority of major breaches. Free PAM tools include CyberArk's open source components, Teleport, and HashiCorp Vault.

What is zero trust and how does IAM support it?

Zero trust is a security model that assumes no implicit trust — every access request must be verified regardless of network location. IAM is central to zero trust: strong authentication (MFA), continuous authorization, least privilege enforcement, and comprehensive audit logging are all IAM functions.