An open API service indexing awesome lists of open source software.

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

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