Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damienbod/pocwindowsauth
Securing an ASP.NET Core app and web API using windows authentication
https://github.com/damienbod/pocwindowsauth
api aspnetcore auth authentication autocomplete razor windows
Last synced: 8 days ago
JSON representation
Securing an ASP.NET Core app and web API using windows authentication
- Host: GitHub
- URL: https://github.com/damienbod/pocwindowsauth
- Owner: damienbod
- License: mit
- Created: 2021-04-20T09:31:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T05:57:16.000Z (over 3 years ago)
- Last Synced: 2024-11-01T13:42:09.554Z (15 days ago)
- Topics: api, aspnetcore, auth, authentication, autocomplete, razor, windows
- Language: CSS
- Homepage: https://damienbod.com/2021/04/26/securing-an-asp-net-core-app-and-web-api-using-windows-authentication/
- Size: 2.11 MB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Securing an ASP.NET Core app and web API using windows authentication
Repo shows how an web API and an ASP.NET Core Razor page application can be implemented to use windows authentication. The Razor page application uses Javascript to display an autocomplete control which gets the data indirectly from the service API which is protected using windows authentication. The Razor Page application uses the separate API to get the auto-complete suggestions data. Both applications are protected using windows authentication.
## Blogs
Securing an ASP.NET Core app and web API using windows authentication
https://damienbod.com/2021/04/26/securing-an-asp-net-core-app-and-web-api-using-windows-authentication/
## Links
https://stackoverflow.com/questions/36946304/using-windows-authentication-in-asp-net
https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/integrated-windows-authentication