'How to redirect from VB.NET legacy web application login page to azure portal to validate azure ad with MFA
I have a time management application that around 30,000 employees are using, which is developed in legacy VB.NET. Of the 30,000 employees, 27,000 will login with their employee number and password to this portal. However, the remaining 3,000 people will use Azure AD (previously it was Windows AD).
After landing on the login page either by employee number or Azure AD login id, we will change the login authenticaton process. But as we are not launching the applicaton with a startup class, we have trouble to create iappbuilder. Can you please help me to redirect from the login page to Microsoft Azure portal (https://login.microsoftonline.com/). I'm stuck. We have upgraded the framework to 4.8.
What is the way to launch https://login.microsoftonline.com/ from a button click from a VB.NET application?
Solution 1:[1]
You can find a very simple demo of how to integrate Azure AD and VB.Net here.
Please let me know if that suits your needs or if you need additional assistance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | AlfredoRevilla-MSFT |