Skip to content

A small C# ASP.NET example with Windows Integrated Authentication demonstrating React with webpack dev middleware and express proxy.

Notifications You must be signed in to change notification settings

jndietz/csharp-windows-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C# / ASP.NET Windows Authentication with Webpack + Express + Http-Proxy

Startup

  • Open the C# project in Visual Studio and run it.
  • Navigate to .\csharp-windows-auth\Content in PowerShell/Command Prompt and execute npm install.
  • Run npm run dev to start up the webpack build and express server.
  • Using your browser or a REST tool (Postman, etc.), navigate to http://localhost:7071/api/userDetails and you should see your Active Directory groups.

About

A small C# ASP.NET example with Windows Integrated Authentication demonstrating React with webpack dev middleware and express proxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published