I have created an simple web app using the starter template.
I am specifying the following scope.
authorizationParams: {
response_type: "id_token",
scope: 'openid profile email offline_access'
}
I verified that the /authorize call is being passed this scope, but in response, I am getting only id_token, I am not getting the refresh token.
In the grant types configuration in auth0 UI, refresh tokens is checked.