How to integrate azure ad into a react web app that consumes a REST API in azure too
I have one web app which is React, and I already configured Azure AD Authentication for the web app itself. Its 100% Client site app, no server side components.
I have one web app which is React, and I already configured Azure AD Authentication for the web app itself. Its 100% Client site app, no server side components.
I am using react-aad-msal with Azure AD B2C. I have sign-in and sign-out working. However, when I click ‘Forgot your password?’, the auth window disappears and nothing happens.