Skip to main content

All Questions

Tagged with
0 votes
0 answers
92 views

Azure angular msal/browser package is opening blank popup when trying to log into teams

I am using Angular 12. This uses "@azure/msal-angular": "^2.0.0" and "@azure/msal-browser": "^2.14.2" packages. This has been working fine for the last 2 years. ...
Kankana Ghosh's user avatar
0 votes
0 answers
43 views

Using MSAL, on directory's instead of subdomains

Running into an issue where we have 2 web applications (Angular) www.example.com/app1 and www.example.com/app2 and becouse they are on the same origin domain when Microsofts MSAL generates tokens it ...
Gage Hickman's user avatar
0 votes
0 answers
73 views

Front channel URL not being called for Angular 15 MSAL.js v3 when end session endpoint called

I am having a problem with my front channel url being called from logout. It works in edge, but not in chrome. We have several applications that this works for. The only one that is not logging out ...
Chris Atwood's user avatar
0 votes
0 answers
33 views

Can Angular interceptors hook into GET requests defined in the template of the Angular component? [duplicate]

Problem context Our team is building an enterprise content management system. The content management system will include images that will need to be protected by user security. Most HTTP requests are ...
Michael Rosario's user avatar
3 votes
0 answers
244 views

Redirecting to Microsoft account selection after logout, how to skip Microsoft account popup and directly redirect to logout?

I'm currently facing an issue with the logout functionality in my web application. After clicking on the logout button, instead of immediately redirecting to the logout page, I'm being redirected to a ...
user19141723's user avatar
2 votes
0 answers
667 views

show the Microsoft Login page instantly when using msal for angular

MSAL library is used with Angular 15, every controller is protected with the MsalGuard in the app-routing file as follows: const routes: Routes = [ { path: 'protected-component', component: ...
Semen Shekhovtsov's user avatar
1 vote
1 answer
880 views

User details not showing on Angular website after signing in with MSAL.js

Hi I have an Angular website that is using ADB2C authentication with Microsoft authentication library for Javascript. The authentication is running well and I am able to log into the website. I want ...
eloga's user avatar
  • 73
0 votes
1 answer
185 views

angular msal-auth without ms graph

I use msal-auth to get a token from azure (only auth once). The following auth only validates against the token without any Azure auth. My problem is now that it seems to need ms-graph to validate ...
Micha's user avatar
  • 926
0 votes
1 answer
597 views

LoginRedirect with prompt='create' not working in Angular Msal

I am trying to redirect the user directly to the sign-up (user creation) flow. Following the MS docs it should be possible by specifying prompt="create". https://learn.microsoft.com/en-us/...
Marian Simonca's user avatar
1 vote
1 answer
970 views

Azure AD SSO msal - check if the user is still logged in

I have 2 WebApps in Angular and these apps are connected via MSAL with SSO. My problem now is, when I log out in one app I want to be logged out "automatically" in the second app as well. ...
meiksner's user avatar
0 votes
1 answer
942 views

Msal v2 interaction_in_progress on login in angular app

Getting an unusual issue when using MSAL auth in our app where we get msal interaction_in_progress only on first login, and goes away after refresh but comes back anytime a user logs out/in. Here is a ...
Nick Wong's user avatar
4 votes
1 answer
7k views

How to redirect a user when the access token expires in MSAL for Angular?

I want to make sure that the user of a Single Page Application gets redirected back to the login page when the access token expires. As far as I understand MSAL automatically refreshes the access ...
MikhailRatner's user avatar
1 vote
0 answers
423 views

MSAL redirects when web api is called in Angular Application

I am using B2c with an Angular application hosted in Azure Storage Static Website and an Angular functions application. Using the code below I can see that I appear to be logged in. Where isLoggedIn = ...
Xander's user avatar
  • 9,141
2 votes
1 answer
2k views

Lack of Session Expiration with Azure Active Directory

Currently, I am working on a project (Angular, Spring Boot) where a security team made some penetration tests. We have a problem solving a problem regarding the session expiration. Specifically, the ...
leonidasdeliolan's user avatar
2 votes
1 answer
8k views

MSAL - MsalGuard on Redirect URI - getting into redirect loop

I'm implementing msal in my angular application and I'm using msal-v1 library. I have taken angular-7 sample from the documented samples and tried implementing the below code in my enterprise ...
RealSteel's user avatar
  • 1,911

15 30 50 per page
1
2 3 4 5