We are trying to provide security for API's without using OAuth. We want it by using User credentials(Username and Password).
Solved! Go to Solution.
Are you passing the "Authorization" header in your request?
This policy decodes the username and password from the Authorization HTTP header, as specified by the <Source> element. You need to pass the Base64 encoded string in the form Basic Base64EncodedString. See the attached image -