ComponentSpace OpenID for ASP.NET Core v3.2.0

Released: May 19, 2023

v3.2.0 での更新項目

機能

  • Added support for specifying RedirectUris in the configuration as regular expressions to handle randomly generated port numbers and other scenarios.
  • Added support for token introspection.
  • Included the x5t and x5c properties in the returned JWKs.

不具合の修正

  • Fixed issue with private_key_jwt and client_secret_jwt client authentication.
  • Fixed issue with redirect URIs that include query string parameters.