impierce / ssi-agent

An eIDAS 2.0-compliant Self Sovereign Identity Agent that connects European Identity Wallets to your IT systems
https://www.impierce.com
Apache License 2.0
14 stars 3 forks source link

feat: add PresentationDefinitionId's #139

Open Oran-Dan opened 1 month ago

Oran-Dan commented 1 month ago

Description

Currently we have our PresentationDefinitions (PD) hardcoded in agent_verification/presentation_definitions/presentation_definition.json and in our postman collection.

In the future we want to work PDId's in (most of) our API interactions. This will be much cleaner and easier for external parties to use and more scalable.

Motivation

Makes working with PD's much smoother and also aligns with other parties in our field

Resources

No response

To-do List

nanderstabel commented 1 month ago

Related: https://github.com/impierce/ssi-agent/issues/100