Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 712:cms_sharepoint_online [2025/09/16 12:51] – Policnik, Florian | 712:cms_sharepoint_online [2025/12/15 15:25] (current) – Policnik, Florian | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| * Links: [[https:// | * Links: [[https:// | ||
| - | > client.secret ** * ** | + | > client.secret ** * ** //(required if no keystore file is provided)// |
| * Description: | * Description: | ||
| * Links: [[https:// | * Links: [[https:// | ||
| + | |||
| + | > client.certificate.keystore.file //(since Stages 7.12.3.0, required if no client secret is provided)// | ||
| + | |||
| + | * Description: | ||
| + | |||
| + | > client.certificate.keystore.password //(since Stages 7.12.3.0, required if no client secret is provided)// | ||
| + | |||
| + | * Description: | ||
| + | |||
| + | > client.certificate.key.alias //(since Stages 7.12.3.0, required if no client secret is provided)// | ||
| + | |||
| + | * Description: | ||
| + | |||
| + | > client.certificate.key.password //(since Stages 7.12.3.0, required if no client secret is provided)// | ||
| + | |||
| + | * Description: | ||
| > tenant.id ** * ** | > tenant.id ** * ** | ||
| Line 78: | Line 94: | ||
| * Default Value: Document | * Default Value: Document | ||
| * Description: | * Description: | ||
| - | * Since Stages 7.5.6.2, 7.6.2.4 and 7.7.0.0 it is possible to define multiple content types. Separate them with a #. For example: | + | * It is possible to define multiple content types. Separate them with a #. For example: |
| <code xml> | <code xml> | ||
| Line 89: | Line 105: | ||
| * Description: | * Description: | ||
| * Known Issue: Typo in Default Value. Has to be Link to a **D**ocument | * Known Issue: Typo in Default Value. Has to be Link to a **D**ocument | ||
| - | * Since Stages 7.5.6.2, 7.6.2.4 and 7.7.0.0 it is possible to define multiple link types. Separate them with a #. For example: | + | * It is possible to define multiple link types. Separate them with a #. For example: |
| <code xml> | <code xml> | ||
| Line 104: | Line 120: | ||
| * Default Value: download | * Default Value: download | ||
| - | * Description: | + | * Description: |
| - | > sites.selected.scope | + | > sites.selected.scope |
| * Default Value: false | * Default Value: false | ||
| Line 112: | Line 128: | ||
| - | ==== Proxy configuration | + | ==== Proxy configuration ==== |
| Stages can communicate with SharePoint Online through a proxy. Fill in the '' | Stages can communicate with SharePoint Online through a proxy. Fill in the '' | ||
| Line 203: | Line 219: | ||
| {{ : | {{ : | ||
| - | === Recommended option: Application and delegated permission Sites.Selected | + | === Recommended option: Application and delegated permission Sites.Selected === |
| To active this option the setting '' | To active this option the setting '' | ||
| Line 274: | Line 290: | ||
| ==== Certificates & secrets ==== | ==== Certificates & secrets ==== | ||
| - | It is required to generate a client secret for Stages. It's recommended to choose expire never or a long duration. If the secret expires it must be changed in Stages | + | It is required to generate a client secret |
| + | |||
| + | === Client Secret === | ||
| + | |||
| + | It's recommended to choose expire never or a long duration. If the secret expires it must be changed in Stages. | ||
| [[https:// | [[https:// | ||
| + | |||
| + | Client secret can be specified like this: | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | |||
| + | === Certificates (Since 7.12.3.0) === | ||
| + | |||
| + | It is possible to use certificates instead of client secret. A [[https:// | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| ===== Repository Configuration ===== | ===== Repository Configuration ===== | ||