Hi Everyone,
We are running on IdentityIQ 8.3P2 and trying to onboard an application using webservice connector.
We are using No/Custom Authentication and passing the username and password in JSON body to get the token and saving it in the application to be used by other operations.
The problem is, the API response send a cookie as part of response and test connection fails with the error:
{“status”:-1073741823,“error”:“java.lang.IllegalArgumentException: Cookie name [[version: 0][name: GCLB][value: CLWzQADIu–_9gEQAw][domain: ][path: /][expiry: Wed Dec 18 10:26:00 UTC 2024]] is a reserved token”,“errorDetails”:null}
When I make a call from postman, I can see a response header for GCLB cookie is being added after getting the API call response.
Another Issue we have noticed is, during aggregation, the No/Custom Authentication endpoint is being called repetitively. This is causing issues on the application side as fetching token for each aggregation call is not feasible.
Any help will be much appreciated!
Thanks!