jeroenheijmans/sample-angular-oauth2-oidc-with-auth-guards

Keep sending id_token as auth bearer

Tumerskiy opened this issue · 1 comments

Hi,
Integration is with AzureAD using authcode flow. Having sendAccessToken: true in module config, app keep sending id_token instead of access_token as auth bearer.

Angular version: 14.2
angular-oauth2-oidc: 14.0.1

The only option left seems to be writing a custom interceptor.

False alarm here, it appeared to be a result of custom interceptor behaviour.