• Register
  • Log in
 
iaspnetcore
    • Home
    • search
    • blog
    Popular blog tags
    • 2018
      • .NET Core (11)
      • .Net Core 2.x (2)
      • .Net Core 3.x (12)
      • .Net Core Console Application (5)
      • .NET Core Worker Service (4)
      • .NET5.x (11)
      • AdminLTE (3)
      • Ajax (16)
      • Android (7)
      • Asp .Net Core gRPC (1)
      • ASP.NET Core (154)
      • ASP.NET Core Blazor(Server-side) (1)
      • ASP.NET Core 3.x (12)
      • ASP.NET Core 5.x (1)
      • ASP.NET Core Authentication (20)
      • ASP.NET Core Background Task (13)
      • ASP.NET Core Blazor (8)
      • ASP.NET Core Blazor 3.x(Server-side) (19)
      • ASP.NET Core Blazor Razor Components (2)
      • ASP.NET Core Blazor Server 5.x (10)
      • ASP.NET Core Blazor WebAssembly 3.x (1)
      • ASP.NET Core Blazor WebAssembly 5.x (4)
      • ASP.NET Core Bundling and minification (7)
      • ASP.NET Core Caching (14)
      • ASP.NET Core Compression (6)
      • ASP.NET Core Configuration (8)
      • ASP.NET Core CORS (4)
      • ASP.NET Core Data Protection (1)
      • ASP.NET Core Dependency injection (13)
      • ASP.NET Core Error Handling (13)
      • ASP.NET Core File Providers (12)
      • ASP.NET Core File Uploading (7)
      • ASP.NET Core Globalization and localization (18)
      • ASP.NET Core Image (1)
      • ASP.NET Core Logging (15)
      • ASP.NET Core Middleware (18)
      • ASP.NET Core Model Binding (6)
      • ASP.NET Core Multi-tenancy (2)
      • ASP.NET Core Plugin (6)
      • ASP.NET Core Proxy (3)
      • ASP.NET Core PWA (3)
      • ASP.NET Core Razor Class Library (6)
      • ASP.NET Core Razor Components (7)
      • ASP.NET Core RichEditor (4)
      • ASP.NET Core Routing (12)
      • ASP.NET Core Service (1)
      • ASP.NET Core Session (1)
      • ASP.NET Core SignalR (19)
      • ASP.NET Core Tag Helper (6)
      • ASP.NET Core View (7)
      • ASP.NET Core View Components (4)
      • ASP.NET Core Web API (46)
      • ASP.NET URL redirect and URL rewrite (2)
      • axios (10)
      • Bootstrap (17)
      • Bootstrap4 (10)
      • Bootstrap5 (4)
      • BsonNull (6)
      • C# (30)
      • c++ (23)
      • c++ dll (14)
      • c++ MFC (3)
      • c++ socket (9)
      • C++11 (1)
      • c++17 (2)
      • C++20 (1)
      • CDN (12)
      • charts (6)
      • docker (1)
      • DotNet (1)
      • Elasticsearch (48)
      • Enterprise (1)
      • Front Framework (6)
      • Front-end technology (16)
      • Game (11)
      • Git (6)
      • HttpClient (9)
      • HTTPS (15)
      • IdentityServer (3)
      • image recognition (1)
      • java (4)
      • Lucene.Net (1)
      • Mediatr (3)
      • Miniblog.Core (1)
      • Mobile (12)
      • MongoDB (72)
      • Multiple Core Processors (14)
      • Network Communications (3)
      • Nginx (25)
      • Ngrok (7)
      • Nopcommerce (28)
      • Nopcommerce 3.x (4)
      • Nopcommerce 4.x (28)
      • Orchard (1)
      • OrchardCore (1)
      • Redis (33)
      • SmartHome (4)
      • Sms (4)
      • taobao (1)
      • tesla (1)
      • Ubuntu (25)
      • Visual Studio (14)
      • Vue (17)
      • Web crawler (10)
      • Web search (12)
      • Web server host (5)
      • Web server hardware (35)
      • Web site optimization (8)
      • Website Domain (1)
      • Website making money (5)
      • Website performance (15)
      • Website security (6)
      • Website seo (36)
      • Website Tools (42)
      • Website traffic (3)
      • Wechat (16)
      • Wechat Cloud MiniProgram (37)
      • WeChat Mini Programs (2)
      • Wechat MiniProgram (43)
      • Wechat open Account (3)
      • Wechat pay (8)
      • Word (14)
    RSS

    Blog posts tagged with 'asp.net core authentication'

    ASP.NET Core从传统ASP.NET的Cookie中读取用户登录信息 Created: -Monday, April 24, 2017 7:40:53 AM Latest updated:Saturday, March 21, 2020 9:26:38 AM views(1269)

    一、cookie与session的区别

    cookie保存在客户端,未设置存储时间的cookie为会话cookie保存在浏览器的进程开辟的内存中,当浏览器关闭后会话cookie也会被删除;设置了存储时间的cookie保存

    • ASP.NET Core Authentication
    details
    ASP.NET Core 中的各种基本认证中间件区别、功能使用及详解 Created: -Sunday, July 9, 2017 9:32:23 PM Latest updated:Friday, March 20, 2020 11:30:00 PM views(1658)

    http://www.cnblogs.com/freeliver54/p/6259319.html 

     

    • ASP.NET Core
    • ,
    • ASP.NET Core Authentication
    • ,
    • ASP.NET Core Middleware
    details
    ASP.NET Core Authentication: 多个不同一级域名下web服务单点登录SSO的实现 Created: -Sunday, March 15, 2020 5:43:59 AM Latest updated:Tuesday, March 17, 2020 11:53:12 PM views(810)

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

    实际场景:

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

    • ASP.NET Core Authentication
    details
    Asp .Net core 单点登录解决方案汇总 Created: -Saturday, June 3, 2017 2:46:48 PM Latest updated:Sunday, March 15, 2020 5:57:57 AM views(929)

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

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

    • ASP.NET Core
    • ,
    • ASP.NET Core Authentication
    details
    Asp.net Core Social Logins with Google Authentication Created: -Thursday, January 12, 2017 2:25:43 PM views(669)
    ASP.NET Core – Simple Blogging Site Example Setting up a new Project with Google Authentication Create the ASP.N
    • ASP.NET Core Authentication
    • ,
    • ASP.NET Core
    details
    All of kind External login provider in AspNet Core Created: -Friday, May 12, 2017 8:25:05 AM views(578)
    https://www.janaks.com.np/external-login-provider-aspnet-core/ All of kind External login provider in AspNet Core below
    • ASP.NET Core
    • ,
    • ASP.NET Core Authentication
    details
    Creating custom password validators for ASP.NET Core 2.0 Identity Created: -Monday, July 24, 2017 3:44:38 PM views(548)
    https://andrewlock.net/creating-custom-password-validators-for-asp-net-core-identity-2/ ASP.NET Core Identity is a memb
    • ASP.NET Core Authentication
    • ,
    • ASP.NET Core
    details
    ASP.NET Core Custom User login Created: -Sunday, August 6, 2017 3:57:48 PM views(636)
    In some reason, you might want to avoid using standard Identity package to work with users, roles, permissions etc. I ha
    • ASP.NET Core
    • ,
    • ASP.NET Core Authentication
    details
    • Pager.Previous
    • 1
    • 2
    Information
    • Sitemap
    • About us
    • Conditions of Use
    • Privacy notice
    • Shipping & returns
    • Contact us
    Customer service
    • Search
    • News
    • Blog
    My account
    • My account
    • Orders
    • Addresses
    • Shopping cart
    • Wishlist
    Follow us
    Newsletter
    Wait...
    Powered by www.iaspnetcore.com
    Copyright © 2017 - 2021 www.iaspnetcore.com. All rights reserved.