msal-browser-react icon indicating copy to clipboard operation
msal-browser-react copied to clipboard

This sample shows how to authenticate users with Azure AD in a React application using the new Authorization Code Flow with PKCE

msal-browser-react

This sample shows how to authenticate users with Azure AD in a React application using the new Authorization Code Flow with PKCE. The main component for authentication is implemented as a context providers with React Hooks so it can be easily referenced and used for other applications as well.