diff --git a/doc/images/flows/02_Creation_of_user.png b/doc/images/flows/02_Creation_of_user.png index f827b86ffa63444d0a2f67d542f271187b380277..2024dfff4eca11ecdf5930060ec635d6d06482c6 100644 Binary files a/doc/images/flows/02_Creation_of_user.png and b/doc/images/flows/02_Creation_of_user.png differ diff --git a/doc/images/flows/03_Register_of_AEF_GetAuth.png b/doc/images/flows/03_Register_of_AEF_GetAuth.png index 0108a8012c117a0fa3249645946d8bf9f6cc1034..f200f9fe444a9a06c8a6e59b31d241d1ea3fdb35 100644 Binary files a/doc/images/flows/03_Register_of_AEF_GetAuth.png and b/doc/images/flows/03_Register_of_AEF_GetAuth.png differ diff --git a/doc/images/flows/04_AEF_API_Provider_registration.png b/doc/images/flows/04_AEF_API_Provider_registration.png index 3b42e21185ae36c97f3c6504624757a80e282ef6..091f4901bb64c6755747758d6add38e5d4773561 100644 Binary files a/doc/images/flows/04_AEF_API_Provider_registration.png and b/doc/images/flows/04_AEF_API_Provider_registration.png differ diff --git a/doc/images/flows/05_AEF_Publish.png b/doc/images/flows/05_AEF_Publish.png index dfe3a3e09ff3183fa93eab95e1df107a2dfa9638..1bfb90e51198c72f338fcb65986d546d9e96ba03 100644 Binary files a/doc/images/flows/05_AEF_Publish.png and b/doc/images/flows/05_AEF_Publish.png differ diff --git a/doc/images/flows/06_Invoker_Register_GetAuth.png b/doc/images/flows/06_Invoker_Register_GetAuth.png index 5e6aa97d892411cfc1ba6fb4e3a8693c63f2b5d4..f200f9fe444a9a06c8a6e59b31d241d1ea3fdb35 100644 Binary files a/doc/images/flows/06_Invoker_Register_GetAuth.png and b/doc/images/flows/06_Invoker_Register_GetAuth.png differ diff --git a/doc/testing/postman/CAPIF.postman_collection.json b/doc/testing/postman/CAPIF.postman_collection.json index 423ec30226ddb328968f9e0bd0c16c41ee9009ec..e59a534c9944eaf505d07188267adac75557df54 100644 --- a/doc/testing/postman/CAPIF.postman_collection.json +++ b/doc/testing/postman/CAPIF.postman_collection.json @@ -1,10 +1,10 @@ { "info": { - "_postman_id": "03e5f144-6a4f-4899-a917-14787d59fbef", + "_postman_id": "b512e528-4b13-4be2-aed2-a61a8381360e", "name": "CAPIF", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "31608242", - "_collection_link": "https://red-comet-993867.postman.co/workspace/Team-Workspace~bfc7c442-a60c-4bb1-8730-fdabc2df89b9/collection/31608242-03e5f144-6a4f-4899-a917-14787d59fbef?action=share&source=collection_link&creator=31608242" + "_collection_link": "https://red-comet-993867.postman.co/workspace/Team-Workspace~bfc7c442-a60c-4bb1-8730-fdabc2df89b9/collection/31608242-b512e528-4b13-4be2-aed2-a61a8381360e?action=share&source=collection_link&creator=31608242" }, "item": [ { @@ -88,7 +88,7 @@ "header": [], "body": { "mode": "raw", - "raw": "{\n \"username\": \"{{USER_NAME}}\",\n \"password\": \"{{USER_PASSWORD}}\",\n \"description\": \"PepeDescription\",\n \"email\": \"pepe@gmail.com\"\n}", + "raw": "{\n \"username\": \"{{USER_NAME}}\",\n \"password\": \"{{USER_PASSWORD}}\",\n \"enterprise\": \"ETSI\",\n \"country\": \"Spain\",\n \"email\": \"example@gmail.com\",\n \"purpose\": \"Use OpenCAPIF\",\n \"phone_number\": \"+123456789\",\n \"company_web\": \"www.etsi.com\",\n \"description\": \"UserDescription\"\n}", "options": { "raw": { "language": "json" @@ -211,7 +211,8 @@ "", "" ], - "type": "text/javascript" + "type": "text/javascript", + "packages": {} } }, { @@ -244,10 +245,14 @@ "", "pm.request.body.raw = res;" ], - "type": "text/javascript" + "type": "text/javascript", + "packages": {} } } ], + "protocolProfileBehavior": { + "strictSSL": true + }, "request": { "auth": { "type": "bearer", @@ -264,6 +269,7 @@ { "key": "", "value": "", + "type": "text", "disabled": true } ], @@ -339,6 +345,7 @@ { "key": "", "value": "", + "type": "text", "disabled": true } ], @@ -421,6 +428,9 @@ } } ], + "protocolProfileBehavior": { + "strictSSL": true + }, "request": { "auth": { "type": "bearer", @@ -437,6 +447,7 @@ { "key": "", "value": "", + "type": "text", "disabled": true } ], @@ -524,6 +535,7 @@ { "key": "", "value": "", + "type": "text", "disabled": true } ], @@ -599,6 +611,7 @@ { "key": "", "value": "", + "type": "text", "disabled": true } ], @@ -681,6 +694,7 @@ { "key": "", "value": "", + "type": "text", "disabled": true } ], @@ -769,12 +783,13 @@ { "key": "", "value": "", + "type": "text", "disabled": true } ], "body": { "mode": "raw", - "raw": "{\n\"name\": \"{{USER_NAME}}\"\n}", + "raw": "{\n\"name\": {{USER_NAME}}\n}", "options": { "raw": { "language": "json" diff --git a/doc/testing/postman/CAPIF.postman_environment.json b/doc/testing/postman/CAPIF.postman_environment.json index edb56350236e508cac6810f1a7acd7f7353bc1ca..0ed42a99d3ea99166344b178c3fa78419f12be43 100644 --- a/doc/testing/postman/CAPIF.postman_environment.json +++ b/doc/testing/postman/CAPIF.postman_environment.json @@ -1,5 +1,5 @@ { - "id": "6c75108a-36b0-43b2-98b7-297b0b827a54", + "id": "872bffef-37ef-4a25-afa8-6a61de256f4b", "name": "CAPIF", "values": [ { @@ -76,13 +76,13 @@ }, { "key": "USER_NAME", - "value": "Bob", + "value": "custom_user", "type": "default", "enabled": true }, { "key": "USER_PASSWORD", - "value": "1234", + "value": "user_pass", "type": "default", "enabled": true }, @@ -262,6 +262,6 @@ } ], "_postman_variable_scope": "environment", - "_postman_exported_at": "2024-04-22T06:53:35.508Z", - "_postman_exported_using": "Postman/10.24.19" + "_postman_exported_at": "2024-06-26T11:17:13.183Z", + "_postman_exported_using": "Postman/11.2.13" } \ No newline at end of file