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: 7 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T20:55:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T06:44:35.375Z (9 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