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:50] tssr74:cms_sharepoint_online [2020/04/21 13:43] tssr
Line 14: Line 14:
         <cms-property name="tenant.id" value="xxxx-xxxx-xxxx-xxxx-xxxx" />         <cms-property name="tenant.id" value="xxxx-xxxx-xxxx-xxxx-xxxx" />
         <cms-property name="state.attribute.name" value="_Status" />         <cms-property name="state.attribute.name" value="_Status" />
 +        <cms-property name="link.content.type.name" value="Link to a Document" />
     </cms-host>     </cms-host>
 </cms-type> </cms-type>
 +
 </code> </code>
  
Line 70: Line 72:
   * Default Value: Link to a document   * Default Value: Link to a document
   * Description: The second content type which is supported by stages.   * Description: The second content type which is supported by stages.
 +
 +  * Known Issue: Typo in Default Value. Has to be Link to a **D**ocument
  
 > use.system.account.for.download ** + ** > use.system.account.for.download ** + **
Line 82: 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 98: 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 113: 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.