From a81e4ff715ab1726e088b31c05d1befbbcd490e6 Mon Sep 17 00:00:00 2001
From: Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com>
Date: Mon, 28 Oct 2024 16:26:18 +0100
Subject: [PATCH] Updated all related logic of cert check and authorization on
 publish, and minor fix on provider

---
 doc/testing/testplan/api_security_service/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/testing/testplan/api_security_service/README.md b/doc/testing/testplan/api_security_service/README.md
index 9ce8a8f..e06d162 100644
--- a/doc/testing/testplan/api_security_service/README.md
+++ b/doc/testing/testplan/api_security_service/README.md
@@ -1100,7 +1100,7 @@ At this documentation you will have all information and related files and exampl
 
   1. Response to Request of Access Token:
      1. **400 Bad Request** response.
-     2. body returned must accomplish **AccessTokenErr** data structure, with:
+     2. body returned must accomplish **ProblemDetails** data structure, with:
         * title=Bad Request
         * detail='not_valid' is not one of \\['client_credentials', 'authorization_code'\\] - 'grant_type'
         * status=400
-- 
GitLab