Forum Discussion

Salini_Sivasubramanian's avatar
11 months ago

ARAS 31 soap-env:server authentication failed for admin authentication failed for admin

Hai,

We have upgraded to ARAS 31 from 12. The migration is in progress. While login from application Its working fine. But while login from web API we are getting an error "soap-env:server authentication failed for admin authentication failed for admin"

We have tried to give the password in MD5 hash format for username admin.

But the error not yet solved. 

can anyone help us on this?

Thanks in advance,

Salini

6 Replies

  • 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_Sivasubramanian's avatar
      Salini_Sivasubramanian
      Ideator 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_donahue's avatar
        eli_donahue
        New 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”?