Skip to main content

All Questions

0 votes
0 answers
162 views

Handling errors in MSAL Redirect - reactjs login with microsoft sso

We are currently trying to catch an error, when a user with a company Azure AD Account tries to access the application, but does not have access to the tenant where the application resides (Multi-...
Shahzad_Umar'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
0 votes
1 answer
100 views

How to improve non-tenant UX in an Azure AD enterprise app with automatic SSO sign-in?

I have an Angular app that supports Azure AD authentication via a spring security backend. It supports anonymous (non-tenant) access but no other authentication methods. On load, if there is no ...
Dazzie's user avatar
  • 13
0 votes
1 answer
282 views

Azure AD SSO, login.live not found

I using aws serverless architecture with cognito. I need to implement azure active directory. I have managed to setup all configuration to connect my azure AD account with aws cognito using OpenId. So ...
irfan babar's user avatar
0 votes
1 answer
825 views

Code for passing user information from azureAD to app.js

I am trying to introduce the Single-Sign-On (SSO) feature to my React app and I want to use the user information from my company for the SSO verification. For that, I registered my application on the ...
Vicster Ulanova's user avatar
1 vote
1 answer
397 views

How to configure SSO for chatbot deployed on SharePoint Web site?

I am trying to configure SSO on the SharePoint website using Power Virtual Agent Chatbot. We are using Azure for Authentication and SSO. I had posted for help to achieve this on the Power Virtual ...
Ram's user avatar
  • 17
0 votes
1 answer
1k views

How to tell if a user has an active Azure session, in html page, before SSO?

I'm trying to create an HTML page, and a part of it is to check if a user has an active Azure AD logged in session. If so then certain elements of the page would change. The IdP and SP are setup ...
Mojo Chinto's user avatar
0 votes
1 answer
118 views

How to access a javascript object value whose key is also an object (Azure AD SSO, Single grant flow)

Currently I am working on implementing Azure AD SSO for my single page app and I am stuck in a situation where I want to retreive the token value returned by the Azure AD and is stored in the ...
Mitesh_Ravindra_Keni's user avatar
1 vote
0 answers
944 views

MS Teams App Development - Silent login to Azure AD using microsoft/teams-js

I'm developing an app for MS Teams which a user can install for himself from the app store (Tab). I have a SPA with Angular 6 which I want to use to access SharePoint and MS Graph resources. The SPA ...
Simon's user avatar
  • 96