dex-oidc

dex 2.45.1

OpenID Connect and OAuth2 identity provider with pluggable connectors

https://github.com/dexidp/dex
Apache License 2.0
main program: dexprograms: dex
Platforms (30)
mips64-linuxarc-linuxarmv7l-linuxarmv6l-linuxmipsel-linuxpowerpc64le-linuxaarch64-freebsdm68k-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  dex-oidc
];
Ad-hoc shell
nix-shell -p dex-oidc
Flake (nix run)
nix run nixpkgs#dex-oidc