We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa6c054 + 4b881a7 commit 9bcbefeCopy full SHA for 9bcbefe
obp-api/src/main/scala/code/api/util/APIUtil.scala
@@ -4023,8 +4023,10 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
4023
case Nil =>
4024
Failure(RegulatedEntityNotFoundByCertificate)
4025
case single :: Nil =>
4026
+ logger.debug(s"Regulated entity by certificate: $single")
4027
// Only one match, proceed to role check
4028
if (single.services.contains(serviceProvider)) {
4029
+ logger.debug(s"Regulated entity by certificate (single.services: ${single.services}, serviceProvider: $serviceProvider): ")
4030
Full(true)
4031
} else {
4032
Failure(X509ActionIsNotAllowed)
0 commit comments