How to port redirectUri page from ADAL.js to MSAL.js?
See original GitHub issuePlease follow the issue template below. Failure to do so will result in a delay in answering your question.
Library
-
msal@1.x.xor@azure/msal@1.x.x -
@azure/msal-browser@2.x.x -
@azure/msal-angular@0.x.x -
@azure/msal-angular@1.x.x -
@azure/msal-angularjs@1.x.x
Description
When building SPAs with ADAL.js you would implement a separate page for redirectUri that would only load adal.js and not the rest of your (heavy) SPA. This page would contain some minimal boilerplate code for processing the hash and then redirect back to the original application. The process is described in the adal.js wiki.
Should I implement something similar using MSAL.js? If so, how?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Migrate your JavaScript application from ADAL.js to MSAL.js
For instance, you can use a different authority URI or redirect URI than the one you set during initialization when acquiring tokens.
Read more >ADAL.JS with Mobile App - azure active directory
JS requires. I have the ADAL.JS part working from my PC using this example with a local Node/Webpack dev server for the redirect...
Read more >@azure/msal-browser - npm
A vanilla JavaScript sample showing basic usage of the MSAL 2.0 library ( @azure/msal-browser package) with the Microsoft Graph API. npm start ...
Read more >Authenticating users in JavaScript apps with MSAL.js August ...
Delivered live August 25, 2021: The Microsoft Authentication Library ( MSAL ) is the critical enabler for any developer who wants to connect ......
Read more >Understanding the OAuth2 redirect_uri and Azure AD Reply ...
Hi Phil, I am trying to authenticate a Single Page Application Web App hosted in Azure using Azure AD, i m using adal.js...
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 Free
Top 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

@rits-development I think we’ll be able to address this in #1358, so keep an eye on that issue.
@gabbsmo Is this still an issue for you?
closing because question has been answered