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.