AuthHttpInterceptor not adding token

I was able to fix this by removing the audience entirely. From the documentation I thought it was required for an http interceptor, but it’s not. Switching the allowedList to just [‘/api/*’] solved the problem.