Skip to main content

All Questions

0 votes
0 answers
145 views

Is using http://localhost as redirect URI safe for SSO authentication with MSAL in electron app?

I have created a electron app and need to integrate O365 login in it,every blog or video I see everyone is referring to redirect URI as http://localhost but to me it seems a concern using this in ...
Harshita Jain's user avatar
0 votes
1 answer
920 views

window.close not working on closing a tab in JavaScript

I an having a issue when, After the SingleSignOn authentication completed successfully and redirect URL tab trying to close using JavaScript window.close it is not working. I tried many JavaScript ...
Bhuvneswari's user avatar
0 votes
0 answers
80 views

Azure AD can't login with valid email if user was previously logged in to azure with another email (which doesn't belong to the tenant)

So we use msal-js library to add sso login to our site. We use this simple object for the msal-js configuration. const config = { auth: { clientId: process.env.REACT_APP_CLIENT_ID, authority:...
prof chaos's user avatar
2 votes
2 answers
1k views

Office-Addin MSAL Single Sign In SSO: How to Refresh the Access Token?

How does one monitor the access token for expiry and refresh it in an Office-Addin Single Sign on Solution? MSAL Single Sign On in an Office-Add in is a complicated beast. The access token is obtained ...
JimbobTheSailor's user avatar
0 votes
1 answer
962 views

Vanilla JS Single Sign-On attempt with MSAL.js leading to pop-up window showing a copy of the same page

I've copied the example app at this repository to try to implement single sign-on: https://github.com/Azure-Samples/ms-identity-javascript-v2. I've changed the config values match those of the Azure ...
notnot's user avatar
  • 4,612
3 votes
0 answers
856 views

MSAL.js 1.4.6 single sign out with Multiple tabs

is there a way to sign out at once in multiples tabs? I am running into a situation where the user login in tab1 then the user open another tab for the same app, then the user logout on tab1 while the ...
Manuel Castro's user avatar