Changes between Version 7 and Version 8 of ProductieStappen
- Timestamp:
- 01/14/15 15:36:41 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProductieStappen
v7 v8 90 90 91 91 - '''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. 92 95 96 When 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. 93 97 98 ==== AUTHENTICATION_BACKENDS ==== 94 99 100 [[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=75,end=78)]] 95 101 96 [[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=69,end=181)]] 97 102 The backend 'djangosaml2.backends.Saml2Backend' needs to be part of this array for the SAML2 configuration to be used at all. 98 103 99 104 = dex-content1 =