CINXE.COM
Okta Showcase | Okta
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="UTF-8"/> <title>Okta Showcase | Okta</title> <meta name="description" content="Register for Okta Showcase to hear about our newest innovations and learn how we're helping organizations accelerate growth, increase efficiency, and enhance security."/> <meta name="template" content="page-content-2025showcase"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <script defer="defer" type="text/javascript" src="https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js" data-routing="program=128820,environment=1271211,tier=publish"></script> <link rel="canonical" href="https://www.okta.com/showcase/"/> <meta name="title" content="Okta Showcase | Okta"/> <meta property="og:title" content="Okta Showcase | Okta"/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://www.okta.com/content/dam/okta---digital/en_us/images/graphics/og-image-webinars-hub.png"/> <meta property="og:url" content="https://www.okta.com/showcase/"/> <meta name="twitter:title" content="Okta Showcase | Okta"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:url" content="https://www.okta.com/showcase/"/> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="ae06a559-1e13-4071-9511-910ac107cf0a"></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KXMLV58'); </script> <script type="text/javascript"> (function() { window.ContextHub = window.ContextHub || {}; /* setting paths */ ContextHub.Paths = ContextHub.Paths || {}; ContextHub.Paths.CONTEXTHUB_PATH = "/conf/okta-www-events/settings/cloudsettings/okta-events/contexthub"; ContextHub.Paths.RESOURCE_PATH = "\/content\/okta\u002Dwww\u002Devents\/us\/en\/2025\/showcase\/_jcr_content\/contexthub"; ContextHub.Paths.SEGMENTATION_PATH = "\/conf\/okta\u002Dwww\u002Devents\/showcase\/settings\/wcm\/segments"; ContextHub.Paths.CQ_CONTEXT_PATH = ""; /* setting initial constants */ ContextHub.Constants = ContextHub.Constants || {}; ContextHub.Constants.ANONYMOUS_HOME = "/home/users/p/pBYa0XDyzPrhBhaVRfZL"; ContextHub.Constants.MODE = "no-ui"; }()); </script><script src="/etc/cloudsettings.kernel.js/conf/okta-www-events/settings/cloudsettings/okta-events/contexthub" type="text/javascript"></script> <link rel="preconnect" href="https://targeting.api.drift.com"/> <link rel="dns-prefetch" href="https://targeting.api.drift.com"/> <link rel="preconnect" href="https://event.api.drift.com"/> <link rel="dns-prefetch" href="https://event.api.drift.com"/> <link rel="dns-prefetch" href="https://bootstrap.api.drift.com"/> <link rel="preconnect" href="https://bootstrap.api.drift.com"/> <script> !function () { function hasLocalStorage() { try { return "localStorage" in window && window["localStorage"] !== null; } catch (e) { return false; } } if (hasLocalStorage() && window.localStorage.getItem("oktaLocation") !== null) { if (["ru", "by"].indexOf(JSON.parse(window.localStorage.getItem("oktaLocation")).countryCode) !== -1) { return; } } var t; if (t = window.driftt = window.drift = window.driftt || [], !t.init) return t.invoked ? void (window.console && console.error && console.error("Drift snippet included twice.")) : (t.invoked = !0, t.methods = ["identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on"], t.factory = function (e) { return function () { var n; return n = Array.prototype.slice.call(arguments), n.unshift(e), t.push(n), t; }; }, t.methods.forEach(function (e) { t[e] = t.factory(e); }), t.load = function (t) { var e, n, o, i; e = 3e5, i = Math.ceil(new Date() / e) * e, o = document.createElement("script"), o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + i + "/" + t + ".js", n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n); }); }(); drift.SNIPPET_VERSION = "0.3.1"; var driftWidgetIsLoaded = false; function loadDriftWidgetOnScroll() { LoadDriftWidget(); window.removeEventListener('scroll', loadDriftWidgetOnScroll); window.removeEventListener('click', loadDriftWidgetOnScroll); window.addEventListener('scroll', loadDriftWidgetOnScroll); window.addEventListener('click', loadDriftWidgetOnScroll) }; function LoadDriftWidget() { if (driftWidgetIsLoaded === false) { driftWidgetIsLoaded = true; drift.load("kn3ivuny969s"); } } if (window.location.hash.length > 0) { loadDriftWidgetOnScroll() } setTimeout(function () { loadDriftWidgetOnScroll(); }, 2000); </script> <script> (function () { function getRandomInt(min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min)) + min; } var random = getRandomInt(1, 100); if (random <= 50) { document.cookie = "DriftPlaybook=A" } else { document.cookie = "DriftPlaybook=B" } })(); </script> <script> if (typeof drift !== undefined && window.drift && localStorage && navigator.cookieEnabled) { drift.on("ready", function (api) { var targetNode = document.getElementById("onetrust-banner-sdk"); var driftNode = document.getElementById("drift-frame-controller"); driftNode.dataset.listener = false; var observerConfig = { attributes: true }; function isBannerHidden() { return targetNode.style.visibility === "hidden"; } function resizeListener() { offsetDrift(targetNode); } function toggleListener() { const isHidden = isBannerHidden(); if (isHidden && driftNode.dataset.listener === 'true') { driftNode.dataset.listener = false; window.removeEventListener('resize', resizeListener); return; } if (!isHidden && driftNode.dataset.listener === 'false') { driftNode.dataset.listener = true; window.addEventListener('resize', resizeListener); return; } } function offsetDrift(node) { const isHidden = isBannerHidden(); if (isHidden) { driftNode.style.bottom = "24px"; return; } const height = node.clientHeight + 24; driftNode.style.bottom = height + "px"; } function mutationHandler(mutationsList) { var lastMutation = mutationsList[mutationsList.length - 1]; offsetDrift(lastMutation.target); toggleListener(); }; if (targetNode && driftNode) { var observer = new MutationObserver(mutationHandler); observer.observe(targetNode, observerConfig); offsetDrift(targetNode); toggleListener(); } function getRefQueryParam(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"); var results = regex.exec(location.search); return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } const PROPS = ["utm_campaign", "utm_content", "utm_medium", "utm_page", "utm_source", "utm_term"]; const numVisits = parseInt(localStorage.getItem("Drift.Targeting.numberOfVisits")); const currentSession = parseInt(localStorage.getItem("Drift.Targeting.numberOfSessions")); const lastSession = parseInt(localStorage.getItem("lastDriftSessionNumber")); let newSession = false; if (!lastSession || !currentSession || currentSession > lastSession) { newSession = true; } localStorage.setItem("lastDriftSessionNumber", currentSession); const attrs = {}; PROPS.map(function (prop) { const value = getRefQueryParam(prop); let propName = ""; if (numVisits === 1) { propName = "original_" + prop + "_custom"; attrs[propName] = value; } if (newSession) { propName = "session_" + prop; attrs[propName] = value; } }); if (Object.keys(attrs).length > 0) { drift.api.setUserAttributes(attrs); } // Set on email capture. window.drift.on("emailCapture", function (e) { const emailAttrs = {}; PROPS.map(function (prop) { const value = getRefQueryParam(prop); const propName = "conversion_" + prop; emailAttrs[propName] = value; }); drift.api.setUserAttributes(emailAttrs); }); }); } </script> <script> (function () { var didInit = false; let munchkinID = ""; function initMunchkin() { if (didInit === false) { didInit = true; Munchkin.init(munchkinID); } } var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = "//munchkin.marketo.net/munchkin.js"; s.onreadystatechange = function () { if (this.readyState == "complete" || this.readyState == "loaded") { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName("head")[0].appendChild(s); })(); </script> <script> var getCookie = (cname) => { const name = cname + "="; const ca = document.cookie.split(";"); for (let i = 0; i < ca.length; i += 1) { let c = ca[i]; while (c.charAt(0) === " ") c = c.substring(1); if (c.indexOf(name) === 0) { return decodeURIComponent(c.substring(name.length, c.length)); } } return ""; }; // Set up attribution cookie names var ATTRIBUTION_COOKIE = "_okta_attribution"; var SESSION_ATTRIBUTION_COOKIE = "_okta_session_attribution"; var ORIGINAL_ATTRIBUTION_COOKIE = "_okta_original_attribution"; // Helper to get attribution cookies. var getAttributionCookie = (name) => { const attributionCookie = getCookie(name); return attributionCookie ? JSON.parse(attributionCookie) : {}; }; // Get the UTM values from the attribution cookies. var getUtms = () => { const utmNames = [ "utm_content", "utm_source", "utm_campaign", "utm_medium", "utm_term", "utm_page", ]; const attributionCookie = getAttributionCookie(ATTRIBUTION_COOKIE); const sessionAttributionCookie = getAttributionCookie(SESSION_ATTRIBUTION_COOKIE); const originalAttributionCookie = getAttributionCookie(ORIGINAL_ATTRIBUTION_COOKIE); const utmRes = {}; utmNames.forEach((name) => { utmRes[name + "__c"] = attributionCookie[name]; utmRes["session_" + name + "__c"] = sessionAttributionCookie[name]; utmRes["original_" + name + "__c"] = originalAttributionCookie[name]; }); return { UTM_ID__c: attributionCookie.utm_id, original_utm_date__c: originalAttributionCookie.utm_date, ...utmRes, }; }; // Get all the attribution data. var getHiddenFieldData = (formId, ocid) => { const attributionCookie = getAttributionCookie(ATTRIBUTION_COOKIE); return { cid: attributionCookie?.ocid || ocid, ...getUtms(), }; }; var hashEmail = async (email) => { const encoder = new TextEncoder(); const data = encoder.encode(email); const hashBuffer = await crypto.subtle.digest('SHA-256', data); const hashArray = Array.from(new Uint8Array(hashBuffer)); const hashHex = hashArray.map(byte => byte.toString(16).padStart(2, '0')).join(''); return hashHex; } </script> <link rel="stylesheet" href="/etc.clientlibs/okta-www-events/clientlibs/clientlib-base.lc-c8ddfbf6480258f2bef7c9d73f29207d-lc.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025.lc-17dd751e5c21a024c1f1bdf032954bc1-lc.min.css" type="text/css"> <script async src="/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.js"></script> <script async src="/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.js"></script> <link rel="shortcut icon" type="image/x-icon" href="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025/resources/images/favicon.ico"/> <link rel="icon" sizes="192x192" type="image/png" href="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025/resources/images/icon-192x192.png"/> <link rel="apple-touch-icon" sizes="167x167" type="image/png" href="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025/resources/images/apple-touch-icon-167x167.png"/> <link rel="apple-touch-icon" sizes="152x152" type="image/png" href="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025/resources/images/apple-touch-icon-152x152.png"/> <link rel="apple-touch-icon" sizes="180x180" type="image/png" href="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025/resources/images/apple-touch-icon-180x180.png"/> <link rel="apple-touch-icon" sizes="120x120" type="image/png" href="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025/resources/images/apple-touch-icon-120x120.png"/> <meta name="msapplication-square310x310logo" content="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025/resources/images/icon-310x310.png"/> <meta name="msapplication-wide310x150logo" content="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025/resources/images/icon-310x150.png"/> <meta name="msapplication-square150x150logo" content="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025/resources/images/icon-150x150.png"/> <meta name="msapplication-square70x70logo" content="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025/resources/images/icon-70x70.png"/> </head> <body class="page_generic page_base page basicpage showcase2025" id="page_generic-35e98bf126" data-cmp-link-accessibility-enabled data-cmp-link-accessibility-text="opens in a new tab" data-cmp-data-layer-enabled data-cmp-data-layer-name="dataLayer"> <script> var dataLayerName = 'dataLayer' || 'adobeDataLayer'; window[dataLayerName] = window[dataLayerName] || []; window[dataLayerName].push({ page: JSON.parse("{\x22page_generic\u002D35e98bf126\x22:{\x22@type\x22:\x22okta\u002Dwww\u002Devents\/components\/page\/page_generic\x22,\x22repo:modifyDate\x22:\x222025\u002D03\u002D31T18:39:15Z\x22,\x22dc:title\x22:\x22Okta Showcase | Okta\x22,\x22dc:description\x22:\x22Register for Okta Showcase to hear about our newest innovations and learn how we\x27re helping organizations accelerate growth, increase efficiency, and enhance security.\x22,\x22xdm:template\x22:\x22\/conf\/okta\u002Dwww\u002Devents\/showcase\/settings\/wcm\/templates\/page\u002Dcontent\u002D2025showcase\x22,\x22xdm:language\x22:\x22en\x22,\x22xdm:tags\x22:[],\x22repo:path\x22:\x22\/content\/okta\u002Dwww\u002Devents\/us\/en\/2025\/showcase.html\x22}}"), event:'cmp:show', eventInfo: { path: 'page.page_generic\u002D35e98bf126' } }); </script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KXMLV58" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <div class="cmp cmp-container cmp-container--root-wrapper"> <div id="container-ec9294b5bc" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <header class="experiencefragment aem-GridColumn aem-GridColumn--default--12"> <div id="experiencefragment-7b1f5f4204" class="cmp-experiencefragment cmp-experiencefragment--header"> <div id="container-5f7a5c417f" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="cmp cmp-container cmp-container--default bg-carbon space-inset-vertical--xxx-small aem-GridColumn aem-GridColumn--default--12"> <div id="container-a7d54b1cc0" class="cmp-container"> <div class="text body-b-4"> <div data-cmp-data-layer="{"text-1fe5584027":{"@type":"okta-www-events/components/content/text/v1/text","repo:modifyDate":"2025-03-31T19:38:41Z","xdm:text":"<p>Oktane Call for Speakers is open! <a href=\"https://www.okta.com/oktane/\">Accepting proposals now through April 11.</a></p>\r\n"}}" id="text-1fe5584027" class="cmp-text"> <p>Oktane Call for Speakers is open! <a href="https://www.okta.com/oktane/">Accepting proposals now through April 11.</a></p> </div> </div> </div> </div> <div class="cmp cmp-container cmp-container--default aem-GridColumn aem-GridColumn--default--12"> <div id="header" class="cmp-container"> <div class="cmp cmp-container"> <div id="container-5262d5bdf4" class="cmp-container"> <div class="image"> <div data-cmp-is="image" data-cmp-src="/content/experience-fragments/okta-www-events/us/en/2025/showcase/structure/header/master/_jcr_content/root/container_1120898365/container/image.coreimg{.width}.svg/1740009142199/logo-showcase-2024.svg" data-cmp-filereference="/content/dam/okta-www-events/us/en/common/images/logos/logo-showcase-2024.svg" id="image-fc4b79e391" data-cmp-data-layer="{"image-fc4b79e391":{"@type":"okta-www-events/components/content/image/v1/image","repo:modifyDate":"2025-02-19T23:52:22Z","xdm:linkURL":"/showcase/","image":{"repo:id":"20332737-fc63-40db-858a-6184ee8d0c5e","repo:modifyDate":"2024-07-11T21:28:59Z","@type":"image/svg+xml","repo:path":"/content/dam/okta-www-events/us/en/common/images/logos/logo-showcase-2024.svg"}}}" data-cmp-hook-image="imageV3" class="cmp-image" itemscope itemtype="http://schema.org/ImageObject"> <a class="cmp-image__link" data-cmp-clickable href="/showcase/"> <img src="/content/experience-fragments/okta-www-events/us/en/2025/showcase/structure/header/master/_jcr_content/root/container_1120898365/container/image.coreimg.svg/1740009142199/logo-showcase-2024.svg" loading="lazy" class="cmp-image__image" itemprop="contentUrl" alt="Okta Showcase Logo"/> </a> </div> </div> </div> </div> <div class="cmp cmp-container d-flex flex-row gap--x-small"> <div id="header-utility" class="cmp-container"> <div class="experiencefragment"> <div id="experiencefragment-4148975e7d" class="cmp-experiencefragment cmp-experiencefragment--header-personalized-buttons"> <div id="container-40b12329d5" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="target parbase aem-GridColumn aem-GridColumn--default--12"> <script type="text/javascript"> function makeTargetedComponentVisible(componentID) { var targetedComponent = undefined; if( document.readyState !== 'loading' ) { targetedComponent = document.getElementById(componentID); if (targetedComponent) targetedComponent.style.visibility = 'visible'; } else { document.addEventListener('DOMContentLoaded', function () { targetedComponent = document.getElementById(componentID); if (targetedComponent) targetedComponent.style.visibility = 'visible'; }); } } </script> <script type="text/javascript"> if (window.ContextHub && ContextHub.SegmentEngine) { ContextHubJQ(function() { ContextHub.eventing.on(ContextHub.Constants.EVENT_TEASER_LOADED, function(event, data){ data.data.forEach(function(evData) { if (evData.key === "_content_experience\u002Dfragments_okta\u002Dwww\u002Devents_us_en_2025_showcase_content_global_header\u002Dpersonalized\u002Dbuttons_master_jcr_content_root_experiencefragment6b8e574f\u002D2dd3\u002D4b00\u002Da434\u002D48a2c22184de") { makeTargetedComponentVisible("_content_experience-fragments_okta-www-events_us_en_2025_showcase_content_global_header-personalized-buttons_master_jcr_content_root_experiencefragment6b8e574f-2dd3-4b00-a434-48a2c22184de"); } }); }); ContextHub.SegmentEngine.PageInteraction.Teaser({ locationId: '_content_experience\u002Dfragments_okta\u002Dwww\u002Devents_us_en_2025_showcase_content_global_header\u002Dpersonalized\u002Dbuttons_master_jcr_content_root_experiencefragment6b8e574f\u002D2dd3\u002D4b00\u002Da434\u002D48a2c22184de', variants: [{"path":"/content/campaigns/okta-www-events/showcase/showcase-2025/reg_complete/master-experiencefragment","name":"master-experiencefragment","title":"Reg Complete","campaignName":"showcase-2025","campaignPath":"/content/campaigns/okta-www-events/showcase/showcase-2025","thumbnail":"/content/campaigns/okta-www-events/showcase/showcase-2025/reg_complete/master-experiencefragment.thumb.png","id":"showcase-2025_master-experiencefragment","url":"/content/campaigns/okta-www-events/showcase/showcase-2025/reg_complete/master-experiencefragment/jcr:content/par.html","campaignPriority":1,"segments":["/conf/okta-www-events/showcase/settings/wcm/segments/core-users-registered-for-showcase-2025"],"tags":[]},{"path":"/content/okta-www-events/us/en/2025/showcase/default","name":"default","title":"Default","campaignName":"","thumbnail":"/content/okta-www-events/us/en/2025/showcase.thumb.png","url":"/content/experience-fragments/okta-www-events/us/en/2025/showcase/content/global/header-personalized-buttons/master/_jcr_content/root/experiencefragment.default.html","campaignPriority":0,"tags":[]}], strategy: '', trackingURL: null }); // Make the targeted content visible if no teasers were loaded after 5s setTimeout(function(){ makeTargetedComponentVisible("_content_experience-fragments_okta-www-events_us_en_2025_showcase_content_global_header-personalized-buttons_master_jcr_content_root_experiencefragment6b8e574f-2dd3-4b00-a434-48a2c22184de"); }, 5000); }); } else { makeTargetedComponentVisible("_content_experience-fragments_okta-www-events_us_en_2025_showcase_content_global_header-personalized-buttons_master_jcr_content_root_experiencefragment6b8e574f-2dd3-4b00-a434-48a2c22184de"); } </script> <div id="_content_experience-fragments_okta-www-events_us_en_2025_showcase_content_global_header-personalized-buttons_master_jcr_content_root_experiencefragment6b8e574f-2dd3-4b00-a434-48a2c22184de" class="campaign " style="visibility: hidden"> <div class="default experiencefragment"> <div id="experiencefragment-b765b7e3d1" class="cmp-experiencefragment cmp-experiencefragment--register-button"> <div id="header-register-button" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="userinfo aem-GridColumn aem-GridColumn--default--12"><div class="cmp-userinfo" id="userinfo-73703df817" data-cmp-data-layer="{"userinfo-73703df817":{"@type":"okta-www-events/components/auth/userinfo/v1/userinfo","repo:modifyDate":"2025-02-20T18:13:36Z"}}" data-cmp-is="userinfo" data-cmp-cic-enabled="true" data-cmp-cic-client-id="1xSlFupf26tIF8szTNqSRHWM09xfGIuw" data-cmp-cic-journey-id="2025-showcase" data-cmp-cic-callback-url="https://www.okta.com/showcase/" data-cmp-target-url="https://www.okta.com/showcase/thank-you/" data-cmp-cic-url="https://experience.okta.com" data-cmp-logout-redirect="https://www.okta.com/showcase/"> <div class="cmp-userinfo__wrapper"> <div class="cmp-userinfo__asset"> </div> <div class="cmp-userinfo__content"> <div class="cmp-userinfo__username" data-js-hook-userinfo="replace"> <span class="cmp-userinfo__username-label">Username :</span> <span class="cmp-userinfo__username-text" data-js-replace="given_name"></span> </div> <div class="cmp-userinfo__action-container"> <div class="cmp-userinfo__personalized-content"> <div id="container-f37e7e61c5" class="cmp-container"> </div> </div> <div class="button cmp-userinfo__btn-login cmp-button--regular"> <button type="button" class="cmp-button" data-cmp-hook-userinfo='login'> <span class="cmp-button__text">Get registered</span> </button> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="userinfo"><div class="cmp-userinfo" id="userinfo-ee81f6586a" data-cmp-data-layer="{"userinfo-ee81f6586a":{"@type":"okta-www-events/components/auth/userinfo/v1/userinfo","repo:modifyDate":"2025-02-19T22:06:54Z"}}" data-cmp-is="userinfo" data-cmp-cic-enabled="true" data-cmp-cic-client-id="1xSlFupf26tIF8szTNqSRHWM09xfGIuw" data-cmp-cic-journey-id="2025-showcase" data-cmp-cic-callback-url="https://www.okta.com/showcase/" data-cmp-target-url="https://www.okta.com/showcase/thank-you/" data-cmp-cic-url="https://experience.okta.com" data-cmp-logout-redirect="https://www.okta.com/showcase/"> <div class="cmp-userinfo__wrapper"> <div class="cmp-userinfo__asset"> </div> <div class="cmp-userinfo__content"> <div class="cmp-userinfo__username" data-js-hook-userinfo="replace"> <span class="cmp-userinfo__username-label">Username :</span> <span class="cmp-userinfo__username-text" data-js-replace="given_name"></span> </div> <div class="cmp-userinfo__action-container"> <div class="cmp-userinfo__personalized-content"> <div id="container-3b58832e42" class="cmp-container"> </div> </div> <div class="button cmp-userinfo__btn-login cmp-button--regular"> <button type="button" class="cmp-button" data-cmp-hook-userinfo='login'> <span class="cmp-button__text">Log in</span> </button> </div> <div class="button cmp-userinfo__btn-logout cmp-button--regular"> <button type="button" class="cmp-button" data-cmp-hook-userinfo="logout"> <span class="cmp-button__text">Log out</span> </button> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp cmp-container"> <div id="mobile-menu" class="cmp-container"> <div class="embed"> <div data-cmp-data-layer="{"embed-7b6ef53735":{"@type":"okta-www-events/components/content/embed/v1/embed","repo:modifyDate":"2025-02-20T00:32:23Z"}}" id="embed-7b6ef53735" class="cmp-embed"> <div class="cmp-mobile-menu" data-cmp-is="mobile-menu"> <svg class="icon-burger" tabindex="0" width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4 10H28" stroke="#191919" stroke-width="1.5" /> <path d="M4 16H28" stroke="#191919" stroke-width="1.5" /> <path d="M4 22H28" stroke="#191919" stroke-width="1.5" /> </svg> <svg class="icon-close" tabindex="0" width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.0001 14.5859L10.7072 9.29297L9.29297 10.7072L14.5859 16.0001L9.29297 21.293L10.7072 22.7072L16.0001 17.4143L21.2929 22.7071L22.7071 21.2929L17.4143 16.0001L22.7071 10.7073L21.2929 9.29305L16.0001 14.5859Z" fill="black" /> </svg> <div class="cmp-mobile-menu__wrapper"> <div class="cmp-mobile-menu__wrapper-content"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </header> <main class="cmp cmp-container aem-GridColumn aem-GridColumn--default--12"> <div id="main-content" class="cmp-container"> <div class="eventscountdown cmp-events-countdown--sticky"><div class="cmp-events-countdown hidden" id="eventscountdown-2feb40dad0"> <div class="cmp-events-countdown__title"> <span> Showcase starts in</span> <button class="cmp-events-countdown__close-icon" aria-label="event countdown close"> <svg class="coundown-icon-close" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.0001 14.5859L10.7072 9.29297L9.29297 10.7072L14.5859 16.0001L9.29297 21.293L10.7072 22.7072L16.0001 17.4143L21.2929 22.7071L22.7071 21.2929L17.4143 16.0001L22.7071 10.7073L21.2929 9.29305L16.0001 14.5859Z" fill="white"/> </svg> </button> </div> <div class="cmp-events-countdown__wrapper" data-js-hook="events-countdown" aria-live="polite" tabindex="0"> <!-- Timer markup goes here --> </div> </div> </div> <div class="cmp cmp-container"> <div id="container-6a20785a1c" class="cmp-container"> <div class="cmp cmp-container cmp-container--homepage-hero-banner cmp-container--default"> <div class="cmp-container__video-wrapper" data-cmp-style="background-image:url(\2f content\2f dam\2fokta-www-events\2fus\2f en\2f 2025\2fshowcase\2fimages\2fshowcase_00_hero_background_still_backup.jpg);background-size:cover;background-repeat:no-repeat;"> <div class="cmp-container__overlay"></div> <video class="cmp-container__bg-video" autoplay muted loop playsinline> <source data-cmp-src="/content/dam/okta-www-events/us/en/2025/showcase/videos/showcase_00_hero_background_video.mp4"/> </video> </div> <div id="hero" class="cmp-container" style="background-image:url(\2f content\2f dam\2fokta-www-events\2fus\2f en\2f 2025\2fshowcase\2fimages\2fshowcase_00_hero_background_still_backup.jpg);background-size:cover;background-repeat:no-repeat;"> <div class="cmp cmp-container d-flex flex-column justify-content-center"> <div id="container-80f6bdab24" class="cmp-container"> <div class="image space-stack--small"> <div data-cmp-is="image" data-cmp-src="/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1498961419/container_389690545/image.coreimg{.width}.svg/1740092418889/showcase-00-hero-logo.svg" data-cmp-filereference="/content/dam/okta-www-events/us/en/2025/showcase/images/showcase_00_hero_logo.svg" id="image-cc289e605a" data-cmp-data-layer="{"image-cc289e605a":{"@type":"okta-www-events/components/content/image/v1/image","repo:modifyDate":"2025-02-20T23:00:18Z","image":{"repo:id":"4cb13020-b7f1-479f-a730-2031b35e8ac1","repo:modifyDate":"2025-02-20T22:59:45Z","@type":"image/svg+xml","repo:path":"/content/dam/okta-www-events/us/en/2025/showcase/images/showcase_00_hero_logo.svg"}}}" data-cmp-hook-image="imageV3" class="cmp-image" itemscope itemtype="http://schema.org/ImageObject"> <img src="/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1498961419/container_389690545/image.coreimg.svg/1740092418889/showcase-00-hero-logo.svg" loading="lazy" class="cmp-image__image" itemprop="contentUrl" alt="Okta Showcase"/> </div> </div> <div class="embed"> <div data-cmp-data-layer="{"embed-2f7eba4d65":{"@type":"okta-www-events/components/content/embed/v1/embed","repo:modifyDate":"2025-03-19T16:32:10Z"}}" id="embed-2f7eba4d65" class="cmp-embed"> <div class="showcase25-eyebrow"> <div class="showcase25-eyebrow-livestream">Livestream</div> <div class="showcase25-eyebrow-details">McLaren Technology Centre, UK — April 9, 2025</div> </div> <style> .showcase25-eyebrow { display: flex; gap: 24px; font-family: 'Aeonik-Medium'; align-items: center; margin-bottom: 24px; } @media (max-width: 500px) { .showcase25-eyebrow { flex-direction: column; align-items: flex-start; } } .showcase25-eyebrow-livestream { background: linear-gradient(129deg, rgba(255, 128, 0, 0.50) -22.12%, rgba(255, 128, 0, 0.00) 40.98%), linear-gradient(129deg, rgba(255, 128, 0, 0.50) -22.12%, rgba(255, 128, 0, 0.00) 40.98%), linear-gradient(223deg, rgba(117, 73, 242, 0.00) 0%, rgba(117, 73, 242, 0.80) 100%), linear-gradient(156deg, rgba(63, 89, 228, 0.00) 61.59%, #3F59E4 100%), linear-gradient(252deg, rgba(255, 254, 250, 0.17) 4.01%, rgba(59, 58, 51, 0.17) 34.67%); color: rgba(255, 255, 255, 1); font-size: 14px; letter-spacing: 1.4px; text-transform: uppercase; border-radius: 8px; padding: 8px 12px; backdrop-filter: blur(26px); } .showcase25-eyebrow-livestream::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: inherit; border: 1px solid transparent; background: linear-gradient(225deg, rgba(255, 255, 255, 0.72) 10.55%, rgba(25, 25, 25, 0) 40%) border-box; -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -webkit-mask-composite: destination-out; mask-composite: exclude; pointer-events: none; } .showcase25-eyebrow-details { color: rgba(229, 229, 229, 1); font-size: 20px; } @media (min-width: 1250px) { #hero-title { max-width: 866px !important; width: 866px !important; } } @media (max-width: 1249px) { #hero-title { max-width: 100% !important; width: 100% !important; } } #hero .cmp-userinfo__personalized-content { display: none; } #hero .cmp-button__text { font-size: 20px; } @media (max-width: 500px) { #hero .cmp-userinfo__action-container, #hero .cmp-button--regular, #hero .cmp-button { width: 100%; } } </style> </div> </div> <div class="cmp cmp-container cmp-container--hero-banner-text-cta align-items-center justify-content-space-between"> <div id="container-85da94755e" class="cmp-container"> <div class="text body-2 space-stack--small"> <div data-cmp-data-layer="{"hero-title":{"@type":"okta-www-events/components/content/text/v1/text","repo:modifyDate":"2025-02-14T22:29:01Z","xdm:text":"<p>Hear insights and observations directly from our CEO, Todd McKinnon, as well as Okta product leaders. This is a very special, early access, opportunity to get a deeper understanding of our newest innovations, designed to secure every Identity across your entire tech stack.</p>\r\n"}}" id="hero-title" class="cmp-text"> <p>Hear insights and observations directly from our CEO, Todd McKinnon, as well as Okta product leaders. This is a very special, early access, opportunity to get a deeper understanding of our newest innovations, designed to secure every Identity across your entire tech stack.</p> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-f690edaa81" class="cmp-experiencefragment cmp-experiencefragment--register-button"> <div id="container-2cd423550c" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="userinfo aem-GridColumn aem-GridColumn--default--12"><div class="cmp-userinfo" id="userinfo-5442729ef3" data-cmp-data-layer="{"userinfo-5442729ef3":{"@type":"okta-www-events/components/auth/userinfo/v1/userinfo","repo:modifyDate":"2025-02-18T23:31:36Z"}}" data-cmp-is="userinfo" data-cmp-cic-enabled="true" data-cmp-cic-client-id="1xSlFupf26tIF8szTNqSRHWM09xfGIuw" data-cmp-cic-journey-id="2025-showcase" data-cmp-cic-callback-url="https://www.okta.com/showcase/" data-cmp-target-url="https://www.okta.com/showcase/thank-you/" data-cmp-cic-url="https://experience.okta.com" data-cmp-logout-redirect="https://www.okta.com/showcase/"> <div class="cmp-userinfo__wrapper"> <div class="cmp-userinfo__asset"> </div> <div class="cmp-userinfo__content"> <div class="cmp-userinfo__username" data-js-hook-userinfo="replace"> <span class="cmp-userinfo__username-label">Username :</span> <span class="cmp-userinfo__username-text" data-js-replace="given_name"></span> </div> <div class="cmp-userinfo__action-container"> <div class="cmp-userinfo__personalized-content"> <div id="container-e44bf143cf" class="cmp-container"> </div> </div> <div class="button cmp-userinfo__btn-login cmp-button--regular"> <button type="button" class="cmp-button" data-cmp-hook-userinfo='login'> <span class="cmp-button__text">Get registered</span> </button> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp cmp-container bg-carbon space-inset-vertical--medium"> <div id="container-df6956677a" class="cmp-container"> <div class="cmp cmp-container cmp-container--default space-stack--xx-large"> <div id="container-aab4965448" class="cmp-container"> <div class="title title-2 space-stack--x-small heading-1"> <h2 id="title-5f002317ff" class="cmp-title">Industry-leading speakers</h2> </div> <div class="cmp cmp-container cmp-container--grid-equal-1-md2-xxl2 space-stack--large"> <div id="container-c3beabf709" class="cmp-container"> <section class="cmp-speaker"> <div id="contentfragment-9995a2aa48" data-cmp-hook="speaker-card" class="cmp-speaker__card cmp-speaker--test-showcase25-speaker" tabindex="0" data-cmp-speaker-model="okta-www-events/models/speakers" data-json="{"title":"Test showcase25 speaker","path":"/content/dam/okta-www-events/us/en/2025/showcase/content-fragments/speakers/test-showcase25-speaker"}" data-cmp-data-layer="{"contentfragment-9995a2aa48":{"@type":"core/wcm/components/contentfragment/v1/contentfragment","repo:modifyDate":"2025-02-11T20:35:38Z","dc:title":"Test showcase25 speaker","elements":[{"xdm:text":"todd-mckinnon-showcase2025","xdm:title":"Id"},{"xdm:text":"Todd McKinnon","xdm:title":"Speaker Name"},{"xdm:text":"<p>Todd McKinnon is the CEO and co-founder of Okta, the leading independent Identity provider, which he co-founded in 2009 with Frederic Kerrest.<br>\n<br>\nUnder Todd’s leadership, Okta has transformed the way millions of people access the digital world and put Identity at the forefront of security and business growth.<br>\n<br>\nTodd’s experience as a leader and technology visionary spans more than 25 years, with deep roots in enterprise software and cloud transformation. Prior to Okta, he held leadership roles at Salesforce and PeopleSoft.<br>\n<br>\nTodd earned his bachelor’s degree in management and information systems from Brigham Young University and his master’s in computer science from Cal Poly San Luis Obispo. He is a husband and father, an advocate for equality and inclusion, an exercise addict, and a mountain bike enthusiast</p>\n","xdm:title":"Speaker Bio"},{"xdm:text":"CEO & Co-Founder","xdm:title":"Job Title"},{"xdm:text":"/content/dam/okta-www-events/us/en/2025/showcase/images/todd-mckinnon-showcase2025-desktop.jpg","xdm:title":"Speaker Image"},{"xdm:text":null,"xdm:title":"Speaker Image (external)"},{"xdm:text":"Okta","xdm:title":"Company Name"},{"xdm:text":null,"xdm:title":"Speaker's Company Logo"},{"xdm:text":null,"xdm:title":"Tags"}]}}" data-id="todd-mckinnon-showcase2025" data-title="Todd McKinnon" data-job-title="CEO & Co-Founder" data-company-name="Okta" data-image="/content/dam/okta-www-events/us/en/2025/showcase/images/todd-mckinnon-showcase2025-desktop.jpg" data-description="<p>Todd McKinnon is the CEO and co-founder of Okta, the leading independent Identity provider, which he co-founded in 2009 with Frederic Kerrest.<br> <br> Under Todd’s leadership, Okta has transformed the way millions of people access the digital world and put Identity at the forefront of security and business growth.<br> <br> Todd’s experience as a leader and technology visionary spans more than 25 years, with deep roots in enterprise software and cloud transformation. Prior to Okta, he held leadership roles at Salesforce and PeopleSoft.<br> <br> Todd earned his bachelor’s degree in management and information systems from Brigham Young University and his master’s in computer science from Cal Poly San Luis Obispo. He is a husband and father, an advocate for equality and inclusion, an exercise addict, and a mountain bike enthusiast</p> "> <div class="cmp-speaker__card-image-wrapper"> <img class="cmp-speaker__card-image" src="/content/dam/okta-www-events/us/en/2025/showcase/images/todd-mckinnon-showcase2025-desktop.jpg" loading="lazy" alt="Todd McKinnon"/> </div> <div class="cmp-speaker__content-wrapper"> <div class="cmp-speaker__tag"> Featured Speaker </div> <h3 class="cmp-speaker__title">Todd McKinnon</h3> <div class="cmp-speaker__job-details"> <span class="cmp-speaker__job-title">CEO & Co-Founder</span> <span class="cmp-speaker__company-name">Okta</span> </div> </div> </div> </section> <section class="cmp-speaker"> <div id="contentfragment-631c553cab" data-cmp-hook="speaker-card" class="cmp-speaker__card cmp-speaker--shiven-ramji" tabindex="0" data-cmp-speaker-model="okta-www-events/models/speakers" data-json="{"title":"Shiven Ramji","path":"/content/dam/okta-www-events/us/en/2025/showcase/content-fragments/speakers/shiven-ramji"}" data-cmp-data-layer="{"contentfragment-631c553cab":{"@type":"core/wcm/components/contentfragment/v1/contentfragment","repo:modifyDate":"2025-02-14T21:00:05Z","dc:title":"Shiven Ramji","elements":[{"xdm:text":"shiven-ramji-showcase2025","xdm:title":"Id"},{"xdm:text":"Shiven Ramji","xdm:title":"Speaker Name"},{"xdm:text":"<p>Shiv Ramji is the President, Auth0, at Okta. He believes in empowering developers as they are the new creators, decision-makers, tastemakers, and kingmakers. Before joining Auth0, Shiv served as the SVP of Product at DigitalOcean, where he led DigitalOcean's products, pricing, and partnerships. Additionally, Shiv has held leadership positions at global brands including Amazon, NBCUniversal, and The Nielsen Company. In his free time, he enjoys being outdoors, watching Manchester United games, hiking, and biking to different boroughs in New York City.</p>\n","xdm:title":"Speaker Bio"},{"xdm:text":"President, Auth0","xdm:title":"Job Title"},{"xdm:text":"/content/dam/okta-www-events/us/en/2025/showcase/images/shiven-ramji-showcase2025-desktop.jpg","xdm:title":"Speaker Image"},{"xdm:text":null,"xdm:title":"Speaker Image (external)"},{"xdm:text":"Okta","xdm:title":"Company Name"},{"xdm:text":null,"xdm:title":"Speaker's Company Logo"},{"xdm:text":null,"xdm:title":"Tags"}]}}" data-id="shiven-ramji-showcase2025" data-title="Shiven Ramji" data-job-title="President, Auth0" data-company-name="Okta" data-image="/content/dam/okta-www-events/us/en/2025/showcase/images/shiven-ramji-showcase2025-desktop.jpg" data-description="<p>Shiv Ramji is the President, Auth0, at Okta. He believes in empowering developers as they are the new creators, decision-makers, tastemakers, and kingmakers. Before joining Auth0, Shiv served as the SVP of Product at DigitalOcean, where he led DigitalOcean's products, pricing, and partnerships. Additionally, Shiv has held leadership positions at global brands including Amazon, NBCUniversal, and The Nielsen Company. In his free time, he enjoys being outdoors, watching Manchester United games, hiking, and biking to different boroughs in New York City.</p> "> <div class="cmp-speaker__card-image-wrapper"> <img class="cmp-speaker__card-image" src="/content/dam/okta-www-events/us/en/2025/showcase/images/shiven-ramji-showcase2025-desktop.jpg" loading="lazy" alt="Shiven Ramji"/> </div> <div class="cmp-speaker__content-wrapper"> <div class="cmp-speaker__tag"> Featured Speaker </div> <h3 class="cmp-speaker__title">Shiven Ramji</h3> <div class="cmp-speaker__job-details"> <span class="cmp-speaker__job-title">President, Auth0</span> <span class="cmp-speaker__company-name">Okta</span> </div> </div> </div> </section> <section class="cmp-speaker"> <div id="contentfragment-47842674c6" data-cmp-hook="speaker-card" class="cmp-speaker__card cmp-speaker--harish-pari" tabindex="0" data-cmp-speaker-model="okta-www-events/models/speakers" data-json="{"title":"Harish Pari","path":"/content/dam/okta-www-events/us/en/2025/showcase/content-fragments/speakers/harish-pari"}" data-cmp-data-layer="{"contentfragment-47842674c6":{"@type":"core/wcm/components/contentfragment/v1/contentfragment","repo:modifyDate":"2025-03-08T00:00:35Z","dc:title":"Harish Pari","elements":[{"xdm:text":"harish-peri-showcase2025","xdm:title":"Id"},{"xdm:text":"Harish Peri","xdm:title":"Speaker Name"},{"xdm:text":"<p>Harish Peri is the SVP of Product Marketing at Okta. In this role, he is responsible for messaging, positioning, GTM strategy, and overall success of Okta's key products in the market. He has over 20 years of experience in enterprise technology across multiple industries ranging from financial services to human capital technology and CRM. He has held leadership roles in product management, customer success, sales, and marketing.</p>\n","xdm:title":"Speaker Bio"},{"xdm:text":"SVP, Product Marketing","xdm:title":"Job Title"},{"xdm:text":"/content/dam/okta-www-events/us/en/2025/showcase/images/harish-peri-showcase2025-desktop.jpg","xdm:title":"Speaker Image"},{"xdm:text":null,"xdm:title":"Speaker Image (external)"},{"xdm:text":"Okta","xdm:title":"Company Name"},{"xdm:text":null,"xdm:title":"Speaker's Company Logo"},{"xdm:text":null,"xdm:title":"Tags"}]}}" data-id="harish-peri-showcase2025" data-title="Harish Peri" data-job-title="SVP, Product Marketing" data-company-name="Okta" data-image="/content/dam/okta-www-events/us/en/2025/showcase/images/harish-peri-showcase2025-desktop.jpg" data-description="<p>Harish Peri is the SVP of Product Marketing at Okta. In this role, he is responsible for messaging, positioning, GTM strategy, and overall success of Okta's key products in the market. He has over 20 years of experience in enterprise technology across multiple industries ranging from financial services to human capital technology and CRM. He has held leadership roles in product management, customer success, sales, and marketing.</p> "> <div class="cmp-speaker__card-image-wrapper"> <img class="cmp-speaker__card-image" src="/content/dam/okta-www-events/us/en/2025/showcase/images/harish-peri-showcase2025-desktop.jpg" loading="lazy" alt="Harish Peri"/> </div> <div class="cmp-speaker__content-wrapper"> <div class="cmp-speaker__tag"> Featured Speaker </div> <h3 class="cmp-speaker__title">Harish Peri</h3> <div class="cmp-speaker__job-details"> <span class="cmp-speaker__job-title">SVP, Product Marketing</span> <span class="cmp-speaker__company-name">Okta</span> </div> </div> </div> </section> <section class="cmp-speaker"> <div id="contentfragment-7c30a7a34f" data-cmp-hook="speaker-card" class="cmp-speaker__card cmp-speaker--mallory-sword-glenn" tabindex="0" data-cmp-speaker-model="okta-www-events/models/speakers" data-json="{"title":"Mallory Sword Glenn","path":"/content/dam/okta-www-events/us/en/2025/showcase/content-fragments/speakers/mallory-sword-glenn"}" data-cmp-data-layer="{"contentfragment-7c30a7a34f":{"@type":"core/wcm/components/contentfragment/v1/contentfragment","repo:modifyDate":"2025-03-31T18:06:50Z","dc:title":"Mallory Sword Glenn","elements":[{"xdm:text":"mallory-sword-glenn-showcase2025","xdm:title":"Id"},{"xdm:text":"Mallory Sword Glenn","xdm:title":"Speaker Name"},{"xdm:text":"<p>Mallory Sword Glenn is a Group Product Marketing Manager at Okta. Her key focus is showcasing how businesses can use Customer Identity to scale securely, drive efficiencies, and boost user adoption. Mallory has a breadth of SaaS experience spanning go-to-market, pricing, deal strategy, and operations at companies including Adobe and HPE.</p>\n","xdm:title":"Speaker Bio"},{"xdm:text":"Group Product Marketing Manager","xdm:title":"Job Title"},{"xdm:text":"/content/dam/okta-www-events/us/en/2025/showcase/images/mallory-sword-glenn-showcase2025-desktop.jpg","xdm:title":"Speaker Image"},{"xdm:text":null,"xdm:title":"Speaker Image (external)"},{"xdm:text":"Okta","xdm:title":"Company Name"},{"xdm:text":null,"xdm:title":"Speaker's Company Logo"},{"xdm:text":null,"xdm:title":"Tags"}]}}" data-id="mallory-sword-glenn-showcase2025" data-title="Mallory Sword Glenn" data-job-title="Group Product Marketing Manager" data-company-name="Okta" data-image="/content/dam/okta-www-events/us/en/2025/showcase/images/mallory-sword-glenn-showcase2025-desktop.jpg" data-description="<p>Mallory Sword Glenn is a Group Product Marketing Manager at Okta. Her key focus is showcasing how businesses can use Customer Identity to scale securely, drive efficiencies, and boost user adoption. Mallory has a breadth of SaaS experience spanning go-to-market, pricing, deal strategy, and operations at companies including Adobe and HPE.</p> "> <div class="cmp-speaker__card-image-wrapper"> <img class="cmp-speaker__card-image" src="/content/dam/okta-www-events/us/en/2025/showcase/images/mallory-sword-glenn-showcase2025-desktop.jpg" loading="lazy" alt="Mallory Sword Glenn"/> </div> <div class="cmp-speaker__content-wrapper"> <div class="cmp-speaker__tag"> Featured Speaker </div> <h3 class="cmp-speaker__title">Mallory Sword Glenn</h3> <div class="cmp-speaker__job-details"> <span class="cmp-speaker__job-title">Group Product Marketing Manager</span> <span class="cmp-speaker__company-name">Okta</span> </div> </div> </div> </section> </div> </div> </div> </div> <div class="cmp cmp-container cmp-container--grid-equal-1-md1-xxl2 cmp-container--default align-items-center space-stack--xx-large"> <div id="container-71fdf26f28" class="cmp-container"> <div class="cmp cmp-container space-inline--small"> <div id="container-987e3fb12a" class="cmp-container"> <div class="cmp cmp-container"> <div id="container-28c2cd66d4" class="cmp-container"> <div class="title title-2 space-stack--x-small heading-1"> <h1 id="title-9071265549" class="cmp-title">Our Identity experts will uncover:</h1> </div> <div class="text body-2 space-stack--x-small"> <div data-cmp-data-layer="{"text-93baac77ae":{"@type":"okta-www-events/components/content/text/v1/text","repo:modifyDate":"2025-03-25T17:54:43Z","xdm:text":"<ul>\r\n<li><p><b>End-to-end Identity security:</b></p>\r\n<p>Seamlessly integrated products, powerful orchestration, and deep ecosystem connections.</p>\r\n</li>\r\n</ul>\r\n"}}" id="text-93baac77ae" class="cmp-text"> <ul><li><p><b>End-to-end Identity security:</b></p> <p>Seamlessly integrated products, powerful orchestration, and deep ecosystem connections.</p> </li></ul> </div> </div> <div class="text body-2 space-stack--x-small"> <div data-cmp-data-layer="{"text-aa2e597c53":{"@type":"okta-www-events/components/content/text/v1/text","repo:modifyDate":"2025-03-25T17:55:46Z","xdm:text":"<ul>\r\n<li><p><b>How to control non-human identities:</b></p>\r\n<p>Detect risky service accounts, centralize management, and automate critical risk remediation.</p>\r\n</li>\r\n</ul>\r\n"}}" id="text-aa2e597c53" class="cmp-text"> <ul><li><p><b>How to control non-human identities:</b></p> <p>Detect risky service accounts, centralize management, and automate critical risk remediation.</p> </li></ul> </div> </div> <div class="text body-2 space-stack--x-small"> <div data-cmp-data-layer="{"text-f48b5eec3f":{"@type":"okta-www-events/components/content/text/v1/text","repo:modifyDate":"2025-03-25T17:56:04Z","xdm:text":"<ul>\r\n<li><p><b>Making your apps AI ready:</b></p>\r\n<p>Leveraging Auth0 to put you ahead with AI Security.</p>\r\n</li>\r\n</ul>\r\n"}}" id="text-f48b5eec3f" class="cmp-text"> <ul><li><p><b>Making your apps AI ready:</b></p> <p>Leveraging Auth0 to put you ahead with AI Security.</p> </li></ul> </div> </div> </div> </div> </div> </div> <div class="cmp cmp-container"> <div id="container-888b0a6570" class="cmp-container"> <div class="cmp cmp-container"> <div id="container-819551c025" class="cmp-container"> <div class="image"> <div data-cmp-is="image" data-cmp-widths="320,480,600,800,1024,1200,1600" data-cmp-src="/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_184328534_/container_619091550/container/image.coreimg.85{.width}.jpeg/1742925641024/showcase-contentblock.jpeg" data-cmp-filereference="/content/dam/okta-www-events/us/en/2025/showcase/images/showcase-contentblock.jpg" id="image-efa88778d0" data-cmp-data-layer="{"image-efa88778d0":{"@type":"okta-www-events/components/content/image/v1/image","repo:modifyDate":"2025-03-25T18:00:41Z","image":{"repo:id":"13fcb0e3-3825-4f39-96b7-bb3966f82e40","repo:modifyDate":"2025-03-25T17:57:35Z","@type":"image/jpeg","repo:path":"/content/dam/okta-www-events/us/en/2025/showcase/images/showcase-contentblock.jpg"}}}" data-cmp-hook-image="imageV3" class="cmp-image" itemscope itemtype="http://schema.org/ImageObject"> <img src="/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_184328534_/container_619091550/container/image.coreimg.jpeg/1742925641024/showcase-contentblock.jpeg" srcset="/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_184328534_/container_619091550/container/image.coreimg.85.320.jpeg/1742925641024/showcase-contentblock.jpeg 320w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_184328534_/container_619091550/container/image.coreimg.85.480.jpeg/1742925641024/showcase-contentblock.jpeg 480w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_184328534_/container_619091550/container/image.coreimg.85.600.jpeg/1742925641024/showcase-contentblock.jpeg 600w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_184328534_/container_619091550/container/image.coreimg.85.800.jpeg/1742925641024/showcase-contentblock.jpeg 800w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_184328534_/container_619091550/container/image.coreimg.85.1024.jpeg/1742925641024/showcase-contentblock.jpeg 1024w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_184328534_/container_619091550/container/image.coreimg.85.1200.jpeg/1742925641024/showcase-contentblock.jpeg 1200w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_184328534_/container_619091550/container/image.coreimg.85.1600.jpeg/1742925641024/showcase-contentblock.jpeg 1600w" loading="lazy" class="cmp-image__image" itemprop="contentUrl" width="1200" height="1121" alt="Conference being watched on a laptop."/> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp cmp-container cmp-container--default space-stack--medium"> <div id="container-cf15f3e19a" class="cmp-container"> <div class="title title-2 space-stack--x-small heading-1"> <h1 id="title-fcd35126b3" class="cmp-title">Showcase showtimes</h1> </div> <div class="text body-2 space-stack--x-small"> <div data-cmp-data-layer="{"text-69e6aefee1":{"@type":"okta-www-events/components/content/text/v1/text","repo:modifyDate":"2025-03-11T23:51:26Z","xdm:text":"<p>On Wednesday, April 9, get an exclusive preview of: end-to-end Identity security, how to control non-human identities, and getting your apps AI ready. You’ll also learn how Okta helps companies avoid the newest cybersecurity threats.</p>\r\n"}}" id="text-69e6aefee1" class="cmp-text"> <p>On Wednesday, April 9, get an exclusive preview of: end-to-end Identity security, how to control non-human identities, and getting your apps AI ready. You’ll also learn how Okta helps companies avoid the newest cybersecurity threats.</p> </div> </div> <div class="accordion panelcontainer cmp-accordion--no-icon cmp-accordion--border-top cmp-accordion--border-bottom"> <div class="cmp-accordion" data-cmp-is="accordion" data-placeholder-text="false"> <div class="cmp-accordion__item" data-cmp-hook-accordion="item" data-cmp-data-layer="{"accordion-ea127f7052-item-e4fa20b29c":{"@type":"core/wcm/components/accordion/v1/accordion/item","dc:title":"<div class=\"d-flex\"><div>AMER East</div><div>9 AM (EDT)</div></div>"}}" id="accordion-ea127f7052-item-e4fa20b29c"> <h3 class="cmp-accordion__header"> <button id="accordion-ea127f7052-item-e4fa20b29c-button" class="cmp-accordion__button" type="button" aria-controls="accordion-ea127f7052-item-e4fa20b29c-panel" data-cmp-hook-accordion="button"> <span class="cmp-accordion__title"><div class="d-flex"><div>AMER East</div><div>9 AM (EDT)</div></div></span> <span class="cmp-accordion__icon"></span> </button> </h3> <div data-cmp-hook-accordion="panel" id="accordion-ea127f7052-item-e4fa20b29c-panel" class="cmp-accordion__panel cmp-accordion__panel--hidden" role="region" aria-labelledby="accordion-ea127f7052-item-e4fa20b29c-button"><div class="cmp cmp-container"> <div id="container-e4fa20b29c" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="text aem-GridColumn aem-GridColumn--default--12"> <div data-cmp-data-layer="{"text-6e36ae18de":{"@type":"okta-www-events/components/content/text/v1/text","repo:modifyDate":"2025-02-11T19:43:53Z","xdm:text":"<p>test</p>\r\n"}}" id="text-6e36ae18de" class="cmp-text"> <p>test</p> </div> </div> </div> </div> </div> </div> </div> <div class="cmp-accordion__item" data-cmp-hook-accordion="item" data-cmp-data-layer="{"accordion-ea127f7052-item-9aa0a0b1bf":{"@type":"core/wcm/components/accordion/v1/accordion/item","dc:title":"<div class=\"d-flex\"><div>EMEA</div><div>2 PM (BST)</div></div>"}}" id="accordion-ea127f7052-item-9aa0a0b1bf"> <h3 class="cmp-accordion__header"> <button id="accordion-ea127f7052-item-9aa0a0b1bf-button" class="cmp-accordion__button" type="button" aria-controls="accordion-ea127f7052-item-9aa0a0b1bf-panel" data-cmp-hook-accordion="button"> <span class="cmp-accordion__title"><div class="d-flex"><div>EMEA</div><div>2 PM (BST)</div></div></span> <span class="cmp-accordion__icon"></span> </button> </h3> <div data-cmp-hook-accordion="panel" id="accordion-ea127f7052-item-9aa0a0b1bf-panel" class="cmp-accordion__panel cmp-accordion__panel--hidden" role="region" aria-labelledby="accordion-ea127f7052-item-9aa0a0b1bf-button"><div class="cmp cmp-container"> <div id="container-9aa0a0b1bf" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> </div> </div> </div> </div> </div> <div class="cmp-accordion__item" data-cmp-hook-accordion="item" data-cmp-data-layer="{"accordion-ea127f7052-item-e9486ce15c":{"@type":"core/wcm/components/accordion/v1/accordion/item","dc:title":"<div class=\"d-flex\"><div>AMER West</div><div>4 PM (PDT)</div></div>"}}" id="accordion-ea127f7052-item-e9486ce15c"> <h3 class="cmp-accordion__header"> <button id="accordion-ea127f7052-item-e9486ce15c-button" class="cmp-accordion__button" type="button" aria-controls="accordion-ea127f7052-item-e9486ce15c-panel" data-cmp-hook-accordion="button"> <span class="cmp-accordion__title"><div class="d-flex"><div>AMER West</div><div>4 PM (PDT)</div></div></span> <span class="cmp-accordion__icon"></span> </button> </h3> <div data-cmp-hook-accordion="panel" id="accordion-ea127f7052-item-e9486ce15c-panel" class="cmp-accordion__panel cmp-accordion__panel--hidden" role="region" aria-labelledby="accordion-ea127f7052-item-e9486ce15c-button"><div class="cmp cmp-container"> <div id="container-e9486ce15c" class="cmp-container"> </div> </div> </div> </div> <div class="cmp-accordion__item" data-cmp-hook-accordion="item" data-cmp-data-layer="{"accordion-ea127f7052-item-eadc8fa8e7":{"@type":"core/wcm/components/accordion/v1/accordion/item","dc:title":"<div class=\"d-flex\"><div>India</div><div>6:30 PM (IST)</div></div>"}}" id="accordion-ea127f7052-item-eadc8fa8e7"> <h3 class="cmp-accordion__header"> <button id="accordion-ea127f7052-item-eadc8fa8e7-button" class="cmp-accordion__button" type="button" aria-controls="accordion-ea127f7052-item-eadc8fa8e7-panel" data-cmp-hook-accordion="button"> <span class="cmp-accordion__title"><div class="d-flex"><div>India</div><div>6:30 PM (IST)</div></div></span> <span class="cmp-accordion__icon"></span> </button> </h3> <div data-cmp-hook-accordion="panel" id="accordion-ea127f7052-item-eadc8fa8e7-panel" class="cmp-accordion__panel cmp-accordion__panel--hidden" role="region" aria-labelledby="accordion-ea127f7052-item-eadc8fa8e7-button"><div class="cmp cmp-container"> <div id="container-eadc8fa8e7" class="cmp-container"> </div> </div> </div> </div> </div></div> </div> </div> <div class="cmp cmp-container cmp-container--default space-stack--medium"> <div id="container-eab47d50ef" class="cmp-container"> <div class="cmp-testimonial bg-seafoam cmp-testimonial--slider"><div id="teaser-666691a7e1" class="cmp-testimonial__wrapper" data-cmp-data-layer="{"teaser-666691a7e1":{"@type":"core/wcm/components/teaser/v2/teaser","repo:modifyDate":"2025-02-24T19:34:35Z","dc:title":"Jane Dombowski","dc:description":"<blockquote>&quot;Okta is a key component as we work to deliver a secure experience for our team members and customers.&quot;</blockquote>\r\n"}}"> <div class="cmp-testimonial__asset"> <div class="cmp-testimonial__image"> <div data-cmp-is="image" data-cmp-widths="320,480,600,800,1024,1200,1600" data-cmp-src="/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c.coreimg.85{.width}.png/1740425675220/showcase-03-testimonial-image-transparent--1-.png" data-cmp-filereference="/content/dam/okta-www-events/us/en/2025/showcase/images/showcase_03_testimonial_image_transparent (1).png" id="teaser-666691a7e1-image" data-cmp-data-layer="{"teaser-666691a7e1-image":{"@type":"okta-www-events/components/content/image/v1/image","repo:modifyDate":"2025-02-24T19:34:35Z","image":{"repo:id":"98b876cc-463d-4a49-bc95-193a8ea4e73d","repo:modifyDate":"2025-02-20T23:17:21Z","@type":"image/png","repo:path":"/content/dam/okta-www-events/us/en/2025/showcase/images/showcase_03_testimonial_image_transparent (1).png"}}}" data-cmp-hook-image="imageV3" class="cmp-image" itemscope itemtype="http://schema.org/ImageObject"> <img src="/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c.coreimg.png/1740425675220/showcase-03-testimonial-image-transparent--1-.png" srcset="/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c.coreimg.85.320.png/1740425675220/showcase-03-testimonial-image-transparent--1-.png 320w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c.coreimg.85.480.png/1740425675220/showcase-03-testimonial-image-transparent--1-.png 480w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c.coreimg.85.600.png/1740425675220/showcase-03-testimonial-image-transparent--1-.png 600w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c.coreimg.85.800.png/1740425675220/showcase-03-testimonial-image-transparent--1-.png 800w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c.coreimg.85.1024.png/1740425675220/showcase-03-testimonial-image-transparent--1-.png 1024w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c.coreimg.85.1200.png/1740425675220/showcase-03-testimonial-image-transparent--1-.png 1200w,/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c.coreimg.85.1600.png/1740425675220/showcase-03-testimonial-image-transparent--1-.png 1600w" loading="lazy" class="cmp-image__image" itemprop="contentUrl" width="640" height="459" alt/> </div> </div> </div> <div class="cmp-testimonial__content"> <div class="cmp-testimonial__logo"> <div data-cmp-is="image" data-cmp-src="/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c/companyLogo.coreimg{.width}.svg/1740425675220/onemain-vertical.svg" data-cmp-filereference="/content/dam/okta-www-events/us/en/2025/showcase/images/onemain-vertical.svg" id="image-4d2ff8b11f" data-cmp-data-layer="{"image-4d2ff8b11f":{"@type":"okta-www-events/components/content/image/v1/image","repo:modifyDate":"2025-02-24T19:34:35Z","image":{"repo:id":"cfae9ffb-200a-402f-88e2-4c3a24a377d2","repo:modifyDate":"2025-02-20T22:51:51Z","@type":"image/svg+xml","repo:path":"/content/dam/okta-www-events/us/en/2025/showcase/images/onemain-vertical.svg"}}}" data-cmp-hook-image="imageV3" class="cmp-image" itemscope itemtype="http://schema.org/ImageObject"> <img src="/content/okta-www-events/us/en/2025/showcase/_jcr_content/root/body-container/main-container/container_1547805329/container_273713312/item_1719952920170_c/companyLogo.coreimg.svg/1740425675220/onemain-vertical.svg" loading="lazy" class="cmp-image__image" itemprop="contentUrl" alt="Wyndham Logo"/> </div> </div> <div class="cmp-testimonial__quote"><blockquote>"Okta is a key component as we work to deliver a secure experience for our team members and customers."</blockquote> </div> <div class="cmp-testimonial__name">Jane Dombowski</div> <div class="cmp-testimonial__designation">Chief Information Security Officer,<br />OneMain Financial</div> </div> </div> </div> </div> </div> <div class="cmp cmp-container align-text-center"> <div id="bottom-cta" class="cmp-container" style="background-image:url(\2f content\2f dam\2fokta-www-events\2fus\2f en\2f 2025\2fshowcase\2fimages\2fVector%20Background.png);background-size:cover;background-repeat:no-repeat;"> <div class="title title-2 space-stack--x-small heading-1"> <h1 id="title-e65d6f098c" class="cmp-title">Don’t miss this special Showcase!</h1> </div> <div class="text body-2"> <div data-cmp-data-layer="{"text-1d0181ab0b":{"@type":"okta-www-events/components/content/text/v1/text","repo:modifyDate":"2025-03-17T17:27:24Z","xdm:text":"<p>Learn how Okta is helping organizations of all sizes accelerate growth, increase efficiency, and enhance security.</p>\r\n"}}" id="text-1d0181ab0b" class="cmp-text"> <p>Learn how Okta is helping organizations of all sizes accelerate growth, increase efficiency, and enhance security.</p> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-0a6e712889" class="cmp-experiencefragment cmp-experiencefragment--register-button"> <div id="container-43c4d8409e" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="userinfo aem-GridColumn aem-GridColumn--default--12"><div class="cmp-userinfo" id="userinfo-9c1b39cfc2" data-cmp-data-layer="{"userinfo-9c1b39cfc2":{"@type":"okta-www-events/components/auth/userinfo/v1/userinfo","repo:modifyDate":"2025-02-13T22:16:06Z"}}" data-cmp-is="userinfo" data-cmp-cic-enabled="true" data-cmp-cic-client-id="1xSlFupf26tIF8szTNqSRHWM09xfGIuw" data-cmp-cic-journey-id="2025-showcase" data-cmp-cic-callback-url="https://www.okta.com/showcase/" data-cmp-target-url="https://www.okta.com/showcase/thank-you/" data-cmp-cic-url="https://experience.okta.com" data-cmp-logout-redirect="https://www.okta.com/showcase/"> <div class="cmp-userinfo__wrapper"> <div class="cmp-userinfo__asset"> </div> <div class="cmp-userinfo__content"> <div class="cmp-userinfo__username" data-js-hook-userinfo="replace"> <span class="cmp-userinfo__username-label">Username :</span> <span class="cmp-userinfo__username-text" data-js-replace="given_name"></span> </div> <div class="cmp-userinfo__action-container"> <div class="cmp-userinfo__personalized-content"> <div id="container-f4a291c03b" class="cmp-container"> </div> </div> <div class="button cmp-userinfo__btn-login cmp-button--regular"> <button type="button" class="cmp-button" data-cmp-hook-userinfo='login'> <span class="cmp-button__text">Reserve your spot</span> </button> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </main> <div class="experiencefragment aem-GridColumn aem-GridColumn--default--12"> <div id="experiencefragment-f18812ed10" class="cmp-experiencefragment cmp-experiencefragment--global-hotfix"> <div id="container-47b1b39bb7" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="embed aem-GridColumn aem-GridColumn--default--12"> <div data-cmp-data-layer="{"embed-2733b9716f":{"@type":"okta-www-events/components/content/embed/v1/embed","repo:modifyDate":"2025-02-27T18:13:56Z"}}" id="embed-2733b9716f" class="cmp-embed"> <style> /* header nav buttons */ .showcase2025 .cmp-experiencefragment--header-personalized-buttons .cmp-userinfo__btn-login .cmp-button { color: #fafafa !important; background-color: #000 !important; } .showcase2025 .cmp-experiencefragment--header-personalized-buttons .cmp-userinfo__btn-login .cmp-button:hover { background-color: #3f59e4 !important; border-color: #3f59e4 !important; color: #fffefa !important; } .showcase2025 .cmp-experiencefragment--header-personalized-buttons .cmp-userinfo__btn-login { display: block !important; } @media (max-width: 1199px) { .showcase2025 .cmp-experiencefragment--header-personalized-buttons .cmp-userinfo__btn-login { display: none !important; } .showcase2025 .cmp-mobile-menu__wrapper .cmp-experiencefragment--header-personalized-buttons .cmp-userinfo__btn-login { display: block !important; } } .showcase2025 .cmp-experiencefragment--header-personalized-buttons .cmp-userinfo__btn-logout { display: none !important; } /* mobile nav buttons */ .showcase2025 #header-utility-mobile > div { padding-top: 0.5rem; padding-bottom: 0.5rem; } /* speaker cards */ .showcase2025 .cmp-speaker .cmp-speaker__card { background: linear-gradient(155.84deg,rgba(63,89,228,0) 61.59%,#3f59e4),linear-gradient(.619turn,rgba(117,73,242,0),rgba(117,73,242,.8)) !important; } .showcase2025 .cmp-speaker .cmp-speaker__card:hover { background: linear-gradient(129.29deg, rgba(255, 128, 0, 0.5) -22.12%, rgba(255, 128, 0, 0) 40.98%), linear-gradient(129.29deg, rgba(255, 128, 0, 0.5) -22.12%, rgba(255, 128, 0, 0) 40.98%), linear-gradient(222.84deg, rgba(117, 73, 242, 0) 0%, rgba(117, 73, 242, 0.8) 100%), linear-gradient(155.84deg, rgba(63, 89, 228, 0) 61.59%, #3F59E4 100%), #191919 !important; } .showcase2025 .cmp-modal__wrapper { background: linear-gradient(129.29deg, rgba(255, 128, 0, 0.5) -22.12%, rgba(255, 128, 0, 0) 40.98%), linear-gradient(129.29deg, rgba(255, 128, 0, 0.5) -22.12%, rgba(255, 128, 0, 0) 40.98%), linear-gradient(222.84deg, rgba(117, 73, 242, 0) 0%, rgba(117, 73, 242, 0.8) 100%), linear-gradient(155.84deg, rgba(63, 89, 228, 0) 61.59%, #3F59E4 100%), #191919; } /* bg video position */ @media(max-width:992px) { .showcase2025 .cmp-container--homepage-hero-banner .cmp-container__bg-video { object-position: right top !important; } } /* hero detail strip */ .showcase2025 .cmp-events-detail { border: none; } /* hero button */ .showcase2025 .cmp-experiencefragment--register-button .cmp-userinfo__btn-login button:hover { background-color: #3f59e4 !important; border-color: #3f59e4 !important; color: #fafafa !important; } /* testimonial */ @media (min-width: 768px) { .showcase2025 .cmp-container .cmp-testimonial { background: linear-gradient(279.25deg, #191919 -104.96%, #4016A0 -26.26%, #3F59E4 47.26%, #FF8000 119.89%); } } @media (min-width: 768px) and (max-width: 992px) { .cmp-testimonial--slider .cmp-testimonial__image .cmp-image__image { aspect-ratio: 1; } } @media (max-width: 768px) { .cmp-testimonial--slider .cmp-testimonial__image .cmp-image__image { background: linear-gradient(279.25deg, #191919 -104.96%, #4016A0 -26.26%, #3F59E4 47.26%, #FF8000 119.89%); } } /* hero carbon gradient */ @media (min-width: 768px) and (max-width: 992px) { .showcase2025 .cmp-container--homepage-hero-banner { background: linear-gradient(0deg, rgba(25, 25, 25, .5), rgba(25, 25, 25, .5)), linear-gradient(270deg, rgba(25, 25, 25, 0) 38.5%, #191919 65.75%), linear-gradient(180deg, rgba(25, 25, 25, 0) 87.76%, #191919); } .showcase2025 .cmp-container--homepage-hero-banner .cmp-container__video-wrapper { left: 35%; width: 65%; } } @media (max-width: 768px) { .showcase2025 .cmp-container--homepage-hero-banner { background: linear-gradient(0deg, rgba(25, 25, 25, .5), rgba(25, 25, 25, .5)), linear-gradient(270deg, rgba(25, 25, 25, 0) 38.5%, #191919 65.75%), linear-gradient(180deg, rgba(25, 25, 25, 0) 25%, #191919 95%); } .showcase2025 .cmp-container--homepage-hero-banner .cmp-container__video-wrapper { left: 25%; width: 75%; } } /* bottom cta */ .showcase2025 #bottom-cta { padding-left: 64px; padding-right: 64px; } @media (max-width: 768px) { .showcase2025 #bottom-cta { padding-left: 16px; padding-right: 16px; } } /* Hero */ @media (max-width: 768px) { .showcase2025 .cmp-events-detail.eyebrow { align-items: flex-start; } .showcase2025 .cmp-container--hero-banner-text-cta .text { text-align: left; } } </style> </div> </div> </div> </div> </div> </div> <footer class="experiencefragment aem-GridColumn aem-GridColumn--default--12"> <div id="experiencefragment-1d2d9aa02d" class="cmp-experiencefragment cmp-experiencefragment--footer"> <div id="container-d8fa721012" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="cmp cmp-container cmp-container--default bg-carbon aem-GridColumn aem-GridColumn--default--12"> <div id="footer" class="cmp-container"> <div class="cmp cmp-container"> <div id="footer-top" class="cmp-container"> <div class="image"> <div data-cmp-is="image" data-cmp-src="/content/experience-fragments/okta-www-events/us/en/2025/showcase/structure/footer/master/_jcr_content/root/container_1627738815/container/image.coreimg{.width}.svg/1742228798374/logo-okta.svg" data-cmp-filereference="/content/dam/okta-www-events/us/en/common/images/logos/logo-okta.svg" id="image-b64c381c9d" data-cmp-data-layer="{"image-b64c381c9d":{"@type":"okta-www-events/components/content/image/v1/image","repo:modifyDate":"2025-03-17T16:26:38Z","xdm:linkURL":"https://www.okta.com/","image":{"repo:id":"c96ceb10-3a97-4667-84c7-4afecefd3e0c","repo:modifyDate":"2024-12-09T17:11:04Z","@type":"image/svg+xml","repo:path":"/content/dam/okta-www-events/us/en/common/images/logos/logo-okta.svg"}}}" data-cmp-hook-image="imageV3" class="cmp-image" itemscope itemtype="http://schema.org/ImageObject"> <a class="cmp-image__link" data-cmp-clickable href="https://www.okta.com/"> <img src="/content/experience-fragments/okta-www-events/us/en/2025/showcase/structure/footer/master/_jcr_content/root/container_1627738815/container/image.coreimg.svg/1742228798374/logo-okta.svg" loading="lazy" class="cmp-image__image" itemprop="contentUrl" alt="okta logo"/> </a> </div> </div> <div class="cmp cmp-container"> <div id="footer-top-content" class="cmp-container"> <div class="text"> <div data-cmp-data-layer="{"footer-connect-text":{"@type":"okta-www-events/components/content/text/v1/text","repo:modifyDate":"2024-04-23T18:36:42Z","xdm:text":"<p>To connect with a product expert today,&nbsp;<a href=\"https://www.okta.com/contact-sales/\">email us</a>&nbsp;or call <a href=\"tel:+1-800-425-1667\">+1-800-425-1667</a></p>\r\n"}}" id="footer-connect-text" class="cmp-text"> <p>To connect with a product expert today, <a href="https://www.okta.com/contact-sales/">email us</a> or call <a href="tel:+1-800-425-1667">+1-800-425-1667</a></p> </div> </div> <div class="button cmp-button--alternate-secondary"> <a id="button-d3532f2cf2" class="cmp-button" data-cmp-clickable data-cmp-data-layer="{"button-d3532f2cf2":{"@type":"core/wcm/components/button/v2/button","repo:modifyDate":"2025-02-18T20:01:33Z","dc:title":"Contact Us","xdm:linkURL":"https://www.okta.com/contact-sales/"}}" href="https://www.okta.com/contact-sales/"> <span class="cmp-button__text">Contact Us</span> </a></div> <div class="experiencefragment"> <div id="experiencefragment-e7a56436c4" class="cmp-experiencefragment cmp-experiencefragment--social-icons"> <div id="container-6c84b3b233" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="embed aem-GridColumn aem-GridColumn--default--12"> <div data-cmp-data-layer="{"footer-social-icons":{"@type":"okta-www-events/components/content/embed/v1/embed","repo:modifyDate":"2025-03-26T20:32:30Z"}}" id="footer-social-icons" class="cmp-embed"> <a class="cmp-social-icon__item" href="https://www.youtube.com/OktaInc" aria-label="Youtube" title="Youtube"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" width="1000" height="1000" alt="Okta on YouTube"> <path fill="currentColor" d="M714.229 500q0-20.983-15.988-29.976L412.47 291.167q-16.986-10.991-35.971-1-18.985 9.993-18.985 30.976v357.714q0 20.983 18.985 30.975 8.993 3.997 16.986 3.997 10.991 0 18.985-4.996l285.771-178.857Q714.23 520.983 714.23 500zM1000 500q0 53.957-1 83.933-.998 29.976-3.996 75.94-2.998 45.962-12.99 81.934-8.992 40.967-37.97 68.944-28.976 27.978-69.943 31.975-122.902 13.989-373.701 13.989-250.8 0-373.701-13.99-39.968-3.996-69.944-31.974-29.976-27.977-38.97-68.944-6.994-35.972-11.99-81.935T1.8 583.932q.999-29.975-1-83.932-1.998-53.957 1-83.933 2.997-29.976 3.996-75.94 1-45.962 12.99-81.934 8.993-40.967 37.97-68.944 28.976-27.978 69.944-31.975 122.901-13.989 373.7-13.989 250.8 0 373.702 13.99 39.968 3.996 69.944 31.974 29.976 27.977 38.969 68.944 7.993 35.972 11.99 81.935t3.997 75.94q0 29.975.999 83.932z" stroke-width="1"></path> </svg> </a> <a class="cmp-social-icon__item" href="https://x.com/okta" aria-label="X" title="X"> <svg class="XIcon" width="1000" height="1000" viewBox="0 0 24 24" fill="#fff" xmlns="http://www.w3.org/2000/svg"> <title id="x-icon-title">Okta on X</title> <path fill-rule="evenodd" clip-rule="evenodd" d="M20.7071 4.70711C21.0976 4.31658 21.0976 3.68342 20.7071 3.29289C20.3166 2.90237 19.6834 2.90237 19.2929 3.29289L13.348 9.23779L9.07342 3.40865C8.88504 3.15177 8.58555 3 8.267 3H4C3.62317 3 3.27833 3.21184 3.108 3.54798C2.93766 3.88412 2.97075 4.28747 3.19359 4.59135L9.45539 13.1304L3.2929 19.2929C2.90237 19.6834 2.90237 20.3166 3.2929 20.7071C3.68342 21.0976 4.31659 21.0976 4.70711 20.7071L10.652 14.7622L14.9266 20.5914C15.115 20.8482 15.4145 21 15.733 21H20C20.3768 21 20.7217 20.7882 20.892 20.452C21.0623 20.1159 21.0293 19.7125 20.8064 19.4086L14.5446 10.8696L20.7071 4.70711ZM12.3703 11.2866C12.4012 11.338 12.4371 11.3872 12.4781 11.4336L18.0266 19H16.2398L5.97338 5H7.76026L12.3703 11.2866Z" fill="#fff"></path> </svg> </a> <a class="cmp-social-icon__item" href="https://www.linkedin.com/company/okta-inc-/" aria-label="LinkedIn" title="LinkedIn"> <svg class="LinkedInIcon" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" alt="Okta on LinkedIn"> <path fill="currentColor" d="M266.5 356.5v553h-184v-553zm12-171q0 41-29 68t-75 27h-1q-46 0-74-27t-28-68q0-41 29-68t75-27q46 0 74 27t29 68zm650 407v317h-183v-296q0-59-23-92t-71-33q-35 0-58 19t-36 48q-6 17-6 45v309h-184q1-223 1-361v-165l-1-27h184v80h-1q11-18 23-31t31-29q19-16 49-24t64-9q95 0 153 63t58 186z"> </path> </svg> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp cmp-container"> <div id="footer-bottom" class="cmp-container"> <div class="experiencefragment"> <div id="footer-nav--legal" class="cmp-experiencefragment cmp-experiencefragment--footer-nav---legal"> <div id="container-7772900c84" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="embed aem-GridColumn aem-GridColumn--default--12"> <div data-cmp-data-layer="{"embed-d90b7626b8":{"@type":"okta-www-events/components/content/embed/v1/embed","repo:modifyDate":"2024-07-11T11:34:02Z"}}" id="embed-d90b7626b8" class="cmp-embed"> <ul class="cmp-nav"> <li class="cmp-nav-item"> <a class="cmp-nav-item__link" href="https://okta.com/privacy-policy/">Privacy Policy</a> </li> <li class="cmp-nav-item"> <a class="cmp-nav-item__link" href="https://www.okta.com/terms-of-service/">Site Terms</a> </li> <li class="cmp-nav-item"> <a class="cmp-nav-item__link" href="https://trust.okta.com/">Security</a> </li> <li class="cmp-nav-item"> <a class="cmp-nav-item__link" href="https://okta.com/html-sitemap/">Sitemap</a> </li> <li class="cmp-nav-item"> <button type="button" class="ot-sdk-show-settings cmp-nav-item__link" data-js-hook="cookie-settings">Cookie Preferences</button> </li> <li class="cmp-nav-item"> <a class="cmp-nav-item__link tick-cross-icon" href="https://www.okta.com/your-privacy-choices/">Your Privacy Choices</a> </li> </ul> <style> .tick-cross-icon::after { content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMDA2NkZGO30KCS5zdDJ7ZmlsbDojRkZGRkZGO30KCS5zdDN7ZmlsbDojMDA2NkZGO30KPC9zdHlsZT4KPGc+Cgk8ZyBpZD0iZmluYWwtLS1kZWMuMTEtMjAyMF8xXyI+CgkJPGcgaWQ9Il94MzBfMjA4LW91ci10b2dnbGVfMl8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjc1LjAwMDAwMCwgLTIwMC4wMDAwMDApIj4KCQkJPGcgaWQ9IkZpbmFsLUNvcHktMl8yXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI3NS4wMDAwMDAsIDIwMC4wMDAwMDApIj4KCQkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjQsMTIuOGg2LjhsMy4xLTExLjZINy40QzQuMiwxLjIsMS42LDMuOCwxLjYsN1M0LjIsMTIuOCw3LjQsMTIuOHoiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KCTxnIGlkPSJmaW5hbC0tLWRlYy4xMS0yMDIwIj4KCQk8ZyBpZD0iX3gzMF8yMDgtb3VyLXRvZ2dsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNzUuMDAwMDAwLCAtMjAwLjAwMDAwMCkiPgoJCQk8ZyBpZD0iRmluYWwtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjc1LjAwMDAwMCwgMjAwLjAwMDAwMCkiPgoJCQkJPHBhdGggY2xhc3M9InN0MSIgZD0iTTIyLjYsMEg3LjRjLTMuOSwwLTcsMy4xLTcsN3MzLjEsNyw3LDdoMTUuMmMzLjksMCw3LTMuMSw3LTdTMjYuNCwwLDIyLjYsMHogTTEuNiw3YzAtMy4yLDIuNi01LjgsNS44LTUuOAoJCQkJCWg5LjlsLTMuMSwxMS42SDcuNEM0LjIsMTIuOCwxLjYsMTAuMiwxLjYsN3oiLz4KCQkJCTxwYXRoIGlkPSJ4IiBjbGFzcz0ic3QyIiBkPSJNMjQuNiw0YzAuMiwwLjIsMC4yLDAuNiwwLDAuOGwwLDBMMjIuNSw3bDIuMiwyLjJjMC4yLDAuMiwwLjIsMC42LDAsMC44Yy0wLjIsMC4yLTAuNiwwLjItMC44LDAKCQkJCQlsMCwwbC0yLjItMi4yTDE5LjUsMTBjLTAuMiwwLjItMC42LDAuMi0wLjgsMGMtMC4yLTAuMi0wLjItMC42LDAtMC44bDAsMEwyMC44LDdsLTIuMi0yLjJjLTAuMi0wLjItMC4yLTAuNiwwLTAuOAoJCQkJCWMwLjItMC4yLDAuNi0wLjIsMC44LDBsMCwwbDIuMiwyLjJMMjMuOCw0QzI0LDMuOCwyNC40LDMuOCwyNC42LDR6Ii8+CgkJCQk8cGF0aCBpZD0ieSIgY2xhc3M9InN0MyIgZD0iTTEyLjcsNC4xYzAuMiwwLjIsMC4zLDAuNiwwLjEsMC44bDAsMEw4LjYsOS44QzguNSw5LjksOC40LDEwLDguMywxMGMtMC4yLDAuMS0wLjUsMC4xLTAuNy0wLjFsMCwwCgkJCQkJTDUuNCw3LjdjLTAuMi0wLjItMC4yLTAuNiwwLTAuOGMwLjItMC4yLDAuNi0wLjIsMC44LDBsMCwwTDgsOC42bDMuOC00LjVDMTIsMy45LDEyLjQsMy45LDEyLjcsNC4xeiIvPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=); width: 32px; top: 2px; position: relative; left: 5px; display: inline-block; } </style> </div> </div> </div> </div> </div> </div> <div class="text"> <div data-cmp-data-layer="{"text-1e868a2232":{"@type":"okta-www-events/components/content/text/v1/text","repo:modifyDate":"2025-03-12T16:28:55Z","xdm:text":"<p>Copyright ©&nbsp;2025 Okta. All rights reserved.</p>\r\n"}}" id="text-1e868a2232" class="cmp-text"> <p>Copyright © 2025 Okta. All rights reserved.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </footer> </div> </div> </div> <div class="cq:featuredimage image"> </div> <script async src="/etc.clientlibs/okta-www-events/clientlibs/clientlib-site-showcase2025.lc-92da256f9a6a783a57a3b89e9971f904-lc.min.js"></script> <script async src="/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js"></script> <script async src="/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.lc-56934e461ff6c436f962a5990541a527-lc.min.js"></script> <script async src="/etc.clientlibs/okta-www-events/clientlibs/clientlib-base.lc-37906ebf0229eb2caf793aa17e6317ff-lc.min.js"></script> </body> </html>