- Setting
KEY_FILE
changed to two setginsKEY_SOURCE
("file" or "engine") andKEY_LOCATION
(path to file or engine spec.) - Fixed for current versions of tox, mypy, flaky8
- Fixed tests for xmlsec1>1.2.34
- Dropped support of python <=3.7
- Updated XMLsec version
- Added support for python 3.8 and 3.9
- Greece selector accepts
EL
- Fixed responsive design.
- Alligning with CEF eIDAS Node 2.5
- Include namespaces in LightRequest/LightResponse
- Add RequesterId to LightRequest
- Add Consent to LightResponse
- Rename originCountryCode to spCountryCode in LightRequest/LightResponse
django-app-settings >=0.7.1
is required.- Settings
PROXY_SERVICE_IDENTITY_PROVIDER['REQUEST_SIGNATURE']
,CONNECTOR_SERVICE_PROVIDER['RESPONSE_SIGNATURE']
andCONNECTOR_SERVICE_PROVIDER['RESPONSE_ENCRYPTION']
are required. However, you can use an empty dict{}
to disable these features.
- A workaround to support the transient name ID format even though it isn't supported by the Identity Provider.
See the
PROXY_SERVICE_TRANSIENT_NAME_ID_FALLBACK
setting. - The country code of the request may be logged when the corresponding response is received.
See the
CONNECTOR_TRACK_COUNTRY_CODE
andPROXY_SERVICE_TRACK_COUNTRY_CODE
settings. - New settings
CONNECTOR_AUXILIARY_STORAGE
andPROXY_SERVICE_AUXILIARY_STORAGE
.
- Fixed bug when light token was created with a local creation date but compared with UTC time.