Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Creating Service Account

Before allowing the access you need to register emakin as application. This step is already configured for cloud configuration and required only for on-premises.

  1. Login to https://apps.dev.microsoft.com
  2. Select type of application as "Web"
  3. Enter name of application (ex: emakin)
  4. Create a new application secret by clicking on "Generate New Key Pair"
  5. Download the generated PFX file.

Configuring Emakin for Office365 Login Service

  1. Start a new Edit Domain task from Administration menu.
  2. Expand the Office 365 login service
  3. Enter the registered Office 365 credentials
     
  4. In service account key; you can specify in following formats;

    1. If certificate is stored in local server

      1. FILE;<CertificateFilePath>;<CertificatePassword>

    2. If you dont have local access to server you can also specify with 
      1. BASE64;<CertificateBase64>;<CertificatePassword>
      2. URL;<CertificateFileUrl>;<CertificatePassword>

Configuring Emakin for One Drive for Business Integration

  1. If you want to enable One Drive; add new element into fileServices section.
     

    <fileServices>
      <add clientType="Desktop" />
      <add clientType="Webcam" />
      <add clientType="OneDrive" scope="Files.Read.All"/>
    </fileServices>
  2. If you want to allow offline access to OneDrive API without user interaction please add "offline" scope with space seperated.

Filter by label

There are no items with the selected labels at this time.

  • No labels