Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
712:cms_sharepoint_online [2025/12/15 15:21] Policnik, Florian712:cms_sharepoint_online [2025/12/15 15:25] (current) Policnik, Florian
Line 53: Line 53:
   * Links: [[https://portal.azure.com|Microsoft Azure Portal]]   * Links: [[https://portal.azure.com|Microsoft Azure Portal]]
  
-> client.certificate.keystore.file //(since Stages 7.12.3.0, required if no client secret file is provided)//+> client.certificate.keystore.file //(since Stages 7.12.3.0, required if no client secret is provided)//
  
   * Description: Path to the keystore file with private key and certificate to authenticate with Azure. Path can be absolute or relative to Stages installation directory.   * Description: Path to the keystore file with private key and certificate to authenticate with Azure. Path can be absolute or relative to Stages installation directory.
  
-> client.certificate.keystore.password //(since Stages 7.12.3.0, required if no client secret file is provided)//+> client.certificate.keystore.password //(since Stages 7.12.3.0, required if no client secret is provided)//
  
   * Description: Password for the specified keystore file.   * Description: Password for the specified keystore file.
  
-> client.certificate.key.alias //(since Stages 7.12.3.0, required if no client secret file is provided)//+> client.certificate.key.alias //(since Stages 7.12.3.0, required if no client secret is provided)//
  
   * Description: Alias of the private key / certificate entry in keystore file.   * Description: Alias of the private key / certificate entry in keystore file.
  
-> client.certificate.key.password //(since Stages 7.12.3.0, required if no client secret file is provided)//+> client.certificate.key.password //(since Stages 7.12.3.0, required if no client secret is provided)//
  
   * Description: Password of the private key / certificate entry in keystore file.   * Description: Password of the private key / certificate entry in keystore file.