Truth in IT
    • Sign In
    • Register
        • Videos
        • Channels
        • Pages
        • Galleries
        • News
        • Events
        • All
Truth in IT Truth in IT
  • Data Management ▼
    • Converged Infrastructure
    • DevOps
    • Networking
    • Storage
    • Virtualization
  • Cybersecurity ▼
    • Application Security
    • Backup & Recovery
    • Data Security
    • Identity & Access Management (IAM)
    • Zero Trust
    • Compliance & GRC
    • Endpoint Security
  • Cloud ▼
    • Hybrid Cloud
    • Private Cloud
    • Public Cloud
  • Webinar Library
  • TiPs
  • DRAW

AI Agent Authentication: Build Security In From Day One

Okta
09/21/2026
0 (0%)
Share
  • Comments
  • Download
  • Transcript
Report Like Favorite
  • Share/Embed
  • Email
Link
Embed

Transcript


if the industry as a whole isn't able to figure out how to solve for this, right, how to provide the right level of authentication, the right level of identity, if we don't handle the identity for AI agents quickly, this is going to become a catastrophic event. Hi, everybody. My name is Micah Spieler. I'm the chief product officer at StrikeGraph. At StrikeGraph, we're building an AI-native compliance platform, and as we've been layering in AI pretty much from day one, we've had to manage and take into consideration the sensitivity of our customers' data. We want to make sure that the agents that we're building have the right access to the right information, but in a secure and sensitive way. We know that if we can solve this, we can provide really robust and innovative tools for our customers so that they can manage their compliance programs better. In this new paradigm of enterprise agents and different AI agents, we're seeing pressures from all sides. Our competitors, our customers are building some of their own AI tools, and we want to make sure that we can continue to stay ahead, stay competitive. I think it's been really important for us to have tools that we can use that our engineering team especially can just implement right out of the box. We were able to take an idea like an MCP server and pretty much put it into production and have our customers start using it all within one sprint, and that was largely because that authentication layer was already in place. We could just connect into what we knew was really secure systems that Auth0 provides and just kind of get to the more important thing, which is figuring out how this system can actually provide value for our customers. At StrikeGraph, we're always investigating how we can bring AI to the compliance data that our customers trust us with. We have to slow down almost every conversation to make sure that we're treating that data with the right level of sensitivity and the right level of security. We've got Verify AI, which is one of our AI tools that actually reads every single piece of evidence that a customer uploads to ensure that it's meeting the requirements of the compliance framework. It's been really eye-opening for me to see how our customers are using our MCP servers. We're really lucky to have Auth0 as a way for us to quickly spin up the MCP server that we provided to our customers. Now that they have those tools in hand, they're showing us these cases that we never even thought of in the first place. It's been really incredible to see how that works. Recognizing that large language models and AI systems don't query data in the same way that humans do. It's not this one question, one answer kind of situation. They're making hundreds of API calls almost at once. When you start to pair that at scale with lots of other customers using their MCP tools to connect to their data, making sure that all of that can scale seamlessly and securely, it's been really important for us. Okta's blueprint around where, what, and how can agents interact with this information has been a good guiding post for us to really think about how we develop our own AI agents internally. All of our agents are built within our own ecosystem. So we don't rely on third parties. We want to make sure that we have full control over what these agents are doing. That means we can answer the question around what are they doing and where do they have access and what data do they have access to because we have that full control. This is really critical for establishing trust with customers because when they come to you and they ask a question about your AI agents, if you can't answer that quickly and concisely and confidently, they're going to see right through you. So for us, being able to follow that Okta blueprint and really thinking about how we can develop AI in a secure manner has allowed us to enter into those conversations with a ton of confidence, really build that trust with our customers. And at the end of the day, that just helps us build a better product. It helps us provide those delight moments that they're excited about and gets them excited about using AI also. A couple of things that I'm really watching right now are how we utilize smaller models and how models get more and more bespoke, trained to a specific task over time. I think we've all really benefited from these big frontier models that can handle almost any task with pretty decent accuracy. But what we've seen recently is that we can fine tune smaller models that run with a smaller footprint more affordably and with a higher level of accuracy on really specific tasks that then allow us to do much more exciting and innovative things a lot quicker and a lot more affordably. Chaining together multiple small models actually produces better results than relying on these big frontier models. All of a sudden, we're passing data around a lot more frequently. So we really have to think about how that data is secure and how we're using authentication to ensure that that data remains encrypted and is only accessed by the right AI agents. More and more, we're seeing our customers settling internally within their organizations on one or two providers. Because of this, I think MCP tooling in particular is going to become even more and more critical. But we have to be really thoughtful about how that data is protected because sooner or later, we're going to see a big data breach that was because an AI agent went rogue inside someone's system because it wasn't securely cordoned off, didn't have the right access controls in place, and that's just going to be a disaster. For folks who are just exploring how AI agents can work in their system, I think a really great place to start is just thinking through what information should this AI have access to and making sure you put that authentication layer in place first. What you don't want is for an AI to have access to information that it shouldn't and for you not to notice until something bad happens. And look at Auth0. Auth0 has authentication for AI agents. You can just turn that on and you can start to implement an MCP server and the authentication layer shouldn't be the biggest problem. So if you can get that out of the way in the beginning by understanding what your data model is, how those AI agents should access that data, I think you'll have a really great platform to just start experimenting. Thanks for watching. If you have any of your own agent eye-opener ideas, definitely drop them in the comments. I'd love to hear about them. And if you want to learn more about my story, click the link in the description to find out more.

TL;DR

  • Strike Graph built authentication into their AI agent architecture from day one, enabling them to ship an MCP server to production within a single sprint by relying on Auth0's existing security layer.
  • AI agents make hundreds of simultaneous API calls — a fundamentally different access pattern than human users — which creates significant security risk if proper identity controls are not in place.
  • Chaining smaller, specialized AI models is increasingly outperforming large frontier models on specific tasks, but it also increases data movement and raises the stakes for scoped, encrypted access controls.
  • Micah Spieler warns that without rapid industry adoption of AI agent identity management, a catastrophic data breach caused by a rogue agent operating without proper access controls is inevitable.

Summary

In this episode of Okta's Agent Eye-Openers series, Micah Spieler, Chief Product Officer at Strike Graph, makes a direct case for treating AI agent authentication as a foundational engineering requirement rather than a feature to be added later. Strike Graph builds an AI-native compliance platform that handles sensitive customer security data, and Micah explains how his team embedded identity and access controls into their agent architecture from the very beginning. By leveraging Auth0's authentication layer for MCP servers, Strike Graph was able to ship a production-ready MCP integration within a single sprint — because the security scaffolding was already in place. Micah highlights a critical distinction between how humans and AI agents interact with data: agents make hundreds of simultaneous API calls rather than discrete queries, which dramatically amplifies the risk surface if access controls are absent. He also addresses the emerging challenge of chaining smaller, specialized AI models, which increases data movement and makes scoped authentication even more essential. The conversation closes with a practical call to action: define your data model and access boundaries first, implement authentication before you build, and use tools like Auth0 to remove that friction early. Micah warns that without industry-wide adoption of proper AI agent identity controls, a major data breach caused by a rogue agent is not a matter of if, but when.

Chapters

0:00 - Introduction & Core Warning
0:21 - Strike Graph & AI-Native Compliance
1:18 - MCP Server & Auth0 Integration
2:31 - How AI Agents Query Data Differently
4:03 - Smaller Models & Data Security
5:27 - Advice: Authentication Before Innovation

Key Quotes

0:00 "If we don't handle the identity for AI agents quickly, this is going to become a catastrophic event."
1:18 "We were able to take an idea like an MCP server and pretty much put it into production and have our customers start using it all within one sprint, and that was largely because that authentication layer was already in place."
2:41 "They're making hundreds of API calls almost at once."
3:27 "This is really critical for establishing trust with customers because when they come to you and they ask a question about your AI agents, if you can't answer that quickly and concisely and confidently, they're going to see right through you."
5:16 "Sooner or later, we're going to see a big data breach that was because an AI agent went rogue inside someone's system because it wasn't securely cordoned off, didn't have the right access controls in place, and that's just going to be a disaster."

FAQ

Why does AI agent authentication require a different approach than standard user authentication?

Unlike humans who make discrete, sequential queries, AI agents issue hundreds of API calls nearly simultaneously. At scale — with many customers running their own MCP tools — this creates a much larger and faster-moving attack surface. Authentication must be scoped precisely to each agent's role and data access needs, not applied as a blanket policy.

How did Strike Graph implement secure AI agent access without slowing down development?

By integrating Auth0's authentication layer before building agent features, Strike Graph's engineering team could connect new capabilities — like their MCP server — directly into a pre-secured system. This allowed them to go from concept to production in a single sprint, because the authentication problem was already solved.


Categories:
  • » Cybersecurity » Zero Trust
  • » Data Protection
Channels:
News:
Events:
Tags:
  • AI & Machine Learning
  • Identity & Access
  • Zero Trust
  • Compliance & Governance
  • Security Operations
  • Interview
  • Best Practices
  • AI agent security
  • Identity and access management
  • MCP server authentication
  • Auth0 integration
  • Compliance automation
  • Scoped permissions
Show more Show less

Browse videos

  • Related
  • Featured
  • By date
  • Most viewed
  • Top rated
  •  

              Video's comments: AI Agent Authentication: Build Security In From Day One

              Industry Events (Sponsor Hosted)

              • Sep
                23

                Understanding Hidden Data Risks and Enhancing Your Protection Strategies

                09/23/202601:00 PM ET
                • Sep
                  29

                  Embracing AI Adoption While Ensuring Robust Security Measures

                  09/29/202612:00 PM ET
                  More events

                  Upcoming Webinar Calendar

                  • 09/23/2026
                    01:00 PM
                    09/23/2026
                    Understanding Hidden Data Risks and Enhancing Your Protection Strategies
                    https://www.truthinit.com/index.php/channel/2087/understanding-hidden-data-risks-and-enhancing-your-protection-strategies/
                  • 09/29/2026
                    12:00 PM
                    09/29/2026
                    Embracing AI Adoption While Ensuring Robust Security Measures
                    https://www.truthinit.com/index.php/channel/2092/embracing-ai-adoption-while-ensuring-robust-security-measures/
                  • 09/30/2026
                    04:00 AM
                    09/30/2026
                    AI Command Center: Gain Visibility and Control Over Your Operations
                    https://www.truthinit.com/index.php/channel/2024/ai-command-center-gain-visibility-and-control-over-your-operations/
                  • 11/19/2026
                    01:00 PM
                    11/19/2026
                    360View: Govern, Secure & Recover Your Microsoft 365 Environment
                    https://www.truthinit.com/index.php/channel/2076/360view-govern-secure-recover-your-microsoft-365-environment/
                  Truth in IT
                  • Sponsor
                  • About Us
                  • Terms of Service
                  • Privacy Policy
                  • Contact Us
                  • Preference Management
                  Desktop version
                  Standard version