Hi,
I’m using @auth0/auth0-angular 1.11.0 library in the Angular version of our SPA but I’m having trouble with the token I’m receiving as it’s not similar to the ones we usually use in our older non-Angular version. The only important different I can notice is that the value for response_type
is different. In the Angular version it’s code
while in the old application it’s id_token
I tried looking for documentation of package to change this value but having trouble finding it. The one I found below is a broken link.
https://auth0.github.io/auth0-angular/interfaces/auth_config.authconfig.html
My current config only provides the values for domain, clientId and audience. Might adding another value fix this?
Thanks in advance for any help you can provide.
Vincent