Back to Webinars

Who Let the Agents In? Managing Identity in an Era of Autonomous AI

Date Aired: March 4, 2026

What You’ll Learn

Managing identity in an era of autonomous AI starts with accepting an awkward fact: software that chooses how to complete a task cannot be governed like a user, a service account, or a predictable automation script. This webinar examines how to give autonomous agents distinct identities, constrain delegated authority, authenticate agent-to-agent calls, and preserve enough context to reconstruct what happened when an agent does something expensive, sensitive, or inexplicable.

Key Takeaways:

  • Autonomous agents do not behave like conventional service accounts. A service account performs a predictable task against a known system. An agent chooses its own sequence of actions, crosses system boundaries, and adapts along the way. Static permissions become dangerous when the behavior using them is not static.
  • Every agent needs its own identity and credentials. Shared accounts erase attribution, make selective revocation impossible, and turn one compromised credential into a problem for every agent using it. An audit log that says “the service account did it” is evidence of activity, not accountability.
  • Delegated authority must be explicit and task-specific. The authorization decision should account for the agent, initiating user, requested action, target resource, and purpose of the task. A valid token proves that access was granted somewhere. It does not prove the user intended this particular action.
  • Authority must shrink as it moves through a multi-agent system. An orchestrator can delegate a subset of its permissions to a specialist, but no downstream agent should gain authority the upstream agent did not possess. That rule must be enforced at every hop rather than assumed.
  • Agent-to-agent calls require mutual authentication. An orchestrator should know which specialist is calling it and reject communication paths the architecture never intended. Otherwise, a compromised agent can impersonate a trusted component or persuade another agent to perform a restricted action on its behalf.
  • Short-lived, scoped credentials limit the damage when an agent credential is compromised. Give every agent its own credentials, store them in a secrets manager, rotate them automatically, and set tokens to expire quickly. Credentials buried in code or configuration often remain exploitable long after developers have forgotten they exist.
  • RBAC alone is often too coarse for autonomous AI identity. A role such as “read customer data” says nothing about which customer, which task, or whose authority the agent is using. ABAC, ReBAC, and policy engines add implementation work, but they can evaluate the request in context instead of granting standing access.
  • Audit trails must preserve the full chain of identity. Useful logs capture the agent, initiating user, action, resource, time, source, outcome, and a correlation ID linking every step. Without that context, incident response becomes an archaeological exercise conducted across several systems with mismatched timestamps.
  • Teams can improve agent security without waiting for a finished industry standard. Start by inventorying agents, credentials, owners, and accessible systems. Then remove shared accounts and exposed secrets, establish proper authentication, and introduce dynamic authorization and human approval where the consequences justify it.
  • Sensitive content should be filtered before it enters an AI retrieval pipeline. In authorization-aware RAG, the system authenticates the user, evaluates document permissions, and sends only permitted content to retrieval and the language model. Checking access after retrieval is late.
  • Human users and authenticated services remain the source of agent authority. Agents should inherit narrowly defined permissions for a specific task. They should never create new authority because the model decided broader access would make the job easier. Reasoning can select an action. It cannot grant permission.
View Transcript

Who Should Watch This Webinar?

  • Security architects
  • Identity architects
  • Platform engineers
  • Application architects
  • AI engineers
  • CISOs
  • CTOs
  • IAM leaders

Topics Discussed:

  • Autonomous agents versus service accounts
  • Shadow AI inventory
  • Individual agent identities
  • OAuth 2.0 client credentials
  • RFC 8693 token exchange
  • Delegation chains
  • Authority attenuation
  • Mutual agent authentication
  • Short-lived credentials
  • Secrets management
  • Dynamic authorization
  • RBAC, ABAC, and ReBAC
  • Policy engines
  • Multi-agent privilege escalation
  • Correlation IDs
  • Agent audit trails
  • Authorization-aware RAG
  • Human-in-the-loop controls
  • Agent identity maturity roadmap

Speakers:

Dan Moore Photo
Dan Moore
Sr. Director of CIAM Strategy, FusionAuth
Dan Moore has spent his career across the full stack of software leadership, from back-end developer and engineering manager to CTO and AWS certification instructor at organizations including Oracle and Culture Foundry. He holds AWS and identity certifications and has contributed to 97 Things Every Cloud Engineer Should Know. His speaking reflects where his interests have landed: Identiverse sessions on CIAM, OAuth compliance, and decentralized authentication; Devnexus workshops on enterprise authentication and microservice architectures; and webinars on passkeys, modern MFA, and identity challenges in agentic AI workflows. He's also been a featured guest on Corey Quinn's Screaming in the Cloud.
Brad McCarty Photo
Brad McCarty
Sr. Product Marketer, FusionAuth
Brad McCarty has a theory about identity marketing: most of it fails because it's written for everyone, which means it's useful to no one. His own work takes the opposite approach: Migration case studies documenting why organizations leave legacy providers like Auth0 and AWS Cognito, infrastructure guides on building scalable CIAM with modern cloud platforms, and market analyses like the G2 Winter 2026 Grid Breakdown, tracking real shifts in how developers are choosing identity infrastructure. He presented the FusionAuth or Keycloak Decision Framework webinar to help engineering teams work through total cost of ownership trade-offs, and led the live reveal of the 2026 State of AI & Identity Report. He's been doing this long enough to know that the gap between what a product does and what a sales team can explain is where deals are won or lost.
Featured TechPaper
Securing Autonomous AI Agents: A Technical Framework
get tech paper
FusionAuth graphic titled "Securing Autonomous AI Agents" with a shield icon
Share this post
Watch  On-Demand
Subscribe to The FusionAuth Newsletter
Get updates on techniques, technical guides, and the latest product innovations coming from FusionAuth.