API Authentication¶
With regards to the authentication of EnOS Cloud API and EnOS Edge API, the service account (SA) is taken as the identity of an application or a developer. In the REST API request, the SA is sent to the EnOS Cloud or EnOS Edge service, which then authenticates the user and performs the required authorized access.
Getting the Service Account¶
The service account consists of the application’s Access Key
and Secret Key
, which is generated by registering an application on the EnOS Management Console. The specific steps to get the SA are as follows:
Log in to the EnOS Management Console and select Application Registration from the left navigation bar.
Click the Create App button, enter the details of the new application, and click Confirm.
After the application registration is completed, click the application name under the Apps of This OU tab, and view the application’s
Access Key
andSecret Key
on the App Detail page.