|
You are here |
brockallen.com | ||
| | | | |
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. | |
| | | | |
keithbabinec.com
|
|
| | | | | The OAuth 2.0 implicit grant flow is great way to handle authentication between a client JavaScript single page web app (SPA) and a web API. For example: a React or Angular web app that needs to authenticate users and then have those users call an authorized ASP.NET Core Web API. Azure AD and the Microsoft... | |
| | | | |
www.primaryobjects.com
|
|
| | | | | MVC Forms Authentication and Storing Data in the Cookie | |
| | | | |
brunoscheufler.com
|
|
| | | JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms.... | ||