Authenticating a request
...
Autenticar una solicitud
- Los WS API deben estar activados para poder acceder a ellos.
- Los protocolos disponibles son HTTP y HTTPS. Si es posible, se recomienda emplear el HTTPS.
- Cada solicitud debe incluir la siguiente cabecera:
Nombre de cabecera: X-Auth-Token
ValueValor: Valor token value (example: a08443af-cc58-4e3e-b557-13be8de66230)
- No other type of authentication is done fo access to the se puede realizar ningún otro tipo de autenticación para acceder a los WS API.
How to find token value
...
Encontrar el valor token
Se puede encontrar este valor en la página http://[learningcentral_customer_domain]/admin/clientauthtoken
You just need to log in learningCentral with administrator user role
Generating new token
This value can be generated here Tan solo necesita iniciar la sesión en learningCentral con el rol de usuario administrador.
Generar un nuevo token
Este valor puede generarse aquí http://[learningcentral_customer_domain]/admin/clientauthtoken
You just need to log in learningCentral with administrator user roleTan solo necesita iniciar la sesión en learningCentral con el rol de usuario administrador.
Note |
---|
WARNING: The new value will replace the old one. So any external system which is using the WS API must start using the new tokenAVISO: El nuevo valor reemplazará al antiguo, por lo que cualquier sistema externo que utilice los WS API debe iniciarse utilizando el nuevo token. |