Custom Authentication Service is failing in Soap Service package
Hi All,
We are building a custom Authentication Service Activity to capture the incoming request’s Username and Password sent for SOAP Service Integration to validate against the Hashicorp Vault app [We store the Password and retrieve it in runtime].
The logical part is working as expected .
- Able to capture the Username and Password from the incoming request.
- Able to invoke the Hashicorp Vault application .
- Able to validate the Password against the Hashicorp Vault application.
But Authentication activity is ending with below error
“Service Requestor could not be authenticated”
Please find the error details , any suggestions are appreciated 😊