Skip to content
Snippets Groups Projects
Verified Commit caefbdac authored by Arnaud Pauget's avatar Arnaud Pauget Committed by Jerome Boucher
Browse files

Change default configuration and vhost files for saml connexion

parent a4cbf2a3
No related branches found
No related tags found
2 merge requests!838Rebase develop,!837V3.0
...@@ -434,6 +434,13 @@ menu = "[ ...@@ -434,6 +434,13 @@ menu = "[
; Add stronger verification on user possibilities based on security level ; Add stronger verification on user possibilities based on security level
useSecurityLevel = false useSecurityLevel = false
; If the saml authentication is activated in the vhost :
; Path where the simplesamlphp library
samlLibrariesDir = /var/www/simplesamlphp
; Path of the claims returned by the adfs (by default http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name)
samlIdentitiClaims = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"
; Encryption algorithm (MD5, SHA256, SHA512...) ; Encryption algorithm (MD5, SHA256, SHA512...)
passwordEncryption = SHA256 passwordEncryption = SHA256
......
...@@ -72,4 +72,12 @@ ...@@ -72,4 +72,12 @@
# Require valid-user # Require valid-user
# </If> # </If>
# </Directory> # </Directory>
### AUTHENTICATION WITH SAML (AZURE AD) ###
# SetEnv SIMPLESAMLPHP_CONFIG_DIR /var/www/laabs/data/maarchRM/conf/saml/config
# <Directory /var/www/simplesamlphp/www>
# Require all granted
# </Directory>
</VirtualHost> </VirtualHost>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment