From b4109350c21d6a84949d4066e9e12bc2d57bcac5 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Wed, 14 Dec 2022 15:31:18 +0800 Subject: [PATCH] fix(onedrive): modify instructions to create AAD application support consumer Microsoft accounts --- public/locales/en-US/dashboard.json | 4 ++-- public/locales/zh-CN/dashboard.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/en-US/dashboard.json b/public/locales/en-US/dashboard.json index 340cdc7..3482b59 100644 --- a/public/locales/en-US/dashboard.json +++ b/public/locales/en-US/dashboard.json @@ -471,9 +471,9 @@ "odHttpsWarning": "You must enable HTTPS to use OneDrive/SharePoint storage policies; after enabled, make sure to change Settings - Basic - Site Information - Site URL.", "editOdStoragePolicy": "Edit OneDrive/SharePoint storage policy", "addOdStoragePolicy": "Add OneDrive/SharePoint storage policy", - "creatAadAppDes": "Go to <0>Azure Active Directory Dashboard (Worldwide cloud) or <1>Azure Active Directory Dashboard (21V Chinese cloud), after logging in, go to the <2>Azure Active Directory admin panel.", + "creatAadAppDes": "Go to <0>Azure Active Directory Dashboard (Worldwide cloud) or <1>Azure Active Directory Dashboard (21V Chinese cloud), after logging in, go to the <2>Azure Active Directory admin panel, you can optionally use an account different from the one used to store files to login.", "createAadAppDes2": "Go to the <0>App Registrations menu on the left and click the <1>New registration button.", - "createAadAppDes3": "Fill out the application registration form. Makse sure <0>Supported account types is selected as <1>Account in any organizational directory (any Azure AD directory - multi-tenant); <2>Redirect URI (optional) is selected as <3>Web and fill in <4>{{url}}; For other fields, just leave it as default.", + "createAadAppDes3": "Fill out the application registration form. Makse sure <0>Supported account types is selected as <1>\tAccounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox); <2>Redirect URI (optional) is selected as <3>Web and fill in <4>{{url}}; For other fields, just leave it as default.", "aadAppIDDes": "Once created, go to the <0>Overview page in Application Management, copy the <1>Application (Client) ID and fill in the following fields:", "aadAppID": "Application (Client) ID", "addAppSecretDes": "Go to the <0>Certificates & secrets menu on the left side, click the <1>New client secret button, and select <3>Never for the <2>Expires. After you are done creating the client secret, fill in the value of the client secret below:", diff --git a/public/locales/zh-CN/dashboard.json b/public/locales/zh-CN/dashboard.json index 39cf874..56eaedd 100644 --- a/public/locales/zh-CN/dashboard.json +++ b/public/locales/zh-CN/dashboard.json @@ -471,9 +471,9 @@ "odHttpsWarning": "您必须启用 HTTPS 才能使用 OneDrive/SharePoint 存储策略;启用后同步更改 参数设置 - 站点信息 - 站点URL。", "editOdStoragePolicy": "修改 OneDrive/SharePoint 存储策略", "addOdStoragePolicy": "添加 OneDrive/SharePoint 存储策略", - "creatAadAppDes": "前往 <0>Azure Active Directory 控制台 (国际版账号) 或者 <1>Azure Active Directory 控制台 (世纪互联账号) 并登录,登录后进入<2>Azure Active Directory 管理面板。", + "creatAadAppDes": "前往 <0>Azure Active Directory 控制台 (国际版账号) 或者 <1>Azure Active Directory 控制台 (世纪互联账号) 并登录,登录后进入<2>Azure Active Directory 管理面板,这里登录使用的账号和最终存储使用的 OneDrive 所属账号可以不同。", "createAadAppDes2": "进入左侧 <0>应用注册 菜单,并点击 <1>新注册 按钮。", - "createAadAppDes3": "填写应用注册表单。其中,名称可任取;<0>受支持的帐户类型 选择为 <1>任何组织目录(任何 Azure AD 目录 - 多租户)中的帐户;<2>重定向 URI (可选) 请选择 <3>Web,并填写 <4>{{url}}; 其他保持默认即可", + "createAadAppDes3": "填写应用注册表单。其中,名称可任取;<0>受支持的帐户类型 选择为 <1>任何组织目录(任何 Azure AD 目录 - 多租户)中的帐户和个人 Microsoft 帐户(例如,Skype、Xbox);<2>重定向 URI (可选) 请选择 <3>Web,并填写 <4>{{url}}; 其他保持默认即可", "aadAppIDDes": "创建完成后进入应用管理的 <0>概览 页面,复制 <1>应用程序(客户端) ID 并填写在下方:", "aadAppID": "应用程序(客户端) ID", "addAppSecretDes": "进入应用管理页面左侧的 <0>证书和密码 菜单,点击 <1>新建客户端密码 按钮,<2>截止期限 选择为 <3>从不。创建完成后将客户端密码的值填写在下方:",