|
|
|
|
|
by cnuss
1631 days ago
|
|
Greetings Hackers!! 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 (https://saml.to). I've built this to be a no/low-cost alternative to using Okta, OneLogin, or JumpCloud for SAML Logins. 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: npx saml-to login Or for role assumption (like IAM roles): npx saml-to assume I'd love this community's feedback on this, please let me know what you think! Cheers,
cnuss CLI: https://github.com/saml-to/cli
Forums: https://github.com/saml-to/cli/discussions
Documentation: https://docs.saml.to |
|