Oct 30 2023 11:07 PM
Hi Team,
We have developed a React SPA Portal called (Learner Portal). It is hosted on Azure App Service and registered in Azure ADB2C for Authentication.
ADB2C is configured to have Sign In & Signup flow for user registration and sign in.
So User can able to register and login which is working fine.
Now the requirement is, our customer company has portal called XYZ.com. XYZ.com has its own Auth Provider. Employees of customer company will login to XYZ.com with their own credentials. Now we need to allow users who logged in to XYZ.com Portal, should be able to login to our Learner portal using SAML SSO. Basically there will be a link displayed in XYZ.com portal after user login. Then User can click on the link should SSO with our Learner Portal with asking user to login again.
Can anyone please provide some detailed steps to achieve this requirement.
Thanks,
Suresh Rajamani
Oct 31 2023 02:23 AM
here is a more detailed answer to your question, adapted to the specific technologies and use case you mentioned:
Prerequisites:
Azure AD B2C Configuration:
Learner Portal Configuration:
Integration with XYZ.com:
Testing:
User Data Synchronization:
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
Nov 22 2023 03:11 AM
Thanks for detailing this process. Sorry the delay response.
But i need some sample code which you mentioned in "Integration with XYZ.com" and also What would be the SSO endpoint and how it integrates with ADB2C.
Thanks,
Suresh Rajamani