...
Code Block | ||
---|---|---|
| ||
{ // Client Id "username":"username", // Client Secret "password":"password", // Optionally override secrets: // Relative or absolute path to a PEM or DER file, or its content inline "certificate":"./my_cert.der", // Subject Alternative Name, URI= "application_uri":"urn:example.com", // Relative or absolute path to a PEM or "username":"username",DER file, or its content inline "passwordprivate_key":"password"./my_priv.der", } |
Obtaining access credentials:
Info |
---|
Please refer to the EOSCONNECT Core documentation for more details. |
Create a new user through the Authorization Service User Interface
Export the certificate used by EOSCONNECT CoreObtain
username
andpassword
at https://si3456/gui/auth, replace si3456 with the actual ID of the machine. This page is secured with a login and you will need to use your EOScada credentials to access it. Only EOScada credentials that have the role of Supervisor can add new clients.
Aggregator version 1.1.0+
...