keycloak-nodejs-admin-client
keycloak-nodejs-admin-client copied to clipboard
Realms "endpoint" needs current realm parameter
Describe the bug All of the endpoints use the current realm as default when making the call to the backend except realms.
Expected behavior For example:
await kcAdminClient.realms.getUsersManagementPermissions();
this should result in a call getting the users management permissions for the realm set in config.
Additional context Maybe some of these should be moved to a separate "endpoint" and not be under "realms"