CentreForDigitalHumanities / CentreForDigitalHumanities/django-shared-core
Make `logout_responses_signed` configurable
Open
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
IAM now requires logout responses to be signed before a new application can be added to the production IdP.
The `saml_config` in `cdh.federated_auth.saml.settings.py` requires an additional setting: `logout_responses_signed=True`. Currently, this is not included in the params of `create_saml_config`.
For a temporary fix, update the `SAML_CONFIG` object created with `create_saml_config` in the following way:
```python
SAML_CONFIG['service']['sp']['logout_responses_signed'] = True
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.