Changes between Version 7 and Version 8 of ProductieStappen


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

Legend:

Unmodified
Added
Removed
Modified
  • ProductieStappen

    v7 v8  
    9090
    9191 - '''xmlsec_binary''': the location of the xmlsec program that is used internally. This should usually be /usr/bin/xmlssec1
     92 - '''attribute_map_dir''': the location of a folder containing attribute mappings as described in [https://pythonhosted.org/pysaml2/howto/config.html#attribute-map-dir]
     93 - '''metadata''': Een verwijzing naar een standaard SAML2-metadata bestand waarin de gegevens van de IdP geregistreerd zijn.
     94 - '''key_file''' and '''cert_file''' references the two parts of a standard x509 certificate. You need it to sign your metadata an to encrypt and decrypt the SAML2 assertions.
    9295
     96When these settings are correct, you can access your website with /saml2/metadata appended to the URL. This will yield the standard SAML2 metadata for your application. This file is needed to register at an IdP.
    9397
     98==== AUTHENTICATION_BACKENDS ====
    9499
     100[[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=75,end=78)]]
    95101
    96 [[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=69,end=181)]]
    97 
     102The backend 'djangosaml2.backends.Saml2Backend' needs to be part of this array for the SAML2 configuration to be used at all.
    98103
    99104= dex-content1 =