Skip to content

Releases: mattmorg55/Owin.Security.Keycloak

Release-3.0.5.0

28 Jan 07:18
Compare
Choose a tag to compare

#12 Fix: Redirect to page when Keycloak authentication fails during login.

#13 Fix: Option to disable all validation of Refresh Token. (Keycloak server 4.6-4.8 compatibility)

Release-3.0.4.0

28 Jan 07:10
Compare
Choose a tag to compare

Fix for Refresh token signature validation with Keycloak server v4.5.

This fix introduces a configuration option "DisableRefreshTokenSignatureValidation" that can be set to true to disable the signature validation of Refresh tokens. The contents of the Refresh token should not be used/trusted by the application, only sent back to the Keycloak server when required (and the server validates the Refresh token).

By setting option DisableRefreshTokenSignatureValidation to true, this library will still work with Keycloak server 4.5.

Release-3.0.3.0

19 Jun 19:28
Compare
Choose a tag to compare

Fix token expired at login, which resulted in unnecessary requests to Keycloak server.
Includes pull request Feature/fix token expired at login issue #6 from highbyte

Release-3.0.2.0

09 Nov 14:48
Compare
Choose a tag to compare

Release-3.0.1.0

31 Jul 17:58
Compare
Choose a tag to compare

Resolves Issue #2 IsAuthenticated never set with standard authentication flow

release-3.0.0.0

20 Jul 18:42
Compare
Choose a tag to compare

Upgraded System.IdentityModel.Tokens.Jwt to v5.1.4... Tested Bearer authentication with MVC 5.2.3 and Microsoft.Owin 3.1.