Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use grant type password with client secret
When both user credentials and client credentials are supplied, this library used the grant_type=client_credentials. This fix will instead retrieve the token with grant_type=password, similar to the Keycloak admin CLI kcadm.sh.
- Loading branch information