Skip to content

Commit 2527058

Browse files
[ILX-45760] V6 Token API authentication documentation update feature enable (#15)
* V6 Token API authentication added in API reference * Updated document for api reference * Updated api reference with client id and secret * Update api-reference to remove auth0 * Removed auth0 API endpoint example * Update api reference page * Text changes in api-reference page * Updated audience * Update api reference for secure token * Update api reference page secure token
1 parent eae36eb commit 2527058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/_api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The unique generated key can then be used to access the Intelex REST API and use
7575

7676
For both HTTP Basic Auth and ApiKey authentication, access to Intelex apps and data is constrained by the user's existing access, set up and managed in Intelex.
7777

78-
Secure token based authentication is supported in V6 API. Only Admin and full-access users can access the API.
78+
Secure token based authentication is supported in V6 API (Feature needs to be enabled by Intelex Team). Only Admin and full-access users can access the API.
7979

8080
During the authentication process, the client provides the ‘client id’ and ‘client secret’ to the authentication endpoint, along with the audience and grant type, as shown in the example. In response, the API furnishes an access token that comes with a specified time limit of the token expiration. After successful authentication, clients gain access to V6 API endpoints.
8181

0 commit comments

Comments
 (0)