argon2-password-hash-provider icon indicating copy to clipboard operation
argon2-password-hash-provider copied to clipboard

Argon2 Password Hash Provider for Keycloak

Results 8 argon2-password-hash-provider issues
Sort by recently updated
recently updated
newest added

Bumps [keycloak-core](https://github.com/keycloak/keycloak) from 10.0.2 to 17.0.1. Commits e7d2a32 Add javadoc artefacts to spring bundles (#10261) dbd6161 Add GPG signature to BOMs f99412d Fix GPG sign (#10782) 6806802 Prevent GPG from...

dependencies

Bumps [keycloak-services](https://github.com/keycloak/keycloak) from 10.0.2 to 18.0.0. Commits ef47eee Add GPG signing to boms 3870b34 Set version to 18.0.0 76d83f4 Avoid clients exchanging tokens using tokens issued to other clients (#11542)...

dependencies

Hi, I have found a failing test. This way, salt is wrongly base64 decoded to only 15 bytes instead of 16 and verification fails. Probably more Keycloak bug, but maybe...

In the documentation there is mentioned that you can choose one of the following versions:ARGON2i, ARGON2d or ARGON2id (default: ARGON2id) But currently one can only input numeric values: Used: argon2-password-hash-provider-2.0.1.jar...

Bumps [keycloak-services](https://github.com/keycloak/keycloak) from 10.0.2 to 21.0.1. Commits 93bf791 Set version to 21.0.1 bc74d4f NPE on Theme after upgrade to 21 when parent or import theme not exists (#173... ec81091 Make...

dependencies

Bumps `keycloak.version` from 10.0.2 to 21.0.0. Updates `keycloak-core` from 10.0.2 to 21.0.0 Commits 315f024 Set version to 21.0.0 82423f3 Add user id to TOKEN_EXCHANGE events 2b98fcd Support for standard Forwarded...

dependencies

This PR contains the necessary changes to make this provider work with Keycloak >= 20.0 (as of 2022-11).