ASP.NET Core Live Reload Middleware that monitors for file changes in your project at development time and automatically reloads the browser's active page. It can monitor for client side static files, Razor Views and Pages and can also reload server changes when combined with `dotnet watch run`....
More information
Enable SAML v2.0 identity provider (IdP) and service provider (SP) single sign-on (SSO) in ASP.NET Core applications.
Includes SAML authentication middleware support.
Example ASP.NET Core projects are available that demonstrate the simple to use SAML API and accompanying SAML configuration....
More information