AzureAD / microsoft-authentication-library-for-js

Microsoft Authentication Library (MSAL) for JS
http://aka.ms/aadv2
MIT License
3.52k stars 2.61k forks source link

legacy method "withInterceptorsFromDi()" use in msal for angular standalone example. #7012

Open LastTribunal opened 2 months ago

LastTribunal commented 2 months ago

Core Library

MSAL.js v1 (@azure/msal or msal)

Wrapper Library

MSAL Angular (@azure/msal-angular)

Public or Confidential Client?

Public

Description

According to latest angular https://angular.io/api/common/http/withInterceptorsFromDi, this is absolute.. please update example to use https://angular.io/api/common/http/withInterceptors

Source

Internal (Microsoft)

jo-arroyo commented 2 months ago

@LastTribunal We are aware of this usage, but this requires some changes to the library that will be addressed in a future version of MSAL Angular.