Id_token not returned

Hello,

I’m using keycloak for the first time.
I created a new realm (capires) and an openid connect client (capires).
I can request an authorization code. However when I request an acces_token and id_token with the authorization code, the id_token is not returned.

I’m exactly using this example client

I tried everything. What could be wrong ? All help appreciated.

Regards, Ron

I finally found out what was wrong: I removed by accident scope=openid in the authorization_code request.