You are here |
neilmadden.blog | ||
| | | |
weblog.west-wind.com
|
|
| | | | In some situations you might need to use both Bearer Token and Cookie Authentication in a single application. In this post I look at a few scenarios where this is required and show how to configure your Authentication to let you access your site with either authentication scheme. | |
| | | |
www.sjoerdlangkemper.nl
|
|
| | | | A common protection against CSRF attacks is to have a secret token in each POST request. Typically, this token is the same throughout the session, but in some circumstances it is more secure to rotate CSRF tokens often, or make them specific to the form they are on. | |
| | | |
brockallen.com
|
|
| | | | 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... | |
| | | |
www.learnitguide.net
|
|
| | configure docker containers as jenkins build agents, jenkins build agents setup, configure jenkins slave nodes, configure jenkins build agents |