Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top