From b22d9d4df0fb65762b320dbe617017da3ded3e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mili=C4=87?= Date: Mon, 6 Jan 2025 18:58:09 +0100 Subject: [PATCH] feature/Check Auth headers ambiguity 4 --- obp-api/src/main/scala/code/api/util/ErrorMessages.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obp-api/src/main/scala/code/api/util/ErrorMessages.scala b/obp-api/src/main/scala/code/api/util/ErrorMessages.scala index a8f118adcf..014ed1f7d1 100644 --- a/obp-api/src/main/scala/code/api/util/ErrorMessages.scala +++ b/obp-api/src/main/scala/code/api/util/ErrorMessages.scala @@ -263,9 +263,9 @@ object ErrorMessages { val Oauth2TokenEndpointAuthMethodForbidden = "OBP-20213: The Token Endpoint Auth Method is not supported at this instance: " val OneTimePasswordExpired = "OBP-20211: The One Time Password (OTP) has expired. " val Oauth2IsNotRecognized = "OBP-20214: OAuth2 Access Token is not recognised at this instance." - val Oauth2ValidateAccessTokenError = "OBP-20215: OAuth2 validate access token issue. " + val Oauth2ValidateAccessTokenError = "OBP-20215: There was a problem validating the OAuth2 access token. " - val AuthorizationHeaderAmbiguity = "OBP-20250: Request headers cannot contain more than one authorization value. " + val AuthorizationHeaderAmbiguity = "OBP-20250: Request headers used for authorization are ambiguous. " // X.509 val X509GeneralError = "OBP-20300: PEM Encoded Certificate issue."