No id_token being return in the auth0-js function webAuth.client.login()

You did not include the openid scope so the request is not being considered as a normal OIDC request and as such is not returning an ID token.