Azure-Samples / active-directory-b2c-advanced-policies

Sample for use with Azure AD B2C with Custom Policies.
http://aka.ms/aadb2ccustom
MIT License
218 stars 143 forks source link

Azure B2C - Single Sign On for multiple C# WebForms (no mvc) #36

Open Angusoft-India opened 6 years ago

Angusoft-India commented 6 years ago

Hi, I am trying to find some samples for Azure B2C - Single Sign On for multiple C# WebForms 4.7.2 (no MVC). Please refer me to the correct place.

Thanks a lot.

hxhieu commented 5 years ago

Just add OWIN to your WebForms then follow the MVC example to configure the OWIN start up.

https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-devquickstarts-web-dotnet-susi#install-owin

Cheers, H

Angusoft-India commented 5 years ago

Hi, Thanks for your note. I tried calling a MVC application from C# Web Forms and it doesn't work. Please share any sample application.

Thanks.