I'm implementing some sort of Java interface for the Nextcloud User Provisioning API and I have following problem, which it was described also here: https://help.nextcloud.com/t/user-provisioning-api-put-method-problems/10156 When I want to use PUT method to edit user attributes, I am getting 401 Unauthorized error. HTTP Post and Delete methods are working normally.
It was tested with Apache HttpClient 4.5.3 and using Advanced REST Client.
Nextcloud version: 11.0.2 (stable), and it is also configured to use HTTPS.
I'm implementing some sort of Java interface for the Nextcloud User Provisioning API and I have following problem, which it was described also here: https://help.nextcloud.com/t/user-provisioning-api-put-method-problems/10156 When I want to use PUT method to edit user attributes, I am getting 401 Unauthorized error. HTTP Post and Delete methods are working normally.
It was tested with Apache HttpClient 4.5.3 and using Advanced REST Client.
Nextcloud version: 11.0.2 (stable), and it is also configured to use HTTPS.