How to Obtain Client ID and Client Secret for a Site
The client ID and client secret are essential for publishing resources between sites using external site publishing.
Steps to Get Client ID and Client Secret from the Specific Site
- Navigate to the “Settings” page.
- Go to the “Site Credentials” tab.
- Copy the
Client Id
andClient Secret
displayed on the page.
Access to the “Site Credential” settings page requires the “Site Credentials” specific settings permission or the “All Settings" permission.
Steps to Get Client ID and Client Secret from the UMS
- Navigate to the “{your_domain/ums/sites}” page. Click on the site name to which you need to obtain the credentials.
- Copy the
Client Id
andClient Secret
displayed on the page.
Only users with UMS admin access can access the site details page.
Steps to Get Client ID and Client Secret Using REST API
REST API for Obtaining an Access Token
Before making any changes, it is necessary to authenticate with the Bold BI server to obtain an access token. This token must be included in the header of all API requests to ensure they are authorized. For detailed instructions, refer to the article on How to generate Access Token from User Management Server using Bold BI REST API?.
Get the Site’s Client ID and Client Secret Using REST API
You can retrieve the site’s client ID and client secret using the REST API by following the details below.
API Endpoint:
Field | Value |
---|---|
Self-Hosted Server URL | https://{yourdomain}/api/v2.0/tenants |
Method | GET |
Content-Type | application/json |