We are integrating webservice connector in IDN. The webservice application follows below authentication process-
1- Provide the username and password and hit the url which will return the SessionId in response
2- Use this sessionId to invoke other operations.
Test connection works , but account aggregation fails with invalid sessionId and I could see from logs, its not picking the sessionId from custom authentication operation.
sequenceNumberForEndpoint is also in order. Not sure of the missing item. Can anyone faced same issue?
Is that sessionId on the response a JWT, or a valid value to use for authorization?
based on your photos things look to my to be configured correctly according to the documentation.
You may want to validate your response mapping for the Custom Authentication call: Response Mapping
Additionally, web services connections usually end up rather complex in implementation, and ES/PS heavily suggest working with them to ensure its implemented efficiently.