Active Directory user authentication through HTTP

To authenticate to HCP with Active Directory, you need to construct an authentication token from a AD user account and then submit it using a request header with all requests. The user name and password does not need to be encoded.

NoteIf AD single sign-on is enabled for the namespace and you want to access the namespace anonymously, you need to specify all_users in plain text as the user name and not specify a password.