JDBC Driver for Microsoft Project

Build 23.0.8839

カスタムOAuth アプリケーションの作成

Creating a Custom OAuth Application

For users who will authenticate via OAuth, you must create a custom OAuth application to deliver the required OAuth-specific credentials, then add the scope permissions required to access the Microsoft Project API.

Create the Application

  1. Log into the Project Web App Site through your site's UI, or by entering your site's Create App link into your browser: https://{site}.sharepoint.com/sites/{Project_Web_App_Site}/_layouts/15/appregnew.aspx.
  2. Fill in the required fields. When specifying the application's Callback URL (a website page where you want users to land after they grant permission to your custom OAuth application), do one of the following:
    • Specify a secure URL for the page (should begin with https://).
      OR
    • Specify https://oauth.cdata.com/oauth/ as the callback URL, then add an extra state connection property that contains the actual redirect callback.

    Record the ClientID and ClientSecret for later use.

Add Scope Permissions

In order to access the Microsoft Project API, you must give the new OAuth application scope permissions.
  1. Log in at https://{site}.sharepoint.com/sites/{Project_Web_App_Site}/_layouts/15/AppInv.aspx.
  2. In the App Id field, enter the ClientID you obtained when creating the application.
  3. Click Lookup. The other fields should automatically populate with application details like Title, App Domain and Redirect URL.
  4. To specify the default permissions needed for full API access, enter the following text in the permissions request XML box:
      <AppPermissionRequests>
        <AppPermissionRequest Scope="http://sharepoint/projectserver" Right="Manage"/>
        <AppPermissionRequest Scope="http://sharepoint/projectserver/projects" Right="Write"/>
        <AppPermissionRequest Scope="http://sharepoint/projectserver/enterpriseresources" Right="Write"/>
        <AppPermissionRequest Scope="http://sharepoint/projectserver/reporting" Right="Read"/>
      </AppPermissionRequests>

Note: The logged in user should also have the appropriate permissions to access the API.

Granting User Access to Web Services

There are two different ways to give users access to web services, depending on whether your Project Web Applicat (PWA) is in Project permission mode or SharePoint permission mode.

Project Permission Mode

If your PWA is in Project Permission mode, you can grant users access to Web Services by editing their global permissions. For each user you want to add, do the following:

  1. Open the PWA's PWA Settings page.
  2. In the Security section, click Manage Users.
  3. Find the user name of the interested user. Click their name. The PWA displays an Edit User box.
  4. Expand the Global Permissions section.
  5. Under Access Project Server Reporting Service, check Allow.

SharePoint Permission Mode

If your PWA is in SharePoint permission mode, you can grant user access to Web Services by adding them to one of four Security Groups that have at least "Access Project Server Reporting Service" access. For each user you want to add, do the following:

  1. Open the PWA's PWA Settings page.
  2. In the Security section, click Manage Users.
  3. Find the user name of the interested user. Click their name. The PWA displays an Edit User box.
  4. Under the Security Groups section, select one of the groups with the required access permissions, such as Portfolio Viewers, Portfolio Managers, and Administrators.
  5. To add the user, click > .

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839