Forum Discussion
6 Replies
- eli_donahueNew Member
Hi Salini,
The password grant authentication option was deprecated in R14, so you’ll need to update your application to use the OAuth 2.0 login flow.
Here’s a blog post demonstrating how to get an access token via Postman: https://aras.com/en/blog/authenticating-in-oauth-2-0-with-aras-restful-api
And here’s a sample console application that shows how to authenticate with an access token via .NET Core: https://github.com/ArasLabs/rest-auth-example
- Salini_SivasubramanianIdeator I
Hai Eli Donahue,
Thanks for the response, I have tried as mentioned, I have generated access token successfully,
but I could not find the odata/Part in my server. After that I could not proceed.
any thought on this?
Thanks in advance
Salini
- eli_donahueNew Member
Hi Salini,
What happened when you sent the request? Did you get an error message or did the server return “no items of type Part found”?