Forum Discussion

barathkumartalent's avatar
barathkumartalent
Copper Contributor
Jun 21, 2019

How to Tenant id and client id authentication on asp.net web form application

How to Tenant id and client id authentication on asp.net web form application? Kindly help me.

Note: I want asp.net web form application not MVC

 

1 Reply

  • SarinBarnabas's avatar
    SarinBarnabas
    Copper Contributor

    barathkumartalent 

     

    This can be achieved by using Azure AD, OpenIDConnect authentication type.

     

    Try following the steps/Git from the below forum (Reply from Brando ZWZ) to Integrate Azure AD into a web application using OpenID Connect  to implement azure AD login in asp.net web form.

     

    https://forums.asp.net/t/2140446.aspx?Azure+Authentication+using+OAuth+in+ASP+NET+WebForms+NOT+MVC

     

    Hope this helps!

     

     

Resources