diff --git a/doc/images/flows/01_Login Admin.png b/doc/images/flows/01_Login Admin.png new file mode 100644 index 0000000000000000000000000000000000000000..5913c96c3bcb4a1c18b22ff13547604a1c8e9df9 Binary files /dev/null and b/doc/images/flows/01_Login Admin.png differ diff --git a/doc/images/flows/01_Login_Admin.png b/doc/images/flows/01_Login_Admin.png deleted file mode 100644 index 9efce4142ee9483aae2e7c5bba9efe13a9a48443..0000000000000000000000000000000000000000 Binary files a/doc/images/flows/01_Login_Admin.png and /dev/null differ diff --git a/doc/testing/postman/README.md b/doc/testing/postman/README.md index 78a44414e6fc42834e8b2cd9a951101915e6d201..1c7a0b54ff7639c92515c2968e3b548a75ac0af9 100644 --- a/doc/testing/postman/README.md +++ b/doc/testing/postman/README.md @@ -77,7 +77,7 @@ Once this is done, the node script will be in charge of changing the certificate #### **05-publish_api** - + Once the api is published, we can start it. In this case we have a test one created in python called <a href="./hello_api.py" download>hello_api.py</a> that can be executed with the following command: @@ -97,25 +97,25 @@ With this the provider part would be finished. #### **07-onboard_invoker** - + At this point we move on to using certificate authentication in CAPIF. **If you did not configure the provider's certificates, you would have to do it now**. #### **08-discover** - + #### **09-security_context** - + #### **10-get_token** - + #### **11-call_service** - + With this, we would have made the API call and finished the flow.