Custom Authentication Service in Service Package
How I can use a service REST with custom authentication service ?
When I test my Service REST the authentication service is called but authorization token is not getting passed .
I'm not sure how to pass the external jwt (access token ) to Authentication service ,seems mapping needs to be done in AuthenticationService .
I tried to pass it like below from soap UI but it didn't work .Any suggestion on how to pass authorization parameter to custom Auth service?
I see Authorization parameter is blank
How I can use a service REST with custom authentication service ?
When I test my Service REST the authentication service is called but authorization token is not getting passed .
I'm not sure how to pass the external jwt (access token ) to Authentication service ,seems mapping needs to be done in AuthenticationService .
I tried to pass it like below from soap UI but it didn't work .Any suggestion on how to pass authorization parameter to custom Auth service?
I see Authorization parameter is blank
pxObjClass | Code-Pega-List |
pyNewMessage | {"errors":[{"ID":"invalid_authorization_header","message":"Invalid Authentication Data."}]} |
pyDESC | 400 |
pzStatus | false |
message_1 | pyDESC: (Code-Pega-List)InvalidTrueFalseValue 400 |