Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damienbod/oidc-par-aspnetcore-duende
ASP.NET Core OIDC using OAUTH PAR RFC 9126 and Duende IdentityServer
https://github.com/damienbod/oidc-par-aspnetcore-duende
aspnetcore dotnet duende oauth oidc openidconnect par rfc9126
Last synced: about 1 month ago
JSON representation
ASP.NET Core OIDC using OAUTH PAR RFC 9126 and Duende IdentityServer
- Host: GitHub
- URL: https://github.com/damienbod/oidc-par-aspnetcore-duende
- Owner: damienbod
- License: mit
- Created: 2023-11-17T15:58:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:38:07.000Z (2 months ago)
- Last Synced: 2024-11-01T13:42:09.549Z (about 2 months ago)
- Topics: aspnetcore, dotnet, duende, oauth, oidc, openidconnect, par, rfc9126
- Language: C#
- Homepage: https://damienbod.com/2023/11/20/improve-asp-net-core-authentication-using-oauth-par-and-openid-connect/
- Size: 1.46 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Core OIDC using OAUTH PAR and Duende IdentityServer
[![.NET](https://github.com/damienbod/oidc-par-aspnetcore-duende/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/oidc-par-aspnetcore-duende/actions/workflows/dotnet.yml)
[Improve ASP.NET Core authentication using OAuth PAR and OpenID Connect](https://damienbod.com/2023/11/20/improve-asp-net-core-authentication-using-oauth-par-and-openid-connect/)
![PAR](https://github.com/damienbod/oidc-par-aspnetcore-duende/blob/main/images/oauth-par-oidc_01.png)
## History
- 2024-10-21 Updated packages
- 2024-08-15 WebCodeFlowPkceClient .NET 9 par client
- 2024-08-14 Updated packages
- 2024-06-22 Updated packages
- 2024-01-05 Updated packages## Links
https://github.com/DuendeSoftware/IdentityServer
[OAuth 2.0 Pushed Authorization Requests (PAR) RFC 9126](https://datatracker.ietf.org/doc/html/rfc9126)
[OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR) RFC 9101](https://datatracker.ietf.org/doc/rfc9101/)
[OAuth 2.0 Rich Authorization Requests (RAR) RFC 9396](https://datatracker.ietf.org/doc/html/rfc9396)
https://www.youtube.com/watch?v=fE11HJRCL-k