How to redirect to https://login.microsoftonline.com/ from vb.net legacy application

Ashok Rapaka 1 Reputation point
2022-04-01T14:31:17.053+00:00

I have time management application around 30000 employees are using, which is developed in legacy vb.net. But 27000 people will login with their employee number and password to this portal. But remining 3000 people will use azure ad(previously it was windows ad). After we landing on the login page by employee number or azure ad login id we will change the login authentication process. But as we are not launching the application with startup class, we have trouble to create iappbuilder object on other class. Can you please help me how to redirect from the login page to Microsoft azure portal(https://login.microsoftonline.com/). Please help me . we have upgraded the framework to 4.8

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,403 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
17,578 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alfredo Revilla (MSFT) 25,176 Reputation points Microsoft Employee
    2022-04-26T23:23:23.707+00:00

    Hello @Ashok Rapaka . 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 fi you need additional assistance.

    0 comments No comments