Hi all,
I am currently testing creating and editing User records through the API, but using the Basic authentication of an admin user.
I would like to use HMAC or API authentication, but these seem unable to edit and create (only read) the User entity.
Are there ways to change this behavior, and to use the more secure authentication mechanisms to edit and create users through API?
I am currently testing creating and editing User records through the API, but using the Basic authentication of an admin user.
I would like to use HMAC or API authentication, but these seem unable to edit and create (only read) the User entity.
Are there ways to change this behavior, and to use the more secure authentication mechanisms to edit and create users through API?
Comment