ComponentSpace OpenID for ASP.NET Core v3.0.0
Released: Jan 11, 2023
v3.0.0 버젼 업데이트
기능
- 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.
수정사항
- Fixed issue converting relative to absolute URLs.