Volo.Abp.AspNetCore.Authentication.OpenIdConnect 9.3.4

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Volo.Abp.AspNetCore.Authentication.OpenIdConnect --version 9.3.4
                    
NuGet\Install-Package Volo.Abp.AspNetCore.Authentication.OpenIdConnect -Version 9.3.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.OpenIdConnect" Version="9.3.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Volo.Abp.AspNetCore.Authentication.OpenIdConnect" Version="9.3.4" />
                    
Directory.Packages.props
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.OpenIdConnect" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Volo.Abp.AspNetCore.Authentication.OpenIdConnect --version 9.3.4
                    
#r "nuget: Volo.Abp.AspNetCore.Authentication.OpenIdConnect, 9.3.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Volo.Abp.AspNetCore.Authentication.OpenIdConnect@9.3.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Volo.Abp.AspNetCore.Authentication.OpenIdConnect&version=9.3.4
                    
Install as a Cake Addin
#tool nuget:?package=Volo.Abp.AspNetCore.Authentication.OpenIdConnect&version=9.3.4
                    
Install as a Cake Tool

ℹ️ Description

This package is a part of the ABP Framework.

ABP — Open Source Web Application Framework for ASP.NET Core

ABP offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. It provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.

🔗Official Website: https://abp.io

🔗GitHub Repository: https://github.com/abpframework/abp

🔗Samples: https://abp.io/docs/latest/samples/

🔗Official Theme: https://www.LeptonTheme.com

🔗Documentation: https://abp.io/docs

🔗Community: https://abp.io/community

🔗Blog: https://abp.io/blog

🔗Books: https://abp.io/books

🔗Twitter: https://twitter.com/abpframework

🔗Discord: https://abp.io/community/discord

🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp

🔗YouTube: https://www.youtube.com/@Volosoft

🚀 Key Features of the ABP Framework

🟡 Modularity

🟡 Multi-Tenancy

🟡 Bootstrap Tag Helpers

🟡 Dynamic Forms

🟡 Authentication

🟡 Authorization

🟡 Distributed Event Bus

🟡 BLOB Storing

🟡 Text Templating

🟡 Tooling: ABP CLI

🟡 Cross-Cutting Concerns

🟡 Bundling & Minification

🟡 Virtual File System

🟡 Theming

🟡 Background Jobs

🟡 DDD Infrastructure

🟡 Auto REST APIs

🟡 Dynamic Client Proxies

🟡 Multiple Database Providers

🟡 Data filtering

🟡 Test Infrastructure

🟡 Audit Logging

🟡 Object to Object Mapping

🟡 Email & SMS Abstractions

🟡 Localization

🟡 Setting Management

🟡 Extension Methods

🟡 Aspect Oriented Programming

🟡 Dependency Injection

📘 Supported Database Providers

🔵 Entity Framework Core

🔵 MongoDB

🔵 Dapper

🎴 Supported UI Frameworks

🔵 Angular

🔵 Razor Pages

🔵 Blazor Web Assembly

🔵 Blazor Server

🔵 MAUI with Blazor Hybrid

📫 Bug & Support

Support for open-source ABP Framework client-side packages is available at GitHub Issues.

🏦 Go Commercial

If you are building an enterprise-level application with pro support, extra tools like a code generator, fancy themes and a microservice template, time to invest in the commercial version!

To understand how it works, see How it Works page.

If you wonder why you should choose ABP, check out Why ABP.IO Platform page.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Volo.Abp.AspNetCore.Authentication.OpenIdConnect:

Package Downloads
Jh.Abp.QuickComponents

Abp Extension

EraTech.Shared.Hosting.Settings.WebClients

Package Description

EraTech.Account.Pro.Public.Web.Impersonation

Package Description

Passingwind.Abp.IdentityClient.AspNetCore

an abp module that provider dynamic identity provider, support oidc, saml2

Moklgy.AbpVnext.Host

moklgy.abpvnext公共库 StringExtends、EnumHelper、接口装饰器、DbSizes、TreeHelper、CachedStore常见数据结构... 1.0.0.402: 修复ServiceProviderExtensions OnBeforeRegister 空指针报错问题 1.0.0.401: 获取不到服务注册信息修复 1.0.0.4: 切换pgsql,并且修复启动获取不到配置文件的问题 1.0.0.3: 修复命名问题,导致无法读取配置 1.0.0: 增加对实体注释的扩展

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on Volo.Abp.AspNetCore.Authentication.OpenIdConnect:

Repository Stars
abpframework/abp-samples
Sample solutions built with the ABP Framework
abpframework/eShopOnAbp
Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
abpframework/eventhub
Open-source event organizing web application and a reference DDD solution.
hikalkan/presentations
Some of my presentations
wjkhappy14/Abp.VNext.Hello
Abp.VNext.Hello
jxnkwlp/abp-elsa-module
Elsa abp module and workflow app
EasyAbp/NotificationService
An integrated user notification service Abp module, supporting email, SMS, PM, and more other methods.
EasyAbp/FileManagement
An abp.io application module that allows users to upload and maintain files.
Version Downloads Last Updated
10.0.0 476 11/18/2025
10.0.0-rc.3 248 11/13/2025
10.0.0-rc.2 182 10/30/2025
10.0.0-rc.1 271 10/1/2025
9.3.6 2,355 10/22/2025
9.3.5 3,427 9/30/2025
9.3.4 4,562 9/17/2025
9.3.3 1,308 9/8/2025
9.3.2 3,224 8/25/2025
9.3.1 6,936 8/11/2025
9.3.0 457 8/7/2025
9.3.0-rc.4 447 7/25/2025
9.3.0-rc.3 188 7/9/2025
9.3.0-rc.2 214 6/24/2025
9.3.0-rc.1 183 6/17/2025
9.2.4 1,782 8/12/2025
9.2.3 2,863 7/23/2025
9.2.2 2,935 7/10/2025
9.2.1 7,687 6/23/2025
9.2.0 12,362 6/2/2025
9.2.0-rc.4 290 5/27/2025
9.2.0-rc.3 338 5/13/2025
9.2.0-rc.2 305 4/10/2025
9.2.0-rc.1 547 3/25/2025
9.1.3 10,363 5/12/2025
9.1.2 1,708 5/5/2025
9.1.1 13,736 3/27/2025
9.1.0 23,667 3/5/2025
9.1.0-rc.3 159 2/25/2025
9.1.0-rc.2 225 2/11/2025
9.1.0-rc.1 135 1/16/2025
9.0.8 646 3/26/2025
9.0.7 396 3/6/2025
9.0.6 583 3/3/2025
9.0.5 4,377 2/13/2025
9.0.4 20,013 1/21/2025
9.0.3 5,960 1/6/2025
9.0.2 20,046 12/11/2024
9.0.1 2,754 12/3/2024
9.0.0 6,028 11/19/2024
9.0.0-rc.3 141 11/14/2024
9.0.0-rc.2 157 11/11/2024
9.0.0-rc.1 110 10/22/2024
8.3.4 31,548 11/18/2024
8.3.3 8,304 11/5/2024
8.3.2 9,125 10/17/2024
8.3.1 10,032 9/25/2024
8.3.0 36,154 9/5/2024
8.3.0-rc.3 109 8/28/2024
8.3.0-rc.2 137 8/15/2024
8.3.0-rc.1 130 7/31/2024
8.2.3 3,153 9/4/2024
8.2.2 15,686 8/14/2024
8.2.1 12,703 7/30/2024
8.2.0 33,853 6/26/2024
8.2.0-rc.5 217 6/14/2024
8.2.0-rc.4 161 6/7/2024
8.2.0-rc.3 353 5/23/2024
8.2.0-rc.2 108 5/21/2024
8.2.0-rc.1 95 5/20/2024
8.1.5 351 7/29/2024
8.1.4 4,558 6/13/2024
8.1.3 22,692 5/15/2024
8.1.2 8,253 5/13/2024
8.1.1 14,913 4/16/2024
8.1.0 8,525 4/4/2024
8.1.0-rc.4 141 4/1/2024
8.1.0-rc.3 413 3/19/2024
8.1.0-rc.2 275 2/29/2024
8.1.0-rc.1 634 2/14/2024
8.0.6 680 5/14/2024
8.0.5 9,220 3/14/2024
8.0.4 43,151 2/20/2024
8.0.3 9,358 2/7/2024
8.0.2 20,483 1/17/2024
8.0.1 9,850 1/3/2024
8.0.0 20,260 12/19/2023
8.0.0-rc.3 351 12/7/2023
8.0.0-rc.2 507 11/28/2023
8.0.0-rc.1 268 11/21/2023
7.4.5 3,846 12/27/2023
7.4.4 3,891 12/13/2023
7.4.3 1,258 12/6/2023
7.4.2 17,268 11/13/2023
7.4.1 3,890 10/30/2023
7.4.0 15,492 10/9/2023
7.4.0-rc.5 219 10/2/2023
7.4.0-rc.4 419 9/22/2023
7.4.0-rc.3 238 9/13/2023
7.4.0-rc.2 1,839 8/24/2023
7.4.0-rc.1 405 8/16/2023
7.3.3 26,216 9/14/2023
7.3.2 20,113 8/7/2023
7.3.1 9,504 7/27/2023
7.3.0 14,349 7/12/2023
7.3.0-rc.3 201 7/5/2023
7.3.0-rc.2 231 6/20/2023
7.3.0-rc.1 287 6/6/2023
7.2.3 21,500 7/3/2023
7.2.2 27,457 5/16/2023
7.2.1 8,492 5/2/2023
7.2.0-rc.2 222 4/25/2023
7.2.0-rc.1 303 4/11/2023
7.1.1 14,405 4/3/2023
7.1.0 16,162 3/22/2023
7.1.0-rc.3 225 3/14/2023
7.1.0-rc.2 508 2/23/2023
7.1.0-rc.1 273 2/7/2023
7.0.3 5,346 3/7/2023
7.0.2 5,866 2/21/2023
7.0.1 26,618 1/19/2023
7.0.0 18,099 1/4/2023
7.0.0-rc.6 332 12/28/2022
7.0.0-rc.5 606 12/20/2022
7.0.0-rc.4 427 12/12/2022
7.0.0-rc.3 438 12/8/2022
7.0.0-rc.2 654 11/21/2022
7.0.0-rc.1 288 11/14/2022
6.0.3 10,569 1/18/2023
6.0.2 9,331 12/6/2022
6.0.1 57,254 10/28/2022
6.0.0 20,255 10/5/2022
6.0.0-rc.5 364 9/27/2022
6.0.0-rc.4 725 9/8/2022
6.0.0-rc.3 1,631 8/23/2022
6.0.0-rc.2 1,130 8/8/2022
6.0.0-rc.1 782 7/26/2022
5.3.5 4,391 10/20/2022
5.3.4 14,586 8/22/2022
5.3.3 14,222 7/22/2022
5.3.2 5,068 7/7/2022
5.3.1 3,892 6/29/2022
5.3.0 13,449 6/14/2022
5.3.0-rc.3 420 5/31/2022
5.3.0-rc.2 362 5/24/2022
5.3.0-rc.1 498 5/5/2022
5.2.2 7,770 5/16/2022
5.2.1 8,009 4/18/2022
5.2.0 6,767 4/5/2022
5.2.0-rc.2 478 3/18/2022
5.2.0-rc.1 692 3/8/2022
5.1.4 10,878 2/28/2022
5.1.3 25,081 1/26/2022
5.1.2 4,869 1/19/2022
5.1.1 2,440 1/12/2022
5.0.2 757 1/17/2022
5.0.1 5,738 12/28/2021
5.0.0 5,617 12/14/2021
5.0.0-rc.2 380 12/8/2021
5.0.0-rc.1 1,152 11/16/2021
5.0.0-beta.3 431 11/3/2021
5.0.0-beta.2 504 10/21/2021
5.0.0-beta.1 506 10/5/2021
4.4.4 8,024 11/9/2021
4.4.3 5,334 9/29/2021
4.4.2 5,088 9/2/2021
4.4.1 826 9/1/2021
4.4.0 12,027 8/2/2021
4.4.0-rc.2 636 7/6/2021
4.4.0-rc.1 683 6/28/2021
4.3.3 7,827 6/17/2021
4.3.2 6,356 5/27/2021
4.3.1 1,444 5/20/2021
4.3.0 7,075 4/22/2021
4.3.0-rc.2 614 4/8/2021
4.3.0-rc.1 441 3/31/2021
4.2.2 7,183 3/4/2021
4.2.1 13,868 2/9/2021
4.2.0 2,068 1/28/2021
4.2.0-rc.2 395 1/18/2021
4.2.0-rc.1 328 1/14/2021
4.1.2 1,260 1/19/2021
4.1.1 892 1/13/2021
4.1.0 1,254 1/6/2021
4.1.0-rc.2 444 12/18/2020
4.1.0-rc.1 323 12/17/2020
4.0.2 1,905 12/18/2020
4.0.1 966 12/14/2020
4.0.0 1,650 12/3/2020
4.0.0-rc.5 368 12/1/2020
4.0.0-rc.4 406 11/24/2020
4.0.0-rc.3 388 11/16/2020
4.0.0-rc.2 371 11/13/2020
4.0.0-rc.1 345 11/12/2020
3.3.2 1,245 12/2/2020
3.3.1 1,965 11/3/2020
3.3.0 1,025 10/27/2020
3.3.0-rc.2 347 10/23/2020
3.3.0-rc.1 374 10/15/2020
3.2.1 3,777 10/8/2020
3.2.0 3,311 10/1/2020
3.2.0-rc.2 380 9/21/2020
3.2.0-rc.1 390 9/17/2020