You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

REST API for Validate HTTP Basic Authorization Credentials not working

edited Jul 13, 2018 10:42AM in Identity and Access Management 3 comments

Summary

REST API for Validate HTTP Basic Authorization Credentials not working

Content

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>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!