What problem does it solve?
It helps you set up and operate Safeguard PowerShell A2A integrations so you can authenticate with mutual TLS and reliably retrieve or update managed credentials without relying on bearer-token sessions.
Core Features & Use Cases
- Certificate-based A2A registration and credential retrieval: Create A2A registrations, configure credential retrieval mappings, fetch the generated API key, and use it to call A2A endpoints with a client certificate.
- Secret access and bidirectional updates: Retrieve passwords and SSH private keys (including selecting key formats) and support bidirectional secret updates where the registration is configured appropriately.
- Brokering and event-driven handlers: Create access requests for other users and keep long-running handlers synchronized through SignalR event listening and higher-level password/SSH-key handler patterns.
Quick Start
Run Wait-SafeguardA2aEvent with your appliance address, A2A API key, and client certificate thumbprint to start receiving credential update events in real time.