Auth0 scope not returning all requested values

I have found that setting the responseType to both “token id_token” causes Auth0 to not return scopes in the auth token. But if I change response type to “token”, then the scopes are included in the auth token. This is pretty frustrating.