Skip to content

Implement SSO

Otto Visser requested to merge sso into master

Implement Single Sign-On (SSO) using Security Assertion Markup Language (SAML). The server running at queue.ewi.tudelft.nl is configured to use gatekeepert.tudelft.nl as Identity Provider (IdP). When we switch to the production IdP, we should generate new keys, generate new metadata with these keys, and send the TU Delft our new metadata. All of this be configured in application.properties. See also README.md for notes on how to generate keys and bundling them in a Java KeyStore (JKS).

Merge request reports