monitor_auth_flows
Track and analyze real-time authentication flows to ensure secure credential management, detect threats, and optimize multi-protocol authentication processes (OAuth2, SAML, LDAP).
Instructions
Real-time monitoring of authentication processes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
duration | Yes | Monitoring duration (e.g. '1h', '30m') |
Input Schema (JSON Schema)
{
"properties": {
"duration": {
"description": "Monitoring duration (e.g. '1h', '30m')",
"type": "string"
}
},
"required": [
"duration"
],
"type": "object"
}