github micronaut-projects/micronaut-security v2.2.0
Micronaut Security 2.2.0

latest releases: v4.10.1, v4.10.0, v4.9.1...
3 years ago

💡Features and Improvements

  • The Issuer Identifier for the OpenID Provider (which is typically obtained during Discovery) MUST exactly match the value of the iss (issuer) Claim.
  • The Client MUST validate that the aud (audience) Claim contains its client_id value registered at the Issuer identified by the iss (issuer) Claim as an audience. The aud (audience) Claim MAY contain an array with more than one element.
  • If the ID Token contains multiple audiences, the Client SHOULD verify that an azp Claim is present.
  • If an azp (authorized party) Claim is present, the Client SHOULD verify that its client_id is the Claim Value.

📑Documentation

  • Clarify JWT Signature verification/generation

⚙️Dependency Upgrades

  • Built with Micronaut 2.1.4

Bumps nimbus-jose-jwt from 9.0.1 to 9.1.2. Nimbus Changelog, Nimbus Commits

Don't miss a new micronaut-security release

NewReleases is sending notifications on new releases.