msal-angular Questions
4
I have an Ionic app that needs to authenticate in Azure, so I installed MSAL following this tutorial:
https://learn.microsoft.com/en-us/graph/tutorials/angular
It works like a charm with "ioni...
Bobseine asked 30/9, 2021 at 11:20
3
Solved
I'm trying to call a localhost API and to attach the bearer token on the header. It should be done by msal-angular automatically.
For now, I have added the localhost API route to the protectedResou...
Artemas asked 9/3, 2021 at 8:57
2
I am using the @azure/msal-angular version 2 and Angular version 13. The scenario is when the user signed in to the application need to authorize the user if he doesn't have access need to sign out...
Mhd asked 4/3, 2022 at 12:28
3
Solved
Before in ngModule base angular application you use to add MsalRedirectComponent in the bootstrap property of AppModule :
bootstrap: [AppComponent, MsalRedirectComponent]
Now in V15.2 the AppModul...
Otter asked 14/3, 2023 at 10:51
1
[Console error
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { SharedModule } from './shared/shared.module'
import { AppRoutingMod...
Purificator asked 15/3, 2022 at 9:12
2
Solved
I'm implementing security for the applications at the company I'm working at right now. I'm using @azure/[email protected], @azure/[email protected]. I followed the example found here
and...
Mordant asked 10/8, 2021 at 12:17
2
Solved
I have auth module which imports and sets msal configuration before app is initializer. I'm using APP_INITIALIZER to block the init of the app and get configuration for MSAL-ANGULAR.
The issue is o...
Allantois asked 27/5, 2021 at 14:34
1
© 2022 - 2024 — McMap. All rights reserved.