mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix(onedrive): modify instructions to create AAD application support consumer Microsoft accounts
This commit is contained in:
parent
9ec2ab68a1
commit
b4109350c2
|
|
@ -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)</0> or <1>Azure Active Directory Dashboard (21V Chinese cloud)</1>, after logging in, go to the <2>Azure Active Directory</2> admin panel.",
|
||||
"creatAadAppDes": "Go to <0>Azure Active Directory Dashboard (Worldwide cloud)</0> or <1>Azure Active Directory Dashboard (21V Chinese cloud)</1>, after logging in, go to the <2>Azure Active Directory</2> 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</0> menu on the left and click the <1>New registration</1> button.",
|
||||
"createAadAppDes3": "Fill out the application registration form. Makse sure <0>Supported account types</0> is selected as <1>Account in any organizational directory (any Azure AD directory - multi-tenant)</1>; <2>Redirect URI (optional)</2> is selected as <3>Web</3> and fill in <4>{{url}}</4>; For other fields, just leave it as default.",
|
||||
"createAadAppDes3": "Fill out the application registration form. Makse sure <0>Supported account types</0> is selected as <1>\tAccounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)</1>; <2>Redirect URI (optional)</2> is selected as <3>Web</3> and fill in <4>{{url}}</4>; For other fields, just leave it as default.",
|
||||
"aadAppIDDes": "Once created, go to the <0>Overview</0> page in Application Management, copy the <1>Application (Client) ID</1> and fill in the following fields:",
|
||||
"aadAppID": "Application (Client) ID",
|
||||
"addAppSecretDes": "Go to the <0>Certificates & secrets</0> menu on the left side, click the <1>New client secret</1> button, and select <3>Never</3> for the <2>Expires</2>. After you are done creating the client secret, fill in the value of the client secret below:",
|
||||
|
|
|
|||
|
|
@ -471,9 +471,9 @@
|
|||
"odHttpsWarning": "您必须启用 HTTPS 才能使用 OneDrive/SharePoint 存储策略;启用后同步更改 参数设置 - 站点信息 - 站点URL。",
|
||||
"editOdStoragePolicy": "修改 OneDrive/SharePoint 存储策略",
|
||||
"addOdStoragePolicy": "添加 OneDrive/SharePoint 存储策略",
|
||||
"creatAadAppDes": "前往 <0>Azure Active Directory 控制台 (国际版账号)</0> 或者 <1>Azure Active Directory 控制台 (世纪互联账号)</1> 并登录,登录后进入<2>Azure Active Directory</2> 管理面板。",
|
||||
"creatAadAppDes": "前往 <0>Azure Active Directory 控制台 (国际版账号)</0> 或者 <1>Azure Active Directory 控制台 (世纪互联账号)</1> 并登录,登录后进入<2>Azure Active Directory</2> 管理面板,这里登录使用的账号和最终存储使用的 OneDrive 所属账号可以不同。",
|
||||
"createAadAppDes2": "进入左侧 <0>应用注册</0> 菜单,并点击 <1>新注册</1> 按钮。",
|
||||
"createAadAppDes3": "填写应用注册表单。其中,名称可任取;<0>受支持的帐户类型</0> 选择为 <1>任何组织目录(任何 Azure AD 目录 - 多租户)中的帐户</1>;<2>重定向 URI (可选)</2> 请选择 <3>Web</3>,并填写 <4>{{url}}</4>; 其他保持默认即可",
|
||||
"createAadAppDes3": "填写应用注册表单。其中,名称可任取;<0>受支持的帐户类型</0> 选择为 <1>任何组织目录(任何 Azure AD 目录 - 多租户)中的帐户和个人 Microsoft 帐户(例如,Skype、Xbox)</1>;<2>重定向 URI (可选)</2> 请选择 <3>Web</3>,并填写 <4>{{url}}</4>; 其他保持默认即可",
|
||||
"aadAppIDDes": "创建完成后进入应用管理的 <0>概览</0> 页面,复制 <1>应用程序(客户端) ID</1> 并填写在下方:",
|
||||
"aadAppID": "应用程序(客户端) ID",
|
||||
"addAppSecretDes": "进入应用管理页面左侧的 <0>证书和密码</0> 菜单,点击 <1>新建客户端密码</1> 按钮,<2>截止期限</2> 选择为 <3>从不</3>。创建完成后将客户端密码的值填写在下方:",
|
||||
|
|
|
|||
Loading…
Reference in New Issue