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**
 
-![Flow](../../images/flows/03_AEF_Publish.png)
+![Flow](../../images/flows/05_AEF_Publish.png)
 
 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**
 
-![Flow](../../images/flows/05_Invoker_Onboarding.png)
+![Flow](../../images/flows/07_Invoker_Onboarding.png)
 
 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**
 
-![Flow](../../images/flows/06_Invoker_Discover_AEF.png)
+![Flow](../../images/flows/08_Invoker_Discover_AEF.png)
 
 #### **09-security_context**
 
-![Flow](../../images/flows/07_Invoker_Create_Security_Context.png)
+![Flow](../../images/flows/09_Invoker_Create_Security_Context.png)
 
 #### **10-get_token**
 
-![Flow](../../images/flows/08_Invoker_Get_Token.png)
+![Flow](../../images/flows/10_Invoker_Get_Token.png)
 
 #### **11-call_service**
 
-![Flow](../../images/flows/09_Invoker_Send_Request_to_AEF_Service_API.png)
+![Flow](../../images/flows/11_Invoker_Send_Request_to_AEF_Service_API.png)
 
 With this, we would have made the API call and finished the flow.