Skip to content
Snippets Groups Projects
Commit b9705cd5 authored by torrespel's avatar torrespel
Browse files

Update 3 files

- /doc/images/flows/01_Login_Admin.png
- /doc/testing/postman/README.md
- /doc/images/flows/01_Login Admin.png
parent 229b6e7c
No related branches found
No related tags found
1 merge request!3Update 3 files
doc/images/flows/01_Login Admin.png

28.3 KiB

doc/images/flows/01_Login_Admin.png

21.9 KiB

......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment