Questions tagged [azure-ad-b2c]

Azure AD B2C is the ultimate cloud-based identity management tool designed to enhance the user experience for web and mobile applications, specifically tailored towards both consumers and businesses.

AADSTS9002326: Token redemption across origins is only allowed for the client type of 'Single-Page Application'. Origin of request: 'capacitor://localhost'

My Ionic application is having trouble authenticating in Azure. I followed the guidance from a stackoverflow thread: Ionic and MSAL Authentication Everything went smoothly except for iOS, where I encountered the following error: AADSTS9002326: Cross ...

Unified sign on between two apps within a singular Azure AD B2C tenant (Next.js and wikiJS)

I am experiencing an issue with two apps registered in the same Azure AD B2C tenant. App1 is a Next.js app utilizing Azure AD B2C authentication using msal-react App2 is a WikiJS app equipped with two authentication strategies (customers and employees). ...

Getting the accessToken for next-auth with Microsoft Graph API: A guide to obtaining your authentication token

I am currently in the process of developing an email marketing automation tool utilizing NextJS, next-auth, and Microsoft Graph API. To authenticate users, I have integrated next-auth's Azure AD B2C provider by referring to their documentation. Following ...