Question

I am using Citrix direct login method in my application. This is my URL:

https://api.citrixonline.com/oauth/access_token?grant_type=password&client_id={API DeveloperKey}&username={username}&password={password}

But I always get the following response:

{ int_err_code: "InvalidLogin" msg: "Invalid userid or password"}

However, I can do it with a browser using this link:

https://api.citrixonline.com/oauth/authorize?client_id={API Developer Key}

Please help me.

Was it helpful?

Solution

Just use currect api developer key and make sure that the user name or password is correct

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top