ComponentSpace OpenID for ASP.NET Core v3.0.0
Released: Jan 11, 2023
Mises à jour de v3.0.0
Fonctionnalités
- Added support for JWT (JSON Web Token) access tokens.
- Added support for refresh tokens.
- Added support for client_credentials grant type.
- Added support for password grant type.
- Uses IOptionsMonitor rather than IOptionsSnapshot as more performant.
- When verifying signatures, don’t use expired certificates.
- When generating signatures, use a non-expired certificate if available.
- Added the AddConfigurationResolver convenience method.
Correctifs
- Fixed issue converting relative to absolute URLs.