Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maarchRM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
maarchRM
Commits
caefbdac
Verified
Commit
caefbdac
authored
1 year ago
by
Arnaud Pauget
Committed by
Jerome Boucher
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Change default configuration and vhost files for saml connexion
parent
a4cbf2a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!838
Rebase develop
,
!837
V3.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/maarchRM/conf/configuration.ini.default
+7
-0
7 additions, 0 deletions
data/maarchRM/conf/configuration.ini.default
data/maarchRM/conf/vhost.conf.default
+8
-0
8 additions, 0 deletions
data/maarchRM/conf/vhost.conf.default
with
15 additions
and
0 deletions
data/maarchRM/conf/configuration.ini.default
+
7
−
0
View file @
caefbdac
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
data/maarchRM/conf/vhost.conf.default
+
8
−
0
View file @
caefbdac
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment