Questions tagged [msal-angular]
172 questions
0
votes
1 answer
pass ui_locales to Msal Angular Guard
I am using the Msal Guard in my Angular application.
I also have localization in my project.
I know that I can use the extraQueryParameters { ui_locales: 'de' } in my RedirectRequest object which I can then pass to the msalAuthService.loginRedirect…

Tim Pickin
- 369
- 4
- 15
0
votes
1 answer
MSAL - No provider for BroadcastService
I'm trying to add MSAL to an existing old angular v6 project, so I ran :
npm install @azure/msal-angular@1.1.2 --save
npm install 'msal@1.4.4' --save
And I added the code as usual to app.component.ts and app.module.ts, nothing special with the http…

Kevin
- 135
- 1
- 9
0
votes
1 answer
How to give redirect experience in MSAL client side login in Angular?
I am working on Angular using @azure/msal-angular npm and i am able to login to the system. Now, my requirement is how to make redirect experience instead of pop-up when i click login button.
TIA.

kishan
- 63
- 7
-1
votes
1 answer
Where can I find Microsoft Azure msal sign-up in Angular?
I am using Angular 5.2.0 and I am unable to find a guide to integrate azure msal for sign-up of new users using Microsoft account.
Please share any resource or example to achieve this without updating the angular version.

Sham Karthik S
- 31
- 6
-1
votes
2 answers
Can't use Msal Angular 9 to get a custom API
I'm trying to use MSAL with angular9 so i can get access to a custom 'dynamics.com' api
I am able to obtain a valid access token for the login API
But for some reason I can't access this token to make a GET request for a custom api
this is my…

Omar Bouattour
- 41
- 2
- 9
-1
votes
1 answer
angular msal v2 missing group claims
I'm looking to upgrade my angular app from MSAL v1 to MSAL v2, and one problem I have is the jwt token that the guard adds to requests does not include the group field in the payload anymore.
We use group membership to decide who can access what so…

Kevin
- 135
- 1
- 9
-1
votes
1 answer
How to use refresh token coming from acquiretoken silent in MSAL-browser
I am trying to acquire token by aquiretokensilent after login and then have to do authorization in multiple modules.As documentation of MSAL-browser acquiretokensilent will automatically take care of refresh token.In network tab also i am able to…

user3420561
- 188
- 1
- 2
- 20