Changes between Version 6 and Version 7 of ProductieStappen


Ignore:
Timestamp:
01/14/15 15:16:10 (10 years ago)
Author:
mschenk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ProductieStappen

    v6 v7  
    7777the '''MEDIA_URL''' setting is prepended to the rendered locations of media-files. This needs to be a publicly available address.
    7878
     79=== SAML Single sign on ===
     80
     81Signing in on the website happens through a separate sign-on-server. This server needs to implement the SAML2 protocol. The website uses the django-plugin "djangosaml2" which uses pysaml2 internally.
     82
     83There is a number of important settings to be made for SAML to work properly.
     84
     85==== SAML_CONFIG ====
     86
     87[[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=95,end=171)]]
     88
     89In this structure there is a number of important parameters:
     90
     91 - '''xmlsec_binary''': the location of the xmlsec program that is used internally. This should usually be /usr/bin/xmlssec1
     92
     93
     94
     95
     96[[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=69,end=181)]]
     97
     98
    7999= dex-content1 =
    80100