Can we customize the UI of login page thta microsoft page when I am using Microsoft graph api fro authenticating my react application using Azure AD B2C

shalini negi 0 Reputation points
2024-04-24T08:19:24.7566667+00:00

I am following this documentation to achieve a scenario where I have a react application and I have to authenticate the users of my app from Azure AD B2C using Microsoft graph API (I am using Microsoft graph api because I was not able to change the password/email of other user)
https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/blob/main/2-Authorization-I/1-call-graph/README.md

After Using MSAL.js and using Microsoft graph api in frontend then I am sending that token to my app's backend validating that token from azure(as I have registered a service app in azure also) then letting the user to access the API's created in backend.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,649 questions
0 comments No comments
{count} votes