https://github.com/sebouchu/sebousso-idp
Identity Provider dans l'écosystème SebouSSO
https://github.com/sebouchu/sebousso-idp
Last synced: over 1 year ago
JSON representation
Identity Provider dans l'écosystème SebouSSO
- Host: GitHub
- URL: https://github.com/sebouchu/sebousso-idp
- Owner: SebouChu
- Created: 2020-10-18T19:53:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T00:35:40.000Z (over 4 years ago)
- Last Synced: 2025-02-03T08:01:48.592Z (over 1 year ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SebouSSO - IdP
Identity Provider dans l'écosystème SebouSSO
## Écosystème
L'écosystème SebouSSO est constituée de plusieurs application Ruby on Rails :
- **IdP** : Identity Provider qui fournit identité et rôle aux autres applications via SAML
- **[Blog](https://github.com/SebouChu/sebousso-blog)** : Service Provider, blog d'articles
- **Video** : Service Provider, plateforme vidéo
## Certificat
### Génération
```bash
openssl req -x509 -sha256 -nodes -days 3650 -newkey rsa:2048 -keyout 2030_sebousso_saml.key -out 2030_sebousso_saml.crt
```
### Fingerprint
```bash
openssl x509 -in 2030_sebousso_saml.crt -noout -sha256 -fingerprint
```