AspNetCoreWindowsAuth
Local and Windows Authentication, ASP.NET Core MVC, IdentityServer4
File Explorer
Download Latest Version (.zip)- dotnet.yml
- AdminData.cs
- AppAuthorizationService.cs
- AppAuthorizationService.csproj
- BobIsAnAdmin.cs
- IAppAuthorizationService.cs
- IsAdminHandler.cs
- IsAdminHandlerWithAge.cs
- IsAdminRequirement.cs
- MyPolicies.cs
- RulesAdmin.cs
- ValuesCheckQueryParameterHandler.cs
- ValuesCheckQueryParamRequirement.cs
- ValuesCheckRequestBodyHandler.cs
- ValuesCheckRouteParameterHandler.cs
- ValuesRequestBodyRequirement.cs
- ValuesRouteRequirement.cs
- AdminController.cs
- HomeController.cs
- ErrorViewModel.cs
- launchSettings.json
- Index.cshtml
- Index.cshtml
- Privacy.cshtml
- _CookieConsentPartial.cshtml
- _Layout.cshtml
- _ValidationScriptsPartial.cshtml
- Error.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- site.css
- site.min.css
- vendor.min.css
- site.js
- site.min.js
- vendor-validation.min.js
- vendor.min.js
- favicon.ico
- appsettings.Development.json
- appsettings.json
- bundleconfig.json
- MvcHybridClient.csproj
- package-lock.json
- package.json
- Program.cs
- Startup.cs
- NativeConsolePKCEClient.csproj
- Program.cs
- SystemBrowser.cs
- 20180109192453_CreateIdentitySchema.cs
- 20180109192453_CreateIdentitySchema.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- ApplicationDbContext.cs
- ApplicationUser.cs
- launchSettings.json
- AccountController.cs
- AccountOptions.cs
- ExternalProvider.cs
- LoggedOutViewModel.cs
- LoginInputModel.cs
- LoginViewModel.cs
- LogoutInputModel.cs
- LogoutViewModel.cs
- RedirectViewModel.cs
- ConsentController.cs
- ConsentInputModel.cs
- ConsentOptions.cs
- ConsentViewModel.cs
- ProcessConsentResult.cs
- ScopeViewModel.cs
- DeviceAuthorizationInputModel.cs
- DeviceAuthorizationViewModel.cs
- DeviceController.cs
- DiagnosticsController.cs
- DiagnosticsViewModel.cs
- GrantsController.cs
- GrantsViewModel.cs
- ErrorViewModel.cs
- HomeController.cs
- Extensions.cs
- SecurityHeadersAttribute.cs
- AccessDenied.cshtml
- LoggedOut.cshtml
- Login.cshtml
- Logout.cshtml
- Index.cshtml
- Success.cshtml
- UserCodeCapture.cshtml
- UserCodeConfirmation.cshtml
- Index.cshtml
- Index.cshtml
- Index.cshtml
- _Layout.cshtml
- _Nav.cshtml
- _ScopeListItem.cshtml
- _ValidationSummary.cshtml
- Error.cshtml
- Redirect.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- all.css
- all.min.css
- brands.css
- brands.min.css
- fontawesome.css
- fontawesome.min.css
- regular.css
- regular.min.css
- solid.css
- solid.min.css
- svg-with-js.css
- svg-with-js.min.css
- v4-shims.css
- v4-shims.min.css
- fa-brands-400.eot
- fa-brands-400.svg
- fa-brands-400.ttf
- fa-brands-400.woff
- fa-brands-400.woff2
- fa-regular-400.eot
- fa-regular-400.svg
- fa-regular-400.ttf
- fa-regular-400.woff
- fa-regular-400.woff2
- fa-solid-900.eot
- fa-solid-900.svg
- fa-solid-900.ttf
- fa-solid-900.woff
- fa-solid-900.woff2
- LICENSE.txt
- site.css
- site.min.css
- vendor.min.css
- qrcode.min.js
- site.js
- site.min.js
- vendor-validation.min.js
- vendor.min.js
- favicon.ico
- icon.jpg
- icon.png
- appsettings.json
- AspIdUsers.db
- bundleconfig.json
- Config.cs
- IdentityWithAdditionalClaimsProfileService.cs
- package-lock.json
- package.json
- Program.cs
- SeedData.cs
- Startup.cs
- StsServer.csproj
- SystemBrowser.cs
- tempkey.jwk
- tempkey.rsa
- ValuesController.cs
- WebApi20180206091125 - Web Deploy.pubxml
- WebApi20180206091125 - Web Deploy.pubxml.user
- launchSettings.json
- index.html
- appsettings.Development.json
- appsettings.json
- appsettings.Release.Development.json
- appsettings.Release.json
- Program.cs
- Startup.cs
- web.config
- WebApi.csproj
- WebApi.csproj.user
- .gitignore
- AspNetCoreWindowsAuth.sln
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/damienbod/AspNetCoreWindowsAuth
Downloads the entire project code from GitHub to your computer.
cd AspNetCoreWindowsAuth
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Node.js
EasyPrerequisites
cd MvcHybridClient
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
