UK-SBCoA / uniform-data-set-dotnet-web

.NET Core implementation of UDS with MVC and Razor Class UI Library
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Add release branch to incorporate MSAL and Azure AD authentication and build new image along with Azure POC #71

Closed mlan225 closed 1 year ago

mlan225 commented 1 year ago

Created a new card that I could comment on

Added the azure AD authentication to the web project. Something that I was stumped by at first was that I did not attempt to remove the existing identity login first.

This documentation helped: https://learn.microsoft.com/en-us/azure/active-directory/develop/web-app-quickstart?pivots=devlang-aspnet-core&tabs=windows

Going to check back over any app registration settings I attempted earlier to clean up the settings before pushing to review

mlan225 commented 1 year ago

code is going to be merged into branch release-azure-ad branch and NOT release in order to be considered complete

mlan225 commented 1 year ago

Merged into release-azure-ad