Add attributes.exclude option to correspond with the Consent module
The Consent module has a (currently undocumented) noconsentattributes option that allows specified attributes to be removed from the consent hash calculation. The noconsentattribute option was introduced at simplesamlphp/simplesamlphp@1efcfa8 but no corresponding option was added to the consentAdmin module. Thus if people are using the noconsentattribute option to remove attributes, the consentAdmin module will *always* show this as attribute values having been changed. This is a rework of simplesamlphp/simplesamlphp#531 which has gotten corrupted over time.
Showing
- modules/consentAdmin/config-templates/module_consentAdmin.php 3 additions, 0 deletions...les/consentAdmin/config-templates/module_consentAdmin.php
- modules/consentAdmin/docs/consentAdmin.md 3 additions, 1 deletionmodules/consentAdmin/docs/consentAdmin.md
- modules/consentAdmin/www/consentAdmin.php 12 additions, 3 deletionsmodules/consentAdmin/www/consentAdmin.php
Please register or sign in to comment