-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Support
-
Epic Link:
-
Sprint:nxsupport 10.2.4
-
Story Points:1
https://github.com/nuxeo/nuxeo-tools-docker/tree/master/shibboleth-idp-2
A new variable called ENCRYPT_SAML_ASSERTIONS will have the following possible values:
- true (by default) which will leave the settings by default
- false which will replace everything occurences of encryptAssertions="conditional" in the file relying-party.xml with encryptAssertions="never".
- any other value should exit with a displayed error and exit code 1
This should be done before starting the server.
Update the README.md file accordingly.
- is required by
-
NXBT-2369 make SAML env for support
- Resolved