-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
Looking at the answer here: #7 (comment) it seems that if data recipient has the client certificate configurable (my understanding is that there is only one certificate embedded in the docker), then it should be possible to get a software statement for and register a client. Right now, only the first client succeeded to register and the remaining ones are failing.
Describe the solution you'd like
Add a way to dynamically configure a client certificate.
It could be done via some settings in the data recipient UI.
With that feature, it should be really easy to test the authorization flows.
Right now, it seems that we only option to test data recipient with sandbox registry is to deploy it somewhere using a docker, that might be a difficult process.