open-formulieren / open-forms

Smart and dynamic forms
https://open-forms.readthedocs.io
Other
36 stars 26 forks source link

Allow changing eHerkenning/eIDAS levels per form #3968

Open joeribekker opened 8 months ago

joeribekker commented 8 months ago

Reference: PF-122

Refactor LoA for eHerkenning/eIDAS to not be configurable on form level (instead allow to select a service(id/instance) - probably need to discuss.

StefSchots1993 commented 7 months ago

This is also a wish for Dimpact via OIDC

joeribekker commented 2 months ago

Estimated work:

  1. Register multiple services: one for each level
  2. We need to have "something" to be aware of the available and appropriate services (in the service catalog). Can be read from the URL or you need to define them manually.
  3. Link level to a form (via dropdown), causing the right service UUID to be used in the connection

We suspect that this will nicely work with "machtigen", that allows also multiple services to be registered (per "machtigen" category) that will then also be selectable per form.

Estimated time: 10 days for the ID-library changes, 10 days for the the Open Forms integration.