Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayerdines/saml-idp
SAML IdP developed in NodeJS that can be used for sp-initiated and idp-initiated sso
https://github.com/ayerdines/saml-idp
freshdesk idp saml saml-idp sso
Last synced: 12 days ago
JSON representation
SAML IdP developed in NodeJS that can be used for sp-initiated and idp-initiated sso
- Host: GitHub
- URL: https://github.com/ayerdines/saml-idp
- Owner: ayerdines
- Created: 2020-05-22T12:48:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T20:55:22.000Z (about 2 years ago)
- Last Synced: 2024-11-19T05:59:45.441Z (3 months ago)
- Topics: freshdesk, idp, saml, saml-idp, sso
- Language: JavaScript
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
If you want to use new signing certificate pairs, command to create certificates
$ cd certs
$ openssl req -x509 -newkey rsa:4096 -keyout signing_key.pem -out signing_cert.pem -nodes -days 900