Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
74:cms_sharepoint_online [2019/10/30 08:53] tssr74:cms_sharepoint_online [2020/04/21 13:43] tssr
Line 17: Line 17:
     </cms-host>     </cms-host>
 </cms-type> </cms-type>
 +
 </code> </code>
  
Line 85: Line 86:
 Every application registered at the Microsoft azure portal can register **Redirect URIs**  in the //Authentication//  section of the applications registration page shown in the picture below. Every application registered at the Microsoft azure portal can register **Redirect URIs**  in the //Authentication//  section of the applications registration page shown in the picture below.
  
-{{:cms:azure_portal_redirect_urls.png}}+[[https://doc.stagesasaservice.com/lib/exe/detail.php?id=74:cms_sharepoint_online&media=cms:azure_portal_redirect_urls.png|{{:cms:azure_portal_redirect_urls.png}}]]
  
-For the authentication process to work, you have to add the following redirect to the list:+For the authentication process to work, you have to add the following redirect to the list:<code>
  
-<code> 
  <protocol>://<stages-hostname>:<port>/stages/app/files/oauth_callback  <protocol>://<stages-hostname>:<port>/stages/app/files/oauth_callback
 +
 </code> </code>
  
Line 101: Line 102:
 In addition to the Redirect URIs, the application needs permissions for file handling in behalf of the user. The picture below shows, how this should look like: In addition to the Redirect URIs, the application needs permissions for file handling in behalf of the user. The picture below shows, how this should look like:
  
-{{:cms:azure_permissions.png}}+[[https://doc.stagesasaservice.com/lib/exe/detail.php?id=74:cms_sharepoint_online&media=cms:azure_permissions.png|{{:cms:azure_permissions.png}}]]
  
 ==== Known Issues ==== ==== Known Issues ====
Line 116: Line 117:
  
 Creates two versions (one for the creation of a new file/ second for updating the properties) Creates two versions (one for the creation of a new file/ second for updating the properties)
 +
 +== Set State ==
 +
 +After setting the state of a Sharepoint Online document, the assignment to the Stages user gets lost. The modifier will be the Sharepoint Online user instead of the Stages user.