Cis2 - not receiving Id Token from the token endpoint

Hi,
I have recently taken over work for our Cis2 authentication implementation and it seems that our request to receive the Id token is only returning an access token.
I’m making the call to https://int.api.service.nhs.uk/oauth-mock/token using the client secret and prior to this I authenticate using User UID 656005750108 on the Cis2 Mock Int log in screen. I’m returned a 200 ok response from the token request that only contains the access token.

Please advise whether this might be a config issue (if it is what might be missing) or if I’m using the wrong URI.

Hi, the URL you have is the API-M mock CIS2 endpoint, is this what you are expecting to use? That endpoint may not return an id_token

I think I was hoping to have a full run through of CIS2 using the mock endpoints but was struggling due to not being able to get an Id token, it might be that I was using the wrong endpoint.
I’ve now swapped to using “https://am.nhsint.auth-ptl.cis2.spineservices.nhs.uk:443/openam/oauth2/realms/root/realms/NHSIdentity/realms/Healthcare/authorize”, just waiting on smart cards/windows hello to get past this first connection