How to: |
Reference: |
Configuring the adapter consists of specifying connection and authentication information for each of the connections you want to establish. The Adapter for OData is in the XML Based group.
or
From the Data Management Console, expand the Adapters folder.
In the DMC, the Adapters folder opens. In the Web Console, the Adapters page opens showing your configured adapters.
The Add Adapter to Configuration pane opens.
Enter or select values for the following connection parameters to add a connection to the Adapter for Slack.
Is the logical name used to identify this particular set of connection attributes. The default is CON01.
Is the URL to the OData service, for example, https://services.odata.org/V4/Northwind/Northwind.svc/%20%20.
There are four methods by which a user can be authenticated when connecting to an OData Service provider:
Is the Service Principal Name used by the client to uniquely identify an instance of a service, for example, mydaemon/foo:4761. This field appears when Trusted security is selected.
Is the URL used for obtaining an Access Token to OData. This field appears when OAuth security is selected.
This field appears when OAuth security with the Authorization Code Grant Type is selected. Enter any additional parameters required for authentication.
This field appears when OAuth security with the Authorization Code Grant Type is selected. Enter any additional parameters required for token retrieval.
Is the primary authorization ID by which you are known to the OData Service. This field appears when Explicit security or OAuth security with the Password Grant Type is selected.
Is the password associated with the primary authorization ID. This field appears when Explicit security or OAuth security with the Password Grant Type is selected.
Can be one of the following OAuth authentication types:
This field appears when OAuth security is selected.
Is the client ID defined in the OData application. This field appears when OAuth security is selected.
Is the Client Secret defined in the OData application. This field appears when OAuth security is selected.
Is the value that identifies the user on whose behalf your OData application is acting. This field appears when OAuth security with the Authorization Code Grant Type is selected. Click Get Access Token to obtain this token.
In order for Get Access Token to complete successfully, the host name used to bring up the Reporting Server Web Console must match the host name set up for the Redirect URI in the OData application.
Is the Refresh Token returned from the OAuth Token request. This field appears when OAuth security with the Authorization Code Grant Type is selected. The token is used for obtaining a new Access Token at the time a report is run accessing the OData Service for a specific application.
Is the profile (server, group, user) in which to store these connection attributes. The default is the server profile, edasprof.prf.
Advanced Connection Options
Check to open a text box in which you can enter Custom Header information required by the OData Service.
When checked, select within expand OData syntax is not supported.
Advanced HTTP Connection Options
Is the IP address of the proxy server.
Is the port number on which the proxy server listens. The default port number is 80.
When checked, the REST request will send the relative path rather than the absolute path when a proxy server is configured.
Is the location of a locally-stored user-provided server x.509 certificates file for SSL authentication. For trusted authentication, the trusted certificate file (trustedcertfile) points to a file of CA certificates in PEM format, as illustrated in the following syntax:
-----BEGIN CERTIFICATE----- ... (CA certificate in base64 encoding) ... -----END CERTIFICATE-----
When checked, Mutual Authentication is enabled.
Select one of the following certificate types:
C:\, /abc/abc/...
Is the private key used for creating the client X.509 certificate in PEM format. This option is used together with a certificate for a non-trusted connection. Provide an initial value to the SSL certificate key file field before browsing. For example:
C:\, /abc/abc/...
Is the password used to unlock the key file. The value is needed only if the key file is encrypted.
Identifies a certificate in the file, if the file contains more than one certificate. If the label contains spaces, the label must be enclosed in double-quotes. For example:
"xxx yyy"
WebFOCUS | |
Feedback |