msal-angular icon indicating copy to clipboard operation
msal-angular copied to clipboard

Angular MSAL Wrapper Module

Results 10 msal-angular issues
Sort by recently updated
recently updated
newest added

Hi, We recently update our auth to use @azure/msal-angular from adal-angular but we have an issue to bypass login prompt and auto login which used to happen in adal. We...

When set the protectedResourceMap as Azure Active Directory graph api, it should give token with aud 'https://graph.windows.net/', but instead it gives token with aud 'https://graph.microsoft.com'. Actual behavior When set the...

Hello, When I upgrade with angular 5 to 6,I am facing this issue. 'Package "msal-angular" has an incompatible peer dependency to "rxjs"' Is there any chance to compatible with angular...

@benbaran when will you publish the latest code to NPM? The latest version(1.0.3) in NPM still contains some issues which were solved in latest code.

How would i implement the refresh token functionality with my angular 6 application?

Is the latest code in npm? Last push was 3 months ago but latest update in GitHub was a month ago. Is this by design?

while running in IE browser it shows vendor.js file error. Can you please sort it out.

I am using this library to authenticate to my company's B2C tenant. I have copied the base library into my project and setup my B2C tenant info and registered my...

Hi, The getUser() method returns promise, when accessed to get the user details, it is always undefined. I'm connecting to Azure B2C tenant, to authenticate. this.service.getUser().then(userInfo => console.log(userInfo)); I get...

Hi, Can you edit the module to allow authentication in a single tenant scenario. I figured the 'authority' value need to be introduced in the config. ``` //environment.ts export const...