Synthetic monitoring supports many authentication methods for your applications.
Authentication Method | Description |
---|---|
Username and password | Supported using Credential Vault |
Single sign-on (SSO) | You can store the credentials in the Credential Vault. Then, use the SSO URL and the credentials in the script. |
Passkey | Store the passkey in the Credential Vault. Then, use the passkey in the script. |
Certificate-based authentication | Use the Credential Vault to store the certificate. |
Microsoft AD | Create a service account in Microsoft AD. Then, use the service account in the script. |
pyotp
libraries for Web Monitoring and otplib
for API Monitoring. The following is an example of how to use these libraries:
|