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.