Aruba Central

 View Only
last person joined: yesterday 

Unable to login via API

This thread has been viewed 4 times
  • 1.  Unable to login via API

    Posted Oct 02, 2023 12:36 PM

    Hello, I am trying to use 3-step process to programmatically obtain a API token per this documentation - OAuth APIs for Access Token. So I logged into Aruba Central with the account and generated a token which set up client_id / client_secret. I am using this information to login to Aruba via /oauth2/authorize/central/api/login endpoint. It keeps erring out with a 401 code and the below message:

    {
    "message": "Auth failure",
    "status": false
    }
    Has anyone run into this before? Does the account need any special set up to be able to login via API? Any help / pointer is greatly appreciated as I have hit a wall with this one. Thank you for your time.