OAUTH 2.0 with SingleSign on option
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) ?
-
No, you cannot suppress these. The user must provide their Box login, and then must authorize the app.
If the user already has a valid login cookie for box.com in the browser that you are using, then the first step (providing the Box login) is skipped. But they'll still have to do the app authorization step.
サインインしてコメントを残してください。
コメント
2件のコメント