ComponentSpace OpenID for ASP.NET Core(英語版)

  1. ComponentSpace OpenID for ASP.NET Core v3.5.0

    リリースノート: Targets.NET 8.0 as well as.NET 6.0. Includes.NET 8 example projects. Exposes the ClaimConverter JSON serialization/deserialization class for Claim objects to assist with refresh token implementations. 0 ...

  2. ComponentSpace OpenID for ASP.NET Core v3.4.0

    リリースノート: Added support for GetKeysAsync to return Elliptic Curve keys. Now checks the metadata claims_parameter_supported before processing any explicitly requested claims. For improved compatibility no longer include an empty key_ops array or other information ...

  3. ComponentSpace OpenID for ASP.NET Core v3.3.0

    リリースノート: Adds support for custom client secret verification including the use of hashed secrets. The default response mode is set to query if the response type is missing, invalid or unsupported. Added IClientSecretVerifier to support custom client secret ...

  4. ComponentSpace OpenID for ASP.NET Core v3.2.0

    リリースノート: Adds support for token introspection. 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 ...

  5. ComponentSpace OpenID for ASP.NET Core v3.1.0

    リリースノート: Adds support for verifying the HMAC signature of JWT bearer tokens. Add ITokenValidationDelegates.IssuerSigningKeyResolver for use when verifying the HMAC signature of JWT bearer tokens. Used a typed HTTP client to provide tailored configuration of client ...

  6. ComponentSpace OpenID for ASP.NET Core v3.0.0

    リリースノート: Adds support for JWT access tokens. Adds support for JWT (JSON Web Token) access tokens. Improves support for refresh tokens. Adds support for client_credentials grant type. Adds support for password grant type. Uses IOptionsMonitor rather than ...

  7. ComponentSpace OpenID for ASP.NET Core v2.0.0

    リリースノート: Includes updates related to OpenID conformance testing. Includes updates related to OpenID conformance testing. GetUserInfoAsync no longer takes a delegate argument. Claims are provided by SendAuthnResponseAsync instead. GetStatusAsync and ...