Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 711:cms_sharepoint_online [2025/05/28 11:28] – Policnik, Florian | 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 258: | 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 ===== | ||