VK
VK
CC#
Created by VK on 12/14/2023 in #help
how to to register multiple Entity Framework Core database providers
@ZZZZZZZZZZZZZZZZZZZZZZZZZ I have already one DbContext which is consuming MySQL server database provider and I wanted to mock this DbContext using SQLite database provider. Do I need to create a similar DbContext for SQLite?
5 replies
CC#
Created by VK on 11/15/2023 in #help
Can anybody help on how to implement Azure AD Authentication in ASP.NET web app(.NET Framework)?
@TeBeCo thanks for sharing info.
20 replies
CC#
Created by VK on 11/15/2023 in #help
Can anybody help on how to implement Azure AD Authentication in ASP.NET web app(.NET Framework)?
yes
20 replies
CC#
Created by VK on 11/15/2023 in #help
Can anybody help on how to implement Azure AD Authentication in ASP.NET web app(.NET Framework)?
added [Authorize] attribute to page which I wanted to secure
20 replies
CC#
Created by VK on 11/15/2023 in #help
Can anybody help on how to implement Azure AD Authentication in ASP.NET web app(.NET Framework)?
Project type: ASP.NET Web Application(.NET Framework) Project template: Web Forms Target .NET Framework: 4.7.2 Project purpose: To learn how Azure AD authentication work in web app(.NET framework). What I have done as of now: Created a web app from Visual Studio. Updated Web.Config file, with the required values like ClientId, ClientSecret, AADInstance, Domain and PostLogoutRedirectUri.
20 replies