25
Views
8
Comments
How to create and use credentials for an exposed api. Test in Postman
Question

What am I missing?


Hi Erick Narvaez, 

Check out here where you can find what is missing 

https://www.outsystems.com/forums/discussion/22162/set-rest-api-basic-authentication/

Hope that it helps you 

Alexandre,


Maybe you are missing the "body" ... did you will that with the JSON that your REST service has to consume?

will = fill

Hi Erick,

The error message clearly says "the request body is missing". So it has nothing to do with the authentication. CreateConsumerArtifac has an input parameter BodyRequest. In Postman, this means you have to set the body to (presumably) valid JSON, like Erwin showed.

sorry everyone I forgot to place the bodys.. But.. 

The real problem is that, any data that Username or Password enters, the validation is correct. How can I make sure that when entering incorrect data is correct, it will be rejected?

How to reject if the authentication data is incorrect. Where do I do this validation?





Thanks for your answer. but in this case I use Basic  Authentication.   

How can I relate variables in OnAuthentication  with the  method

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.