What is the requirement for setting up users to access ODATA? Can we use existing SSO users with API keys to login to ODATA?
Release : 16.3.x
SSO users should be able to access Odata using a Rest API key created in clarity.
The steps would be
1- Login to the Modern UX
2- Go to Administration > API keys and Authentication
3- Create a client. Note the Client's "Code" value
4- Go to the top right and click on Username > API keys
5- Create a new API key. Copy the key and select done
Then to call Odata:
URL: your Odata URL from the Classic UI> Administration > Odata Data Warehouse Service
Authentication Type: Basic
Username: Client|Username|OData Authenticator
Client = client code value from step #3 (case sensitive)
Username = your Clarity user name
Odata Authenticator: from Administration > Odata Data Warehouse Service