首頁 / 新聞 / ComponentSpace OpenID for ASP.NET Core v3.3.0
ComponentSpace OpenID for ASP.NET Core v3.3.0
添加對自訂用戶端機密驗證的支援,包括使用哈希機密。
9月 8, 2023
新版本
特性
The default response mode is set to query if the response type is missing, invalid or unsupported.
Added IClientSecretVerifier to support custom client secret verification including the use of hashed secrets.
For private_key_jwt and client_secret_jwt client authentication, the audience should be validated against the applicable endpoint URL rather than the issuer URL.