Skip to content

Commit

Permalink
feature/Check Auth headers ambiguity 4
Browse files Browse the repository at this point in the history
  • Loading branch information
constantine2nd committed Jan 6, 2025
1 parent 40e2889 commit b22d9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions obp-api/src/main/scala/code/api/util/ErrorMessages.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit b22d9d4

Please sign in to comment.