- 1 minute to read
- Print
- DarkLight
- PDF
Introduction A2A
- 1 minute to read
- Print
- DarkLight
- PDF
senhasegura's integration API allows other devices and applications to create, find, update, and remove passwords, keys, and other privileged information via a web service. Our web service runs on a REST architecture and performs authentication using both OAuth v1.0 and OAuth v2.0.
Every time the API receives a request, we log the date, time, device's IP address, and client application. Sensitive data, such as passwords and keys, are not shown in the log file.
Access control is not dependent solely on OAuth v1.0 or OAuth v2.0 authentication but also on the IP address of the source device.
A client application can only access the credentials it originally created or those that were assigned to it in senhasegura's settings.
Credentials can be either a password required to access a Device such as a server or router, or an RSA key used in SSH connections. Passwords are usually rotated automatically in accordance with each customer's security policy.
Our API can be used to edit:
- Credentials
- Devices
- Protected information
- Proxy Sessions