bcgov / vc-authn-oidc

Apache License 2.0
143 stars 74 forks source link

JIT proof request compilation #204

Open esune opened 1 year ago

esune commented 1 year ago

Instead of always relying on a proof-configuration stored in vc-authn's database, it would be nice to be able to pass a configuration as a query parameter. This would enable applications to use the service without having to have their proof-request pre-approved/loaded in the system - useful for development/sandbox environments as well as self-serve type of consumers.

Nice to have: a configuration setting to turn this feature on/off selectively (when off, only pre-stored proof-configurations selected by id would be accepted.

Note.: this might be problematic for the validation on the client-side of the requested proof, since there would be no guarantee of authenticity/uniqueness of the proof configuration id.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.