A large enterprise wants to build a Vendor Management Portal using Oracle Visual Builder (VB) but prefers to use Azure Active Directory (Azure AD) for authentication instead of Oracle Identity Cloud Service (IDCS).
The goal is to authenticate users via Azure AD, fetch user details from Azure AD, allow only authorized users to access the application, and enable seamless integration with existing enterprise identity management.
Azure Configuration steps involve logging into Microsoft Azure Cloud Environment, creating an application in Azure, choosing supported account types, setting Redirect URI, and capturing Client ID for the application.
In Visual Builder, the process includes importing a javascript file for Microsoft authentication, creating a Security provider for Azure by extending DefaultSecurityProvider, and making necessary configurations in app-flow.json file before running the application.