We are on ISAM 9.0.6 and finding that the PD Session cookie doesn't include the domain so it's not being passed in subsequent calls.
Here is the flow we are going through:
1. Call /apiauthsvc with the password PolicyID & get a state
2. Call the /apiauthsvc to verify the password with the state id
3. Attempting to call the /mga/sps/oauth/oauth20/authorize endpoint using and implicit flow to get a JWT. We are passing in the authenticated session cookie.
Step 3 presents the ISAM login page because the PD session cookie that comes back from the /apiauthsvc call doesn't include the domain so the browser doesn't know it send them along.
I have tried many things to get the domain included but nothing has worked. Does anyone have any suggestions on getting the domain included in the session cookie or how to get the session cookie from the browser to pass back?
------------------------------
Angela Klein
------------------------------