<
From version < 711.7 >
edited by Oana Florea
on 2020/10/13 14:22
To version < 712.1 >
edited by Andreea Chirica
on 2020/10/14 16:02
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.OanaFlorea
1 +XWiki.AndreeaChirica
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -30,6 +30,7 @@
30 30  == OneDrive search inside XWiki ==
31 31  
32 32  Once you have setup the OAuth credentials, you can also extend the XWiki search with OneDrive results using the following steps:
33 +
33 33  * Activate the search UI extension in the Office 365 configuration in the XWiki administration
34 34  * Add the UI Extension point to the SolrSearchMacros page (see installation instructions below)
35 35  
... ... @@ -53,3 +53,34 @@
53 53   #if ($text != '')
54 54  {{/code}}
55 55  
57 +== External Resources ==
58 +
59 +{{html}}
60 +<div class="externalresources container">
61 + <div class="row">
62 +
63 + <div class="col-md-4">
64 + <div class="thumbnails">
65 + <span class="span3">
66 + <div class="thumbnail">
67 + <a href="https://xwiki.com/en/Blog/XWiki-import-export-content#HImportingOfficedocuments"><div class="image-article" style="background-image: url('https://xwiki.com/en/download/Blog/XWiki-import-export-content/Easily%20import%20and%20export%20content%20to%20and%20from%20XWiki.png');"></div></a>
68 + <a href="https://xwiki.com/en/Blog/XWiki-import-export-content"><h5>How to import and export content</h5></a>
69 + </div>
70 + </span>
71 + </div>
72 + </div>
73 +
74 +<div class="col-md-4">
75 + <div class="thumbnails">
76 + <span class="span3">
77 + <div class="thumbnail">
78 + <a href="https://xwiki.com/en/Blog/essential-appplication-extension-XWiki/"><div class="image-article" style="background-image: url('https://xwiki.com/en/download/Blog/essential-appplication-extension-XWiki/WebHome/XWiki_essential-apps.png');"></div></a>
79 + <a href="https://help.xwiki.com/en/Resources/ActiveDirectory-application/"><h5>Essential XWiki Apps for Professional Wikis</h5></a>
80 + </div>
81 + </span>
82 + </div>
83 + </div>
84 +
85 + </div>
86 +</div>
87 +{{/html}}
Prerequisites & Additional Installation Instructions
... ... @@ -6,8 +6,7 @@
6 6  
7 7  You will need to create credentials on Office 365/Azure AD on the [[Azure Portal>>https://portal.azure.com/]]. It might be necessary to be an admin in the organization.
8 8  
9 -Here are the instructions to get an Application ID (clientid), create a password (secret)
10 -and set the redirect URI (##https:~/~/[your domain]]/xwiki/bin/view/Office365/OAuth##):
9 +Here are the instructions to get an Application ID (clientid), create a password (secret) and set the redirect URI (##https:~/~/[your domain]]/xwiki/bin/view/Office365/OAuth##):
11 11  
12 12  
13 13  * Go to "Azure Services>App Registrations" to register the XWiki app
... ... @@ -17,7 +17,7 @@
17 17  * Go to the Authentication section and click to "Add a platform"
18 18  * Fill in the Redirect URI ##http:~/~/<server>/xwiki/bin/view/Office365/OAuth##:
19 19  
20 -{{image reference="RegiterRedirectURL.png" width="800"/}}
19 +{{image reference="RegiterRedirectURL.png"/}}
21 21  
22 22  * Under **Implicit grant** select ##ID-tokens## and click Save
23 23  
... ... @@ -38,4 +38,3 @@
38 38  == Enter the credentials in XWiki Administration ==
39 39  
40 40  You will need to enter your credentials and your tenant ID (either ##yourorg.onmicrosoft.com## or the full ID) in the Office365 section of the XWiki Administration.
41 -
XWiki SAS Copyright © 2024