// 1- create an access client
// 2- assign it to the admin (to obtain the activation code)
// 3- activate it making a HTTP POST to the server using this url:
// ROOT_URL/activate-access-client containing only the activation code
// as the body
Are steps 1 and 2 in the Web Interface somewhere? I can't find them. I have enabled the access client channel for users and admin but how to create an actual client?
I did send a post to ROOT_URL/activate-access-client with a BASIC authorization header but the server only returns a 302 redirect to the home page...