受欢迎的博客标签
RSS

博客文章标记 'asp.net core authentication'

ASP.NET Core Web API Authentication series:Secure an ASP.NET Core Web Api using Cookies
Secure an ASP.NET Core Web Api using Cookies
ASP.NET Core Authorization授权策略目录汇总

第一部分:asp .net core 授权策略概述

1.asp .net core 授权策略介绍

1.1

Post-Redirect-Get and CookieTempDataProvider with ASP.NET Core

https://www.meziantou.net/2017/06/05/post-redirect-get-and-tempdata-with-asp-net-core

 

ASP.NET Identity登录流程原理

前言

ASP.NET Identity是微軟所貢獻的開源

ASP.NET Core Authentication: 多个不同一级域名下web服务单点登录SSO的实现

SSO: 在多个不同主域名的系统中,只需要登录一次,就可以访问其他相互信任的应用系统。

实际场景:

企业部署多个website,各个website有自己的不同一级域名,形成产品套件或产品矩阵,而账号集中

Asp .Net core 单点登录解决方案汇总

net core jwt,.net core IdentityServer,.net core openid,.net core openauth  

1.Asp.Net Core基于Cookie实现同域单点

Creating custom password validators for ASP.NET Core 2.0 Identity
https://andrewlock.net/creating-custom-password-validators-for-asp-net-core-identity-2/ ASP.NET Core Identity is a memb
ASP.NET Core Custom User login
In some reason, you might want to avoid using standard Identity package to work with users, roles, permissions etc. I ha