https://github.com/slaveofcode/orka-sso-saml
Example PassportJs implementation for acepting SAML 2.0 SSO using Jumpcloud
https://github.com/slaveofcode/orka-sso-saml
auth jumpcloud saml2 sso
Last synced: 8 months ago
JSON representation
Example PassportJs implementation for acepting SAML 2.0 SSO using Jumpcloud
- Host: GitHub
- URL: https://github.com/slaveofcode/orka-sso-saml
- Owner: slaveofcode
- Created: 2023-06-13T10:38:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T03:18:39.000Z (over 2 years ago)
- Last Synced: 2025-01-20T15:23:36.830Z (10 months ago)
- Topics: auth, jumpcloud, saml2, sso
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example SAML 2.0
## Generate Private Key
> openssl genrsa -out private.pem 2048
## Generate Public Certificate
> openssl req -new -x509 -sha256 -key private.pem -out cert.pem -days 1095