Greetings Hackers!!<p>I've bridged GitHub OAuth and SAML 2.0 together, and made it easy to use with a CLI (`npx saml-to --help`). It's called SAML.to (<a href="https://saml.to" rel="nofollow">https://saml.to</a>).<p>I've built this to be a no/low-cost alternative to using Okta, OneLogin, or JumpCloud for SAML Logins.<p>Using SAML.to, a configuration file is placed in a GitHub repository that defines one or many Service Providers and Permissions to GitHub users, then logging in is as simple as running a command in your console:<p>npx saml-to login<p>Or for role assumption (like IAM roles):<p>npx saml-to assume<p>I'd love this community's feedback on this, please let me know what you think!<p>Cheers,
cnuss<p>CLI: <a href="https://github.com/saml-to/cli" rel="nofollow">https://github.com/saml-to/cli</a>
Forums: <a href="https://github.com/saml-to/cli/discussions" rel="nofollow">https://github.com/saml-to/cli/discussions</a>
Documentation: <a href="https://docs.saml.to" rel="nofollow">https://docs.saml.to</a>