Explore >> Select a destination


You are here

leastprivilege.com
| | brockallen.com
7.5 parsecs away

Travel
| | A quick note about Web API 2 security running in OWIN and a ASP.NET project (which you will see with the new templates in Visual Studio 2013). By default, Web API code running in a host will inherit the host's authentication model. This means if the web application uses cookie authentication or windows authentication for...
| | nat.sakimura.org
10.1 parsecs away

Travel
| | When John, Breno, and I started the OpenID Connect work, one of the target was to make it as simple as putting two files on the client file system and calling a few functions from
| | damienbod.com
6.5 parsecs away

Travel
| | The article looks at managing user delegated access tokens for a downstream API in an ASP.NET Core web application. There are many ways of implementing this, all with advantages and disadvantages. The tokens are requested from an OpenID Connect server using the recommended standards. In this blog, the UI access token from the application authentication...
| | damienbod.com
84.3 parsecs away

Travel
| This article looks at setting up Hangfire with ASP.NET Core and an SQL server. Hangfire provides a solution to run recurring jobs and background jobs with an excellent dashboard to monitor the events. Code: https://github.com/damienbod/AspNetCoreHangfire History 2023-02-21 Fix Delete background job to delete recurring job, feedback from Alex The ASP.NET Core application uses two Hangfire...