Authentication Service
Uses SAML2.0
Run
The container needs the environment variable set with the Key Store password, put it in your ~/.bashrc
:
export KEY_STORE_PASSWORD=...
or for fish in your ~/.config/fish/config.fish
:
set KEY_STORE_PASSWORD "..."
Key Store
The key store is a secure container that contains the SSL/TLS certificate:
- Let's Encrypt private key for
dbrepo.ossdip.at
with aliasssl
Development
Context metadata for IdP: http://localhost:9097/saml/metadata
- The authentication is valid for 2 hours (default SAML2.0)
- Login:
https://dbrepo.ossdip.at:9097/saml/login?local=true
-> success ->https://dbrepo.ossdip.at/dashboard
- Logout:
https://dbrepo.ossdip.at:9097/saml/logout?local=true
-> success ->