Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 479 Bytes

authentication.md

File metadata and controls

9 lines (5 loc) · 479 Bytes

Authentification

Authentication configuration is made using the Spring Security API in a dedicated SecurityContext class placed in the config package. Connexion to the identity provider (an Open LDAP directory) is made in this class using parameters retrieved from a property file depending on which environnement we are running on..

SecurityContext.java

include