ComponentSpace OpenID for ASP.NET Core v3.0.0

Released: Jan 11, 2023

Updates in v3.0.0

Features

  • 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.

Fixes

  • Fixed issue converting relative to absolute URLs.