Microsoft.AspNetCore.Authentication 2.0.4
ASP.NET Core common types used by the various authentication middleware components.
Showing the top 20 packages that depend on Microsoft.AspNetCore.Authentication.
Packages | Downloads |
---|---|
IdentityServer4
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
|
5 |
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
|
5 |
Microsoft.AspNetCore.Authentication.Cookies
ASP.NET Core middleware that enables an application to use cookie based authentication.
|
5 |
Microsoft.AspNetCore.Authentication.Cookies
ASP.NET Core middleware that enables an application to use cookie based authentication.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
5 |
Microsoft.AspNetCore.Authentication.OAuth
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
|
5 |
Microsoft.AspNetCore.Authentication.WsFederation
ASP.NET Core middleware that enables an application to support the WsFederation authentication workflow.
|
5 |
Ocelot
Ocelot
|
5 |
Ocelot
Ocelot Api Gateway
|
5 |
Ocelot
Ocelot Api Gateway
|
6 |
Ocelot
This project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. We have been unable to find this in my current workplace without having to write our own Javascript middlewares to handle the IdentityServer reference tokens. We would rather use the IdentityServer code that already exists to do this. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.
|
5 |
.NET Standard 2.0
- Microsoft.AspNetCore.Authentication.Core (>= 2.0.3)
- Microsoft.AspNetCore.DataProtection (>= 2.0.3)
- Microsoft.AspNetCore.Http (>= 2.0.3)
- Microsoft.AspNetCore.Http.Extensions (>= 2.0.3)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.2)
- Microsoft.Extensions.Options (>= 2.0.2)
- Microsoft.Extensions.WebEncoders (>= 2.0.2)
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 1 | 01/18/2025 |
2.2.0 | 5 | 11/28/2023 |
2.2.0-preview3-35497 | 2 | 03/10/2024 |
2.2.0-preview2-35157 | 2 | 03/10/2024 |
2.2.0-preview1-35029 | 2 | 03/09/2024 |
2.1.2 | 4 | 03/02/2024 |
2.1.1 | 4 | 03/07/2024 |
2.1.0 | 3 | 03/01/2024 |
2.1.0-rc1-final | 2 | 03/15/2024 |
2.1.0-preview2-final | 2 | 03/15/2024 |
2.1.0-preview1-final | 3 | 11/12/2023 |
2.0.4 | 4 | 03/07/2024 |
2.0.3 | 3 | 01/25/2024 |
2.0.1 | 3 | 03/01/2024 |
2.0.0 | 3 | 12/03/2023 |
2.0.0-preview2-final | 3 | 03/02/2024 |
2.0.0-preview1-final | 3 | 03/01/2024 |
1.1.3 | 0 | 09/20/2017 |
1.1.2 | 3 | 11/03/2023 |
1.1.1 | 3 | 03/06/2024 |
1.1.0 | 3 | 03/06/2024 |
1.1.0-preview1-final | 3 | 03/15/2024 |
1.0.5 | 4 | 01/09/2024 |
1.0.4 | 1 | 03/15/2024 |
1.0.3 | 3 | 11/04/2023 |
1.0.2 | 3 | 03/01/2024 |
1.0.1 | 3 | 03/02/2024 |
1.0.0 | 3 | 12/30/2023 |
1.0.0-rc2-final | 2 | 03/15/2024 |