OAuth

OAuth allows the product to interact with OAuth-enabled services (such as SalesForce, LinkedIn, SharePoint, Twitter and other systems that use OAuth as an authorization mechanism) on behalf of a user. OAuth is effectively protocol that allows users to approve an application to act on their behalf, without the system storing their username and password. (To learn more about OAuth, please see the wikipedia article on OAuth.)

Some Service Brokers such as the EndPoints WCF and EndPoints WebService brokers support OAuth authentication. Before you can select the OAuth Authentication mode, however, you need to configure the necessary OAuth settings. The configuration consists of the following steps:

  1. Configure the external OAuth-enabled service and obtain OAuth settings.
    (For most OAuth enabled services, like LinkedIn or Twitter, you first need to create an application on their platform, which is the integration entry point. As a part of creating the application you receive an application ID and a client secret along with the endpoint URI to communicate with. Once you have the required communication parameters and application configuration values, you are ready to create the OAuth Resource Type and OAuth Resource.)
  2. Add a new OAuth Resource Type in the Resource Types node, and define the Resource Type Parameters for the Resource Type.
  3. Use the Resources node to add and configure a new OAuth Resource of the Type defined in Step 2, and configure the Resource Parameter Values
  4. Add and configure a new Service Instance for the Service Type, select the OAuth authentication mode and select the new OAuth Resource created in Step 2 as the OAuth Resource to use when connecting to the target system.

For more information on using and configuring OAuth, see the Knowledge Base article
KB001688 - Authentication and Authorization in K2

The OAuth nodes in the Management Site allow you to add, edit or delete Resource Types and Resources, and view and remove stored OAuth Tokens.

When using the K2 for SharePoint App with an on-premises SharePoint farm, users may experience exception errors. Please see KB001627 – Known Issue when using OAuth with On-Premises SharePoint Farms for more information.