Setup Auth Logs

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://developer.adra.com/doc/audit-logs/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Audit Logs MCP server": {
    "url": "https://developer.adra.com/doc/audit-logs/mcp"
  }
}

Close

Authentication Events Logged

  • Successful login attempts
  • Failed login attempts (with failed attempt counter)
  • Failed attempt counter resets
  • SAML authentication initiation
  • SAML authentication failures

Important Notes

  • These logs focus solely on authentication events (proving identity)
  • Application authorization (permissions/access rights) is handled separately within each application after successful OpenID Connect authentication
  • Authorization logs are not included here as they are managed by the respective applications