gaepdit / enforcement-orders

An application to allow staff to publish enforcement order notices online and to allow the public to view and search those orders.
The Unlicense
0 stars 0 forks source link

Migrate authentication to Microsoft Identity Web #95

Closed dougwaldron closed 1 year ago

dougwaldron commented 1 year ago

Copied from gaepdit/template-app#56:

AddAzureAD and related methods are marked obsolete and "will be removed in a future version." The "Microsoft.AspNetCore.Authentication.AzureAD.UI" package is being replaced by "Microsoft.Identity.Web".

See gaepdit/template-app#63 for a working fix.