Skip to main content

All Questions

Tagged with
0 votes
0 answers
46 views

MSAL Outlook Graph API Not returning refresh token with access token

I am creating an auth flow for the user to allow Mail sending through our app for email automation so therefore I need to store the accessToken and the refreshToken in my DB to automatically send ...
DPJ's user avatar
  • 1
0 votes
1 answer
55 views

Implementing Azure B2C single sign on shared between multiple apps

I want to implement SSO accross multiple apps. My requirement is that we will login in one app and switch between different apps withoout having to login again. App 1- React Spa App 2 - .Net based. I ...
Rashmi936's user avatar
0 votes
1 answer
43 views

Get change notifications teams presence using Microsoft Graph API without delegated permissions

I am working on a application which needs ms teams change notifications for presence to update the frontend. The issue is this application will open in another application as an IFRAME, I have tried ...
HAMZA 's user avatar
  • 13
0 votes
1 answer
91 views

Cannot authenticate with SSO between multiple web apps with Azure B2C and MSAL.js Angular

We are building multiple web applications that use Azure B2C user flows for authentication. They are hosted on our servers within the same domain, but different subdomains to differentiate them. The ...
user25230787's user avatar
0 votes
2 answers
68 views

Azure React WebApp Showing PKCE issue

Getting issue PKCE(Proof Key for Code Exchange is required for cross-origin authorization code redemption.) I have react webApp deployed on Azure WebApp , the platform there is SPA I added the ...
Sanjay Prasad's user avatar
0 votes
1 answer
139 views

Facing 401 error while calling an api in react js with MSAL setup

I am trying to use MSAL library by Microsoft in my react js project. We have done the app registration for both front-end(react js) and backend(api). Currently, I am testing this in my local machine ...
Bubbles's user avatar
  • 13
0 votes
1 answer
112 views

How do I use MSAL-react to get the oid of any user?

I'm new to MSAL and working on an Office js react add-in, which will be free to download and use with 'basic' features and require a subscription for 'pro' features. The subscription-purchase workflow ...
S Bullen's user avatar
0 votes
1 answer
93 views

TypeError: request.deviceCodeCallback is not a function when using MSAL Node

I'm encountering an issue with the MSAL Node library where I'm getting a TypeError regarding request.deviceCodeCallback not being a function. Here are the details: Relevant Code: I'm using the ...
Simone's user avatar
  • 11
1 vote
0 answers
39 views

How to build a library that can be used in various types of applications (executables, web, etc.) using msal-node?

I'm developing a library for authentication using @azure/msal-node, however, for each type of application, there is a specific class. For instance, ConfidentialClientApps for web app, web API, service/...
Simone's user avatar
  • 11
0 votes
1 answer
92 views

Encounter CROS error while trying to get key vault secrets in my Angular app(using Msal.js)

I am trying to get key vault secrets in my Azure account. I am using Msal.js for that. I can successfully log in to my app with azure but while I am trying to get secret. Here is my function to get ...
Süleyman Türker Güner's user avatar
0 votes
1 answer
187 views

Getting Application roles in JWT token for external users and Microsoft internal users after the Authentication

We are trying to implement Role based Authentication for our Multitenant application which allows home tenant users and External tenant users as well. Application is hosted on One tenant of Azure ...
Nag Arjun's user avatar
  • 125
0 votes
0 answers
90 views

AADB2C90085 error every time user is redirected to applicaiton

We are using custom policies for user flow for our app. Every time when user completes the flow, they are redirected back to /setting page from where the policy was actually triggered. However, every ...
dani's user avatar
  • 13
0 votes
0 answers
59 views

Microsoft sso login is not logging in the user neither getting details about the account

This is my react app which handles sso login using a subdomain and fetches configuration dynamically. This is my code for a hook which fetches configuration dynamically from database. import { ...
COdeingNinja's user avatar
1 vote
1 answer
321 views

Are multiple App Registrations on Azure for SPA and web API necessary?

Are multiple App Registrations on Azure for SPA and web API necessary? I am making a SPA and API server by following this sample. Here, I had to register multiple applications on Azure. Can this be ...
Bhavya Mathur's user avatar
0 votes
0 answers
60 views

How to retrieve last user log in with MSAL

I am trying to get when the user's last log in with MSAL. So for example if a user was last logged in say 12/12/23 11:22, when a user logs back in a week later, it will show there last log in (session)...
mistermcsenpai's user avatar

15 30 50 per page
1
2 3 4 5
19