ComponentSpace OpenID for ASP.NET Core v3.4.0

Released: Nov 8, 2023

Updates in v3.4.0

Features

  • Added support for GetKeysAsync to return Elliptic Curve keys.
  • Now checks the metadata claims_parameter_supported before processing any explicitly requested claims.
  • For improved compatibility no longer include an empty key_ops array or other information outside the specification with the JWKs returned by GetKeysAsync.

Fixes

  • Fixed a bug where the UserInfo endpoint was not returning all claims, just the explicitly requested claims.