This article guides you through the setup of Aprimo integration.
Prerequisites
|
Register OAuth App in Aprimo
- In your Aprimo environment, register an OAuth application via Administration > Integration > Registration.
- Select OAuth Flow Type:
- Authorization Code (PKCE): This will allow users to log in to their own Aprimo accounts and access user-specific content.
- Client Credentials: This will authenticate using an application identity (service-to-service), meaning no end-user login is required and all users will see the same available Aprimo content.
- If OAuth Flow Type is set to Authorization Code (PKCE), set the Redirect URL to: https://public.templafy.com/integrations/oauth/login-callback .
- Save the changes, and note the Client ID and Client Secret.
Configure Aprimo Connector in Templafy
- Go to Integrations section.
- Go to Available tab.
- Search for Aprimo.
- Click + to proceed with the configuration.
- Fill out the necessary configuration fields:
- Display Name (required).
The name entered in this field will be displayed to the end-users. - Tenant Name (required).
For mycompany.aprimo.com, the tenant's name will be mycompany. - Root classification (optional).
- Language ID (optional).
- Display Name (required).
- Select the desired Authentication type.
- Basic authentication (deprecated) will display the same content to all users without login (organization's content).
- OAuth 2 Authorization code with PKCE will require user login and will display user specific content.
- OAuth 2 Client Credentials (replaces Basic authentication) will display the same content to all users without login.
- Based on the selected Authentication type, fill out the necessary configuration fields
- For Basic authentication (deprecated):
- Username
- User Token
- Client ID
- For OAuth 2 Authorization code with PKCE:
- Client ID
- Client Secret
- For OAuth 2 Client Credentials
- Client ID
- Client Secret
- For Basic authentication (deprecated):
- Hit Save
|
|
|
ImportantThe Aprimo content connector can have only one authentication type at a time. If several authentication types are required, several connectors should be set up. |
NoteIf the Aprimo Content Connector is using Authorization code with PKCE as an authentication type, the following should be noted:
|
Comments
Article is closed for comments.