keycloak-nodejs-admin-client icon indicating copy to clipboard operation
keycloak-nodejs-admin-client copied to clipboard

keycloak-nodejs-admin-client repo is moved.

Results 39 keycloak-nodejs-admin-client issues
Sort by recently updated
recently updated
newest added

### 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...

kind/bug
status/triage

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" }...

kind/enhancement

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.6.1&new-version=18.6.4)](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...

area/dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/chai&package-manager=npm_and_yarn&previous-version=4.3.1&new-version=4.3.3)](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...

area/dependencies

### 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...

kind/bug
status/triage

### 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...

kind/bug
status/triage

### 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...

kind/bug
status/triage

### 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({...

good first issue
help wanted
kind/bug

**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...

kind/enhancement

**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...

kind/bug