keycloak-nodejs-admin-client
keycloak-nodejs-admin-client copied to clipboard
keycloak-nodejs-admin-client repo is moved.
### Describe the bug Hello 👋 Since I switched from `"18.0.2"` to `"19.0.1"`, Typescript does not compile anymore ### Version 19.0.1 ### Expected behavior Typescript should compile without any error...
We have the enum RequiredActionAlias defined as follow ```typescript export declare enum RequiredActionAlias { VERIFY_EMAIL = "VERIFY_EMAIL", UPDATE_PROFILE = "UPDATE_PROFILE", CONFIGURE_TOTP = "CONFIGURE_TOTP", UPDATE_PASSWORD = "UPDATE_PASSWORD", terms_and_conditions = "terms_and_conditions" }...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.1 to 18.6.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.1 to 4.3.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### Describe the bug I am calling the function .users.find() function with a query with the email value but I don't receive the credentials as response. I am using keycloak/keycloak-admin-client...
### Describe the bug `await kcAdmin.users.find();` returns exactly only 100 users, while actually there 112 in my case... In your docs and readme page is said that this method returns...
### Describe the bug There is a wrong API call in auth function which is basically {{localhost}}/auth/{{realmName}}/myrealm/protocol/openid-connect/token but it should be {{localhost}}/realms/{{realmName}}/protocol/openid-connect/token . ### Version 18.0.1 ### Expected behavior The...
### Describe the bug The test case for searching user by custom attributes is wrong [here](https://github.com/keycloak/keycloak-nodejs-admin-client/blob/125a0254d72ce781995f0a983728f75d50bbd52c/test/users.spec.ts#L101). By the documentation of [keycloak rest api](https://www.keycloak.org/docs-api/16.1/rest-api/index.html#_users_resource), the search params should be like `users.find({...
**Is your feature request related to a problem? Please describe.** Attempting to create a role-based policy by putting the role requirements in the `config` object defined in `PolicyRepresentation` causes an...
**Describe the bug** When I try to create a user with a group by default, it does not work. **To Reproduce** Steps to reproduce the behavior: 1. What API did...