Hey All,
I was just wondering if anyone had managed to authenticate with the HSP API? I have been adding in my auth header in the form Authentication: Basic {Base64("email:password")} like it says in the documentation, however, every response I get is a 401 error with this as the error body:
<body>
<h1>HTTP Status 401 - No AuthenticationProvider found for
org.springframework.security.authentication.UsernamePasswordAuthenticationToken</h1>
<div class="line"></div>
<p><b>type</b> Status report</p>
<p><b>message</b> <u>No AuthenticationProvider found for
org.springframework.security.authentication.UsernamePasswordAuthenticationToken</u></p>
<p><b>description</b> <u>This request requires HTTP authentication.</u></p>
<hr class="line">
<h3>Apache Tomcat/8.0.30</h3>
</body>
This to me reads as an API error. I was wondering if anyone had seen this or knows of a way to address it?
Thanks