CentreForDigitalHumanities / CentreForDigitalHumanities/django-shared-core

Make `logout_responses_signed` configurable

Open
#141 0 comments 0 reactions 1 assignee Claimed by @miggol View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.