1 repositorio
Verifies identity through a configurable sequence of providers before granting access to any target.
Distinct from Pluggable Authentication Handlers: Distinct from Pluggable Authentication Handlers: focuses on the ordered chain of multiple providers rather than individual handler implementations.
Explore 1 awesome GitHub repository matching security & cryptography · Authentication Chains. Refine with filters or upvote what's useful.
Warpgate is an SSH bastion host that authenticates users and proxies connections to internal servers while recording all session activity. It is distributed as a single standalone binary with no runtime dependencies, stores configuration and session data in a local SQLite database by default, and supports role-based access control to determine which users can reach which targets. The bastion verifies identity through a configurable chain of authentication methods including passwords, one-time codes, single sign-on, and time-limited ticket tokens. It captures and stores SSH session activity as
Verifies identity through a configurable chain of providers including passwords, OTP, SSO, and ticket tokens before granting access.