Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 711:cms_sharepoint_online [2024/08/29 14:19] – created - external edit 127.0.0.1 | 711:cms_sharepoint_online [2025/12/15 15:25] (current) – Policnik, Florian | ||
|---|---|---|---|
| Line 38: | Line 38: | ||
| * 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.11.10.0, required if no client secret is provided)// | ||
| + | |||
| + | * Description: | ||
| + | |||
| + | > client.certificate.keystore.password //(since Stages 7.11.10.0, required if no client secret is provided)// | ||
| + | |||
| + | * Description: | ||
| + | |||
| + | > client.certificate.key.alias //(since Stages 7.11.10.0, required if no client secret is provided)// | ||
| + | |||
| + | * Description: | ||
| + | |||
| + | > client.certificate.key.password //(since Stages 7.11.10.0, required if no client secret is provided)// | ||
| + | |||
| + | * Description: | ||
| > tenant.id ** * ** | > tenant.id ** * ** | ||
| Line 56: | Line 72: | ||
| > state.attribute.name | > state.attribute.name | ||
| - | * Description: | + | * Description: |
| + | * You can choose any column. | ||
| + | * There is an integrated standard column with name " | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | </ | ||
| > document.content.type.name | > document.content.type.name | ||
| Line 88: | Line 110: | ||
| * Default Value: false | * Default Value: false | ||
| * Description: | * Description: | ||
| + | |||
| + | |||
| + | ==== Proxy configuration (since Stages 7.10.10.0) ==== | ||
| + | |||
| + | Stages can communicate with SharePoint Online through a proxy. Fill in the '' | ||
| + | |||
| + | > proxy.scheme | ||
| + | |||
| + | * Default value empty (no proxy) | ||
| + | * Possible values: http, https | ||
| + | * Description: | ||
| + | |||
| + | > proxy.hostname | ||
| + | |||
| + | * Default value empty (no proxy) | ||
| + | * Example values: proxy.example.com or 10.1.2.3 | ||
| + | * Description: | ||
| + | |||
| + | > proxy.port | ||
| + | |||
| + | * Default value empty (no proxy) | ||
| + | * Example values: 3128 | ||
| + | * Description: | ||
| + | |||
| + | > proxy.username | ||
| + | |||
| + | * Default value is empty (proxy doesn' | ||
| + | * Example values: username | ||
| + | * Description: | ||
| + | |||
| + | > proxy.password | ||
| + | |||
| + | * Default value is empty (proxy doesn' | ||
| + | * Example values: secretPassword | ||
| + | * Description: | ||
| + | |||
| ===== Azure Portal ===== | ===== Azure Portal ===== | ||
| Line 216: | Line 274: | ||
| ==== 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.11.10.0) === | ||
| + | |||
| + | It is possible to use certificates instead of client secret. A [[https:// | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| ===== Repository Configuration ===== | ===== Repository Configuration ===== | ||