Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new application fields in openiddict 5.x #100

Merged
merged 3 commits into from
Jan 14, 2024

Conversation

Nfactor26
Copy link
Owner

Description
OpenIdDict 5.x introduces some new features. These are covered in blog post openiddict-5-0-preview1. To allow configuring these, Add and edit application form now supports

  • setting the application type to native or web
  • Setting the public key part of ECDSA private/public key pair as json web key token that is required to support client assertions for the server and validation stack
  • Per-client static token lifetimes can be configured as application settings now.

OpenIdDict 5.x introduces some new features. These are covered in blog post https://kevinchalet.com/2023/10/20/introducing-native-applications-per-client-token-lifetimes-and-client-assertions-support-in-openiddict-5-0-preview1/. To allow configuring these, Add and edit application form now supports a. setting the application type to native or web b. Setting the public key part of ECDSA private/public key pair as json web key token that is required to support client assertions for the server and validation stack c. Per-client static token lifetimes can be configured as application settings now.
@Nfactor26 Nfactor26 self-assigned this Jan 14, 2024
@Nfactor26 Nfactor26 added the Feature Add a new feature label Jan 14, 2024
Logout doesn't properly navigate to authentication/logged-out but gets stuck at authentication/logout-callback on docker builds. Mute test Validate_That_Can_Sign_Out until issue is identified and fixed.
@Nfactor26 Nfactor26 merged commit 1cee63a into main Jan 14, 2024
3 of 5 checks passed
@Nfactor26 Nfactor26 deleted the openiddict-5.x-new-features-support branch January 14, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Add a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant