From c680bb3254e9cd70880f32f11a7857ebd7b1de75 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 5 Feb 2019 14:29:13 +0000 Subject: [PATCH] box: document how to use rclone with Enterprise SSO Thanks to Lorenzo Grassi for help with this. --- docs/content/box.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/content/box.md b/docs/content/box.md index 87c6ccfe3..44e3e8773 100644 --- a/docs/content/box.md +++ b/docs/content/box.md @@ -112,6 +112,17 @@ To copy a local directory to an Box directory called backup rclone copy /home/source remote:backup +### Using rclone with an Enterprise account with SSO ### + +If you have an "Enterprise" account type with Box with single sign on +(SSO), you need to create a password to use Box with rclone. This can +be done at your Enterprise Box account by going to Settings, "Account" +Tab, and then set the password in the "Authentication" field. + +Once you have done this, you can setup your Enterprise Box account +using the same procedure detailed above in the, using the password you +have just set. + ### Invalid refresh token ### According to the [box docs](https://developer.box.com/v2.0/docs/oauth-20#section-6-using-the-access-and-refresh-tokens):