I've solved my problem, here is the solution :
Based on this thread, we have to set ResponseTypes to "id_token", but In addition to that, we have to enable "Implecit flow" in keycloak server to receive id_token without authorization code!
That's it!
best regards ..