microsoft-authentication-library-for-js icon indicating copy to clipboard operation
microsoft-authentication-library-for-js copied to clipboard

Support for Angular 19

Open talgershman opened this issue 1 year ago • 9 comments

Core Library

MSAL.js (@azure/msal-browser)

Wrapper Library

MSAL Angular (@azure/msal-angular)

Public or Confidential Client?

Public

Description

Offical support for Angular 19 will be next week.

Is there an ETA to support for this ?

talgershman avatar Nov 11 '24 08:11 talgershman

@tnorling ?

talgershman avatar Nov 20 '24 09:11 talgershman

any ETA on this ? @tnorling

talgershman avatar Dec 15 '24 18:12 talgershman

After upgrade to angular 19 the cache manager failed to get the id token. I would also like to know if there is an ETA on Angular 19 support. Thanks.

Ironstone avatar Dec 23 '24 04:12 Ironstone

would love an update on this issue, i think many users in the Angular community also.

@jo-arroyo @jasonnutter @sameerag @pkanher617 @hectormmg @samuelkubai @derisen @tnorling

talgershman avatar Jan 10 '25 21:01 talgershman

After upgrade to angular 19 the cache manager failed to get the id token. I would also like to know if there is an ETA on Angular 19 support. Thanks.

If you don't need to use local storage to save the token id, you can use session storage. Works for me

fgervasoni avatar Jan 21 '25 09:01 fgervasoni

After upgrade to angular 19 the cache manager failed to get the id token. I would also like to know if there is an ETA on Angular 19 support. Thanks.

If you don't need to use local storage to save the token id, you can use session storage. Works for me

@fgervasoni Thanks for the tip. I ended up checking if the id token with the roles was not available then I did a silent token request in the background. This required minor changes in the route flow, but otherwise works well.

Ironstone avatar Jan 21 '25 21:01 Ironstone

Hi @Ironstone , are you able to share a code snippet of the relevant part?

mdddev avatar Jan 22 '25 07:01 mdddev

Isn't this ready to be closed? The readme and update guide state v4 supports Angular 19.

Devvox93 avatar Feb 06 '25 10:02 Devvox93

I can confirm it working

mdddev avatar Feb 06 '25 11:02 mdddev