Hi ,
I created a windows application(C#) to get the Access Token using OAuth 2.0 flow. It worked perfectly .
Now i have a requirement like while getting the access token it asks user to Login in Box.com then it asks for Grant Access permission. Is there any way to suppress these two steps with Single Sign on or some other way? I want to get access token with out any manual intervention (Login and Grant access button) ?
