REST API for Validate HTTP Basic Authorization Credentials not working
Summary
REST API for Validate HTTP Basic Authorization Credentials not workingContent
Hi ,
Currently we are automating code migration process in Oracle ACCS and trying to validate an user via the available REST API "Validate HTTP Basic Authorization Credentials".
Seems the documentation for the above API is here.
Found 2 issues in the document -
1. The curl option -K is not valid in the case (seems it should be -i)
curl<br />
-K<br />
-X POST<br />
-H "Content-Type:application/scim+json"<br />
-H "Authorization: Bearer <span class="hljs-tag"><<span class="hljs-title">Access</span> <span class="hljs-attribute">Token</span> <span class="hljs-attribute">Value</span>></span>"<br />
<a class="jive-link-external-small" href="https://tenant-base-url/admin/v1/HTTPAuthenticator" rel="nofollow">https://tenant-base-url/admin/v1/HTTPAuthenticator</a>