When will msal-angular move to MSAL 2.0?
See original GitHub issueLibrary
-
@azure/msal-angular@1.x.x
Description
ETA needed.
I am building a First party Microsoft app and need to move to Auth code flow. Should I use the MSAL browser instead?
I am currently using MSAL Angular 1.x.x
THanks
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
MSAL for Angular v2 is now available
We're excited to announce the release of a new Microsoft Authentication Library (MSAL) for Angular. We're calling it MSAL Angular v2.
Read more >Upgrading from Azure MSAL to MSAL 2.0 - Stack Overflow
There is a to migrate the URIs there from Web to Single-Page Application... Looks like this change to the App registration is required...
Read more >azure/msal-angular - npm
The latest @azure/msal-angular package does NOT support the implicit flow. Guides. Upgrade Guide (v1-v2) · Upgrade Guide (v0-v1) · Configuration ...
Read more >Deep dive on using MSAL.js to integrate Angular single-page ...
Your browser can 't play this video. Learn more. Switch camera.
Read more >Microsoft Authentication Library for JavaScript (MSAL.js)
Once our core 1.x+ is stabilized, we are going to bring our msal-angular library ... Msal implments the Implicit Grant Flow, as defined...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same problem and I am trying to get it to work as well. Do you have an example of how you got it to work? Thanks in advance.
@ollief87 what is the issue you have?
I have this in my app.component.ts
I have a MSAL Helper service which has all the main functions like LoginRedirect and SilentRequest.