Forum Discussion
barathkumartalent
Jun 21, 2019Copper Contributor
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
- SarinBarnabasCopper Contributor
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!