dex-oidc
dex 2.45.1
OpenID Connect and OAuth2 identity provider with pluggable connectors
https://github.com/dexidp/dexApache License 2.0
main program: dexprograms: dex
Platforms (30)
mips64-linuxarc-linuxarmv7l-linuxarmv6l-linuxmipsel-linuxpowerpc64le-linuxaarch64-freebsdm68k-linux
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