문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top