Once the first steps have been taken, we can now use Postman requests. These requests are numbered in the order that must be followed to obtain everything necessary from CAPIF.
### Creation of an user
### Creation of User by Admin
The first step would be for an administrator to create a user with which a provider and an invoker will be created.
The first step would be for an administrator to create a user with which a provider and an invoker will be created. To do this, the admin must log in to obtain the token needed in admin requests.
At this point we move on to using certificate authentication in CAPIF. In Postman it is necessary to add the certificates manually and using more than one certificate for the same host as we do in CAPIF complicates things. For this reason, we use the script to overwrite a certificate and a key when it is necessary to have a specific one.
...
...
@@ -91,6 +93,8 @@ With this the provider part would be finished.
### Calling the API
Finally, we will create an invoker with the user given by the administrator to be able to use the published api.