Open sergei-maertens opened 8 months ago
https://github.com/maykinmedia/django-digid-eherkenning/blob/04c9e4e90bd02393bf2bde768c1edc98bbd12122/digid_eherkenning/saml2/eherkenning.py#L225
The XSD validation crashes when processing requested attributes as just a list of strings instead of an object with the keys name & required.
Note that changing the data structure in the admin seems to break metadata generation.
https://github.com/maykinmedia/django-digid-eherkenning/blob/04c9e4e90bd02393bf2bde768c1edc98bbd12122/digid_eherkenning/saml2/eherkenning.py#L225
The XSD validation crashes when processing requested attributes as just a list of strings instead of an object with the keys name & required.
Note that changing the data structure in the admin seems to break metadata generation.