ComponentSpace OpenID for ASP.NET Core v3.4.0

Released: Nov 8, 2023

v3.4.0 中的更新

特性

  • 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.

修补程序

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