I have created an OpenAPI Integration Service (HCLCAuthSessionOpenAPIService). I have added one Public operation (LoginIdentity-login) in same service. It runs fine when I run it inside cloud console. But it gives following error when I run it in App Services or Postman -
HCLCAuthSessionOpenAPIService > LoginIdentity-login -
{
"opstatus":0,"errors":[
{
"errorKey":"ERR_AUTHORIZATION_FROM_AUTHORIZATION_HEADER_FAILED",
"errorParameters":"[]",
"errorMessage":"CWXFR0231E: Authorization from the "Authorization" header failed.",
"errorCode":"CWXFR0231E"
}
],"httpStatusCode":401
}
Please help!