Description
I wanted to add in keycloak version 26.2.4 an additional domain to my organization with the keycloak-admin-client version 26.0.8 but get an error when I tried to use the "PUT /admin/realms/{realm}/organizations/{org-id}" Endpoint. Error: the domains() method is not found on the OrganizationResource, which means your Keycloak version doesn't support domain management through the admin API.
Discussion
No response
Motivation
It is a missing part. In keycloak I can do it and it works fine, but not with the keycloak-admin-client.
Details
No response
Description
I wanted to add in keycloak version 26.2.4 an additional domain to my organization with the keycloak-admin-client version 26.0.8 but get an error when I tried to use the "PUT /admin/realms/{realm}/organizations/{org-id}" Endpoint. Error: the domains() method is not found on the OrganizationResource, which means your Keycloak version doesn't support domain management through the admin API.
Discussion
No response
Motivation
It is a missing part. In keycloak I can do it and it works fine, but not with the keycloak-admin-client.
Details
No response