Kapibara is an OIDC Provider made by Zuma
Find a file
2026-04-27 13:48:19 +02:00
assets Remove consent page 2026-04-21 08:53:58 +02:00
src Fix: Set group_restriction as Option for updating client 2026-04-27 13:48:19 +02:00
templates Feat: Add groups 2026-04-23 01:08:57 +02:00
.env Feat : Add login page + login mechanism 2025-10-03 11:42:00 +02:00
.gitignore Now it compiles ! Will it upload to docker ? 2026-01-04 22:21:08 +01:00
Cargo.lock Fix: Set JWK exp and modulus to Big Endian to comply with RFC 2026-04-26 12:40:09 +02:00
Cargo.toml Fix: Set JWK exp and modulus to Big Endian to comply with RFC 2026-04-26 12:40:09 +02:00
flake.lock Chore: Fix SSL certificates in docker image 2026-01-06 11:43:39 +01:00
flake.nix Chore: make docker image build only x64 2026-04-25 15:38:18 +02:00
README.md Feat: I think I implemented id_token ? 2026-01-26 18:01:29 +01:00
TODO.md Feat: Add client list UI + better UI 2025-10-28 13:26:12 +01:00

Kapibara logo

Kapibara (カピバラ) is my own little OIDC Provider that I develop for my infrastructure !

Features I want

  • Create/Edit users
  • Create/Edit OIDC Clients
  • Invite users with link
  • Reset password with link
  • Generate keys when first launched
  • List applications on dashboard
  • Have profile pictures / client logos
  • Enable users to edit their own infos

Refs