CINXE.COM

Customers

<!DOCTYPE HTML> <html lang="en-GB"> <head> <meta charset="UTF-8"/> <title>Customers</title> <meta name="template" content="customers-overview-template"/> <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/en-gb/customers/"/> <!-- OKTA CUSTOMIZATION START : Hook to add the extra meta info and links --> <meta name="title" content="Customer Success Stories | Okta"/> <meta property="og:title" content="Customers"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.okta.com/en-gb/customers/"/> <meta name="twitter:title" content="Customer Success Stories | Okta"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:url" content="https://www.okta.com/en-gb/customers/"/> <!-- OKTA CUSTOMIZATION END : Hook to add the extra meta info and links --> <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 = "/libs/settings/cloudsettings/legacy/contexthub"; ContextHub.Paths.RESOURCE_PATH = "\/content\/okta\u002Dwww\/uk\/en\u002Dgb\/customers\/_jcr_content\/contexthub"; ContextHub.Paths.SEGMENTATION_PATH = ""; 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/libs/settings/cloudsettings/legacy/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/clientlibs/clientlib-base.lc-ca39e58f8a5d2d115bd36e066d6c7a47-lc.min.css" type="text/css"> <div class="js-page-data" data-language="en-gb" data-locale="uk"></div> <script type="text/javascript" src="//assets.adobedtm.com/6bb3f7663515/a88f122425e8/launch-58767bf1d43d.min.js"></script> <script src="/etc.clientlibs/okta-www/clientlibs/clientlib-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.js"></script> <link rel="stylesheet" href="/etc.clientlibs/okta-www/clientlibs/clientlib-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/okta-www/clientlibs/clientlib-site.lc-e22554cb95f9662e31a6d765c87fc9d1-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> </head> <body class="page_base page basicpage" id="page_base-bd11848c4e" 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_base\u002Dbd11848c4e\x22:{\x22@type\x22:\x22okta\u002Dwww\/components\/page\/page_base\/v1\/page_base\x22,\x22repo:modifyDate\x22:\x222025\u002D01\u002D09T08:39:36Z\x22,\x22dc:title\x22:\x22Customers\x22,\x22xdm:template\x22:\x22\/conf\/okta\u002Dwww\/settings\/wcm\/templates\/customers\u002Doverview\u002Dtemplate\x22,\x22xdm:language\x22:\x22en\u002DGB\x22,\x22xdm:tags\x22:[],\x22repo:path\x22:\x22\/content\/okta\u002Dwww\/uk\/en\u002Dgb\/customers.html\x22}}"), event:'cmp:show', eventInfo: { path: 'page.page_base\u002Dbd11848c4e' } }); </script> <!-- OKTA CUSTOMIZATION START : Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KXMLV58" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- OKTA CUSTOMIZATION END : Google Tag Manager (noscript) --> <div class="root container responsivegrid"> <div id="container-c80c0f3d6d" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="inheritedExperienceFragment aem-GridColumn aem-GridColumn--default--12"><div class="cmp-inherited-experience-fragment"> <div id="container-36c9ab5b00" class="cmp-container"> <div class="header"> <div class="aem-placeholder-container"> <header x-data class="header header--scrolled" :class="{ 'header--full-height': $store.headerStore.menuOpen, 'header--no-edit-mode': true }" data-component="header" data-type="organism"> <div class="header__container"> <div class="header__tipitop"> <div class="tipitop-link"> <a class="header__tipitop-item" href="https://www.okta.com/uk/press-room/press-releases/okta-announces-multi-year-partnership-with-the-mclaren-racing-formula-1-team/" target="_blank" id="" data-link-cta="no" data-link-text="Okta becomes an Official Partner of the McLaren Formula 1 Team" data-nav-hierarchy="" data-component-name="header" data-component-type="header">Okta becomes an Official Partner of the McLaren Formula 1 Team</a> <span class="header__tipitop-item">Okta becomes an Official Partner of the McLaren Formula 1 Team</span> <a href="https://www.okta.com/uk/press-room/press-releases/okta-announces-multi-year-partnership-with-the-mclaren-racing-formula-1-team/" target="_blank" class="header__tipitop-item" id="" data-link-cta="yes" data-link-text="Learn more →" data-nav-hierarchy="" data-component-name="header" data-component-type="header">Learn more →</a> </div> <div class="contact-links"> <a class="main-nav__link main-nav__link--phone" href="tel:%20+44%20(800)%20368-8930" id="" data-link-cta="no" data-link-text=" +44 (800) 368-8930" data-nav-hierarchy="" data-component-name="header" data-component-type="header"> +44 (800) 368-8930</a> <a class="main-nav__link" id="" data-link-cta="no" data-link-text="Chat with Sales" data-nav-hierarchy="" data-component-name="header" data-component-type="header"> <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="20px" height="20px"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 12.5c0 .9205-.7462 1.6667-1.6667 1.6667H5.83333L2.5 17.5V4.16667C2.5 3.24619 3.24619 2.5 4.16667 2.5H15.8333c.9205 0 1.6667.74619 1.6667 1.66667V12.5Z" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> <span class="tipitop__text-link">Chat with Sales</span> </a> <a target="_self" class="main-nav__link" href="https://www.okta.com/uk/search" id="" data-link-cta="no" data-link-text="Search" data-nav-hierarchy="" data-component-name="header" data-component-type="header"> <svg class="main-nav__icon main-nav__icon--search" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.81 19.81" width="20px" height="20px"> <path d="M8.25,15.75c4.14,0,7.5-3.36,7.5-7.5S12.39,.75,8.25,.75,.75,4.11,.75,8.25s3.36,7.5,7.5,7.5Z" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" class="icon__path"></path> <path d="M18.75,18.75l-5.2-5.2" fill="none" stroke-linecap="square" stroke-linejoin="round" stroke-width="1.5" class="icon__path"></path> </svg> <span class="tipitop__text-link">Search</span> </a> <div x-data="{ intlMenuOpen: false }" class="container" x-on:keydown.escape="intlMenuOpen = false; document.getElementById('intl-menu-link-desktop').focus()"> <a x-on:click.stop="intlMenuOpen = !intlMenuOpen; $el.setAttribute('aria-expanded', intlMenuOpen)" role="button" x-on:keydown.enter.stop.prevent="intlMenuOpen = !intlMenuOpen; $el.setAttribute('aria-expanded', intlMenuOpen)" x-on:keydown.space.stop.prevent="intlMenuOpen = !intlMenuOpen; $el.setAttribute('aria-expanded', intlMenuOpen)" class="main-nav__link" id="intl-menu-link-desktop" data-link-cta="no" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="header" data-component-type="header" aria-haspopup="true" aria-expanded="false" tabindex="0"> <svg class="main-nav__icon main-nav__icon--intl" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" class="icon__path" clip-rule="evenodd" d="M10.0001 18.3334c4.6024 0 8.3333-3.7309 8.3333-8.3333 0-4.60239-3.7309-8.33335-8.3333-8.33335-4.60239 0-8.33335 3.73096-8.33335 8.33335 0 4.6024 3.73096 8.3333 8.33335 8.3333Z" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M1.66675 10H18.3334" class="icon__path" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path fill-rule="evenodd" class="icon__path" clip-rule="evenodd" d="M10.0001 1.66675c2.0844 2.28196 3.2689 5.24336 3.3333 8.33335-.0644 3.09-1.2489 6.0514-3.3333 8.3333-2.08442-2.2819-3.26898-5.2433-3.33335-8.3333.06437-3.08999 1.24893-6.05139 3.33335-8.33335v0Z" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> </svg> <span :class="{'tipitop__text-link--open': intlMenuOpen}" class="tipitop__text-link intl-link">United Kingdom</span> </a> <div x-show="intlMenuOpen" class="intl-container" :class="{'int-container--open': intlMenuOpen}" @click.away="intlMenuOpen = false" x-init="$watch('intlMenuOpen', value => { if (value) { $nextTick(() => $refs.firstItem.focus()) } })" tabindex="-1" aria-labelledby="intl-menu-link"> <ul class="intl-menu" id="intl-menu" role="menu"> <li class="intl-menu__item" role="menuitem"><a href="https://www.okta.com/" class="anchor" id="" data-link-cta="no" data-link-text="United States" data-nav-hierarchy="" data-component-name="header" data-component-type="header" x-ref="firstItem">United States</a></li> <li class="intl-menu__item" role="menuitem"><a href="https://www.okta.com/fr/" class="anchor" id="" data-link-cta="no" data-link-text="France" data-nav-hierarchy="" data-component-name="header" data-component-type="header">France</a></li> <li class="intl-menu__item" role="menuitem"><a href="https://www.okta.com/de/" class="anchor" id="" data-link-cta="no" data-link-text="Germany" data-nav-hierarchy="" data-component-name="header" data-component-type="header">Germany</a></li> <li class="intl-menu__item" role="menuitem"><a href="https://www.okta.com/jp/" class="anchor" id="" data-link-cta="no" data-link-text="Japan" data-nav-hierarchy="" data-component-name="header" data-component-type="header">Japan</a></li> <li class="intl-menu__item" role="menuitem"><a href="https://www.okta.com/nl/" class="anchor" id="" data-link-cta="no" data-link-text="Netherlands" data-nav-hierarchy="" data-component-name="header" data-component-type="header">Netherlands</a></li> <li class="intl-menu__item" role="menuitem"><a href="https://www.okta.com/au/" class="anchor" id="" data-link-cta="no" data-link-text="Australia" data-nav-hierarchy="" data-component-name="header" data-component-type="header">Australia</a></li> <li class="intl-menu__item" role="menuitem"><a href="https://www.okta.com/sg/" class="anchor" id="" data-link-cta="no" data-link-text="Singapore" data-nav-hierarchy="" data-component-name="header" data-component-type="header">Singapore</a></li> <li class="intl-menu__item" role="menuitem"><a href="https://www.okta.com/kr/" class="anchor" id="" data-link-cta="no" data-link-text="Korea" data-nav-hierarchy="" data-component-name="header" data-component-type="header">Korea</a></li> <li class="intl-menu__item" role="menuitem"><a href="https://www.okta.com/se/" class="anchor" id="" data-link-cta="no" data-link-text="Sweden" data-nav-hierarchy="" data-component-name="header" data-component-type="header">Sweden</a></li> </ul> </div> </div> </div> </div> </div> <div class="header__main" x-data="{openItem: false}"> <nav aria-label="Main" class="main-nav"> <a href="https:///www.okta.com/uk/" class="main-nav__logo" id="" data-link-cta="no" data-link-text="" data-nav-hierarchy="" data-component-name="header" data-component-type="header" aria-label="Okta"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 109.21 36" role="img" aria-labelledby="okta-logo"> <title id="okta-logo"> Okta </title> <path d="M98.97,23.67c-3.05,0-5.2-2.38-5.2-5.51s2.15-5.51,5.2-5.51,5.14,2.38,5.14,5.51-2.12,5.51-5.14,5.51Zm-.49,3.28c2.46,0,4.55-.96,5.87-2.97,.25,1.95,1.66,2.66,3.44,2.66h1.42v-3.09h-.61c-1.01,0-1.26-.49-1.26-1.64V9.69h-3.26v2.51c-1.11-1.76-3.2-2.82-5.6-2.82-4.28,0-8.21,3.59-8.21,8.78s3.94,8.78,8.21,8.78Zm-16.79-4.24c0,2.78,1.72,3.93,3.78,3.93h3.97v-3.09h-2.89c-1.2,0-1.45-.46-1.45-1.64V12.78h4.34v-3.09h-4.34V4h-3.41V22.71Zm-15.53,3.93h3.41v-7.27h1.14l5.81,7.27h4.31l-7.41-9.22,5.69-7.73h-3.84l-4.65,6.53h-1.05V4h-3.41V26.64Zm-11.07-17.26c-4.77,0-8.7,3.59-8.7,8.78s3.94,8.78,8.7,8.78,8.7-3.59,8.7-8.78-3.94-8.78-8.7-8.78Zm0,14.29c-3.05,0-5.2-2.38-5.2-5.51s2.15-5.51,5.2-5.51,5.2,2.38,5.2,5.51-2.15,5.51-5.2,5.51Z" fill="current"></path> <path d="M19.8,.26l-.74,9.12c-.35-.04-.7-.06-1.06-.06-.45,0-.89,.03-1.32,.1l-.42-4.42c-.01-.14,.1-.26,.24-.26h.75l-.36-4.47c-.01-.14,.1-.26,.23-.26h2.45c.14,0,.25,.12,.23,.26h0Zm-6.18,.45c-.04-.13-.18-.21-.31-.16l-2.3,.84c-.13,.05-.19,.2-.13,.32l1.87,4.08-.71,.26c-.13,.05-.19,.2-.13,.32l1.91,4.01c.69-.38,1.44-.67,2.23-.85L13.63,.71ZM7.98,3.25l5.29,7.46c-.67,.44-1.28,.96-1.8,1.56l-3.17-3.12c-.1-.1-.09-.26,.01-.35l.58-.48-3.15-3.19c-.1-.1-.09-.26,.02-.35l1.87-1.57c.11-.09,.26-.07,.34,.04ZM3.54,7.57c-.11-.08-.27-.04-.34,.08l-1.22,2.12c-.07,.12-.02,.27,.1,.33l4.06,1.92-.38,.65c-.07,.12-.02,.28,.11,.33l4.04,1.85c.29-.75,.68-1.45,1.16-2.08L3.54,7.57ZM.55,13.33c.02-.14,.16-.22,.29-.19l8.85,2.31c-.23,.75-.36,1.54-.38,2.36l-4.43-.36c-.14-.01-.24-.14-.21-.28l.13-.74-4.47-.42c-.14-.01-.23-.14-.21-.28l.42-2.41h0Zm-.33,5.98c-.14,.01-.23,.14-.21,.28l.43,2.41c.02,.14,.16,.22,.29,.19l4.34-1.13,.13,.74c.02,.14,.16,.22,.29,.19l4.28-1.18c-.25-.74-.41-1.53-.45-2.34L.21,19.31Zm1.42,6.34c-.07-.12-.02-.27,.1-.33l8.26-3.92c.31,.74,.73,1.43,1.23,2.05l-3.62,2.58c-.11,.08-.27,.05-.34-.07l-.38-.66-3.69,2.55c-.11,.08-.27,.04-.34-.08l-1.23-2.12Zm10.01-1.72l-6.43,6.51c-.1,.1-.09,.26,.02,.35l1.88,1.57c.11,.09,.26,.07,.34-.04l2.6-3.66,.58,.49c.11,.09,.27,.07,.35-.05l2.52-3.66c-.68-.42-1.31-.93-1.85-1.51Zm-1.27,10.45c-.13-.05-.19-.2-.13-.32l3.81-8.32c.7,.36,1.46,.63,2.25,.78l-1.12,4.3c-.03,.13-.18,.21-.31,.16l-.71-.26-1.19,4.33c-.04,.13-.18,.21-.31,.16l-2.3-.84h0Zm6.56-7.75l-.74,9.12c-.01,.14,.1,.26,.23,.26h2.45c.14,0,.25-.12,.23-.26l-.36-4.47h.75c.14,0,.25-.12,.24-.26l-.42-4.42c-.43,.07-.87,.1-1.32,.1-.36,0-.71-.02-1.06-.07h0ZM25.76,1.94c.06-.13,0-.27-.13-.32l-2.3-.84c-.13-.05-.27,.03-.31,.16l-1.19,4.33-.71-.26c-.13-.05-.27,.03-.31,.16l-1.12,4.3c.8,.16,1.55,.43,2.25,.78L25.76,1.94h0Zm5.02,3.63l-6.43,6.51c-.54-.58-1.16-1.09-1.85-1.51l2.52-3.66c.08-.11,.24-.14,.35-.05l.58,.49,2.6-3.66c.08-.11,.24-.13,.34-.04l1.88,1.57c.11,.09,.11,.25,.02,.35Zm3.48,5.12c.13-.06,.17-.21,.1-.33l-1.23-2.12c-.07-.12-.23-.15-.34-.08l-3.69,2.55-.38-.65c-.07-.12-.23-.16-.34-.07l-3.62,2.58c.5,.62,.91,1.31,1.23,2.05l8.26-3.92Zm1.3,3.32l.42,2.41c.02,.14-.07,.26-.21,.28l-9.11,.85c-.04-.82-.2-1.6-.45-2.34l4.28-1.18c.13-.04,.27,.05,.29,.19l.13,.74,4.34-1.13c.13-.03,.27,.05,.29,.19h0Zm-.41,8.85c.13,.03,.27-.05,.29-.19l.42-2.41c.02-.14-.07-.26-.21-.28l-4.47-.42,.13-.74c.02-.14-.07-.26-.21-.28l-4.43-.36c-.02,.82-.15,1.61-.38,2.36l8.85,2.31h0Zm-2.36,5.5c-.07,.12-.23,.15-.34,.08l-7.53-5.2c.48-.63,.87-1.33,1.16-2.08l4.04,1.85c.13,.06,.18,.21,.11,.33l-.38,.65,4.06,1.92c.12,.06,.17,.21,.1,.33l-1.22,2.12h0Zm-10.07-3.07l5.29,7.46c.08,.11,.24,.13,.34,.04l1.87-1.57c.11-.09,.11-.25,.02-.35l-3.15-3.19,.58-.48c.11-.09,.11-.25,.01-.35l-3.17-3.12c-.53,.6-1.13,1.13-1.8,1.56h0Zm-.05,10.16c-.13,.05-.27-.03-.31-.16l-2.42-8.82c.79-.18,1.54-.47,2.23-.85l1.91,4.01c.06,.13,0,.28-.13,.32l-.71,.26,1.87,4.08c.06,.13,0,.27-.13,.32l-2.3,.84h0Z" fill="current" fill-rule="evenodd"></path> </svg> </a> <ul class="desktop-navigation"> <li class="list-item" tabindex="0" id="desktop-nav-item-one" @keydown.enter.prevent="openItem = (openItem === 1 ? null : 1); $nextTick(() => document.getElementById('first-focusable-element-1').focus())" @keydown.space.prevent="openItem = (openItem === 1 ? null : 1); $nextTick(() => document.getElementById('first-focusable-element-1').focus())" @keydown.tab="if (openItem === 1) { $event.preventDefault(); document.getElementById('first-focusable-element-1').focus(); }"> <a @click.stop.prevent role="button" :class="{'anchor--open': openItem === 1}" @click="openItem = (openItem === 1 ? null : 1); $nextTick(() => document.getElementById('first-focusable-element-1').focus())" class="anchor" data-link-cta="no" data-link-text="Products" data-nav-hierarchy="Products" data-component-name="header" data-component-type="header" :aria-expanded="openItem === 1 ? 'true' : 'false'"> <span class="list-item__text" :class="{'list-item__text--open': openItem === 1}"> Products </span> </a> </li> <li class="list-item" tabindex="0" id="desktop-nav-item-two" @keydown.enter.prevent="openItem = (openItem === 2 ? null : 2); $nextTick(() => document.getElementById('first-focusable-element-2').focus())" @keydown.space.prevent="openItem = (openItem === 2 ? null : 2); $nextTick(() => document.getElementById('first-focusable-element-2').focus())"> <a @click.stop.prevent role="button" @click="openItem = (openItem === 2 ? null : 2); $nextTick(() => document.getElementById('first-focusable-element-2').focus())" :class="{'anchor--open': openItem === 2}" class="anchor" id="desktop-nav-link-item-two" data-link-cta="no" data-link-text="Why Okta" data-nav-hierarchy="Why Okta" data-component-name="header" data-component-type="header" :aria-expanded="openItem === 2 ? 'true' : 'false'"> <span class="list-item__text" :class="{'list-item__text--open': openItem === 2}"> Why Okta </span> </a> </li> <li class="list-item" tabindex="0" id="desktop-nav-item-three" @keydown.enter.prevent="openItem = (openItem === 3 ? null : 3); $nextTick(() => document.getElementById('first-focusable-element-3').focus())" @keydown.space.prevent="openItem = (openItem === 3 ? null : 3); $nextTick(() => document.getElementById('first-focusable-element-3').focus())"> <a @click.stop.prevent role="button" @click="openItem = (openItem === 3 ? null : 3); $nextTick(() => document.getElementById('first-focusable-element-3').focus())" :class="{'anchor--open': openItem === 3}" class="anchor" id="desktop-nav-link-item-two" data-link-cta="no" data-link-text="Why Okta" data-nav-hierarchy="Developers" data-component-name="header" data-component-type="header" :aria-expanded="openItem === 3 ? 'true' : 'false'"> <span class="list-item__text" :class="{'list-item__text--open': openItem === 3}"> Developers </span> </a> </li> <li class="list-item" tabindex="0" id="desktop-nav-item-four" @keydown.enter.prevent="openItem = (openItem === 4 ? null : 4); $nextTick(() => document.getElementById('first-focusable-element-4').focus())" @keydown.space.prevent="openItem = (openItem === 4 ? null : 4); $nextTick(() => document.getElementById('first-focusable-element-4').focus())"> <a @click.stop.prevent role="button" :class="{'anchor--open': openItem === 4}" class="anchor" @click="openItem = (openItem === 4 ? null : 4); $nextTick(() => document.getElementById('first-focusable-element-4').focus())" id="desktop-nav-link-item-two" data-link-cta="no" data-link-text="Resources" data-nav-hierarchy="Resources" data-component-name="header" data-component-type="header" :aria-expanded="openItem === 4 ? 'true' : 'false'"> <span class="list-item__text" :class="{'list-item__text--open': openItem === 4}"> Resources </span> </a> </li> </ul> <div class="cta-buttons-wrapper"> <a class="cta-button cta-button__primary--regular" href="https://www.okta.com/uk/free-trial/" id="next-focusable-element" data-link-cta="yes" data-link-text="Free Trial" data-nav-hierarchy="" data-component-name="header" data-component-type="header"> Free Trial </a> <a class="cta-button cta-button__secondary--regular" href="https://okta.com/uk/contact-sales/" id="" data-link-cta="yes" data-link-text="Contact Us" data-nav-hierarchy="" data-component-name="header" data-component-type="header"> Contact Us </a> </div> <div x-show="openItem" :class="{'subnav-background': openItem}"></div> <div class="subnav-wrapper" @click.away="openItem = null" @keydown.escape.prevent="openItem = null; document.getElementById('desktop-nav-item-one').focus()" :class="{'subnav-wrapper--open': openItem === 1}" tabindex="-1"> <div class="subnav-columns"> <div class="subnav-column"> <section class="subnav-list__presentation"> <h2 class="subnav-main-title">Products</h2> <p class="subnav-description">With flexibility and neutrality at the core of our Customer Identity and Workforce Identity Clouds, we make seamless and secure access possible for your customers, employees, and partners.</p> <a class="anchor" id="first-focusable-element-1" data-link-cta="no" data-nav-hierarchy="Products|" data-component-name="header" data-component-type="header" @keydown.tab.shift.prevent=" openItem = null; document.getElementById('desktop-nav-item-one').focus()"> </a> <a class="anchor" id="" data-link-cta="no" data-nav-hierarchy="Products|" data-component-name="header" data-component-type="header"> </a> </section> </div> <div class="subnav-column"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Customer Identity Cloud</h3> <a class="anchor" href="https://www.okta.com/uk/customer-identity/actions/" id="" data-link-cta="no" data-link-text="Actions" data-nav-hierarchy="Products|Customer Identity Cloud|Actions" data-component-name="header" data-component-type="header"> Actions </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/multi-factor-authentication/" id="" data-link-cta="no" data-link-text="Multifactor Authentication" data-nav-hierarchy="Products|Customer Identity Cloud|Multifactor Authentication" data-component-name="header" data-component-type="header"> Multifactor Authentication </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/passwordless/" id="" data-link-cta="no" data-link-text="Passwordless" data-nav-hierarchy="Products|Customer Identity Cloud|Passwordless" data-component-name="header" data-component-type="header"> Passwordless </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/single-sign-on/" id="" data-link-cta="no" data-link-text="Single Sign On" data-nav-hierarchy="Products|Customer Identity Cloud|Single Sign On" data-component-name="header" data-component-type="header"> Single Sign On </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/universal-login/" id="" data-link-cta="no" data-link-text="Universal Login" data-nav-hierarchy="Products|Customer Identity Cloud|Universal Login" data-component-name="header" data-component-type="header"> Universal Login </a> <footer class="subnav-list__footer"> <a class="anchor" href="https://www.okta.com/uk/customer-identity/" id="" data-link-cta="no" data-link-text="Explore Customer Identity Cloud" data-nav-hierarchy="Products|Customer Identity Cloud|Explore Customer Identity Cloud" data-component-name="header" data-component-type="header"> Explore Customer Identity Cloud </a> </footer> </section> </div> <div class="subnav-column"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Workforce Identity Cloud</h3> <a class="anchor" href="https://www.okta.com/en-gb/products/single-sign-on-workforce-identity/" id="" data-link-cta="no" data-link-text="Single Sign On" data-nav-hierarchy="Products|Workforce Identity Cloud|Single Sign On" data-component-name="header" data-component-type="header"> Single Sign On </a> <a class="anchor" href="https://www.okta.com/uk/products/adaptive-multi-factor-authentication/" id="" data-link-cta="no" data-link-text="Adaptive MFA" data-nav-hierarchy="Products|Workforce Identity Cloud|Adaptive MFA" data-component-name="header" data-component-type="header"> Adaptive MFA </a> <a class="anchor" href="https://www.okta.com/uk/products/lifecycle-management/" id="" data-link-cta="no" data-link-text="Lifecycle Management" data-nav-hierarchy="Products|Workforce Identity Cloud|Lifecycle Management" data-component-name="header" data-component-type="header"> Lifecycle Management </a> <a class="anchor" href="https://www.okta.com/uk/platform/workflows/" id="" data-link-cta="no" data-link-text="Workflows" data-nav-hierarchy="Products|Workforce Identity Cloud|Workflows" data-component-name="header" data-component-type="header"> Workflows </a> <a class="anchor" href="https://www.okta.com/uk/products/identity-governance/" id="" data-link-cta="no" data-link-text="Identity Governance" data-nav-hierarchy="Products|Workforce Identity Cloud|Identity Governance" data-component-name="header" data-component-type="header"> Identity Governance </a> <a class="anchor" href="https://www.okta.com/uk/products/privileged-access/" id="" data-link-cta="no" data-link-text="Privileged Access" data-nav-hierarchy="Products|Workforce Identity Cloud|Privileged Access" data-component-name="header" data-component-type="header"> Privileged Access </a> <footer class="subnav-list__footer"> <a class="anchor" href="https://www.okta.com/uk/workforce-identity/" id="" data-link-cta="no" data-link-text="Explore Workforce Identity Cloud" data-nav-hierarchy="Products|Workforce Identity Cloud|Explore Workforce Identity Cloud" data-component-name="header" data-component-type="header" @keydown.tab.prevent="openItem = null; document.getElementById('desktop-nav-item-two').focus()"> Explore Workforce Identity Cloud </a> </footer> </section> </div> </div> </div> <div class="subnav-wrapper" @click.away="openItem = null" @keydown.escape.prevent="openItem = null; document.getElementById('desktop-nav-item-two').focus()" :class="{'subnav-wrapper--open': openItem === 2}"> <div class="subnav-columns"> <div class="subnav-column"> <section class="subnav-list__presentation"> <h2 class="subnav-main-title">Why Okta</h2> <p class="subnav-description">Okta gives you a neutral, powerful and extensible platform that puts identity at the heart of your stack. No matter what industry, use case, or level of support you need, we’ve got you covered.</p> </section> </div> <div class="subnav-column"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Your Goals</h3> <a class="anchor" href="https://www.okta.com/uk/workforce-identity/" id="first-focusable-element-2" data-link-cta="no" data-link-text="High-Performing IT" data-nav-hierarchy="Why Okta|Your Goals|High-Performing IT" data-component-name="header" data-component-type="header" @keydown.tab.shift.prevent="openItem = null; document.getElementById('desktop-nav-item-two').focus()"> High-Performing IT </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/" id="" data-link-cta="no" data-link-text="Optimized Digital Experiences" data-nav-hierarchy="Why Okta|Your Goals|Optimized Digital Experiences" data-component-name="header" data-component-type="header"> Optimized Digital Experiences </a> <a class="anchor" href="https://www.okta.com/uk/zero-trust/" id="" data-link-cta="no" data-link-text="Identify-Powered Security" data-nav-hierarchy="Why Okta|Your Goals|Identify-Powered Security" data-component-name="header" data-component-type="header"> Identify-Powered Security </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/" id="" data-link-cta="no" data-link-text="Innovation Without Compromise" data-nav-hierarchy="Why Okta|Your Goals|Innovation Without Compromise" data-component-name="header" data-component-type="header"> Innovation Without Compromise </a> <a class="anchor" href="https://www.okta.com/uk/workforce-identity/" id="" data-link-cta="no" data-link-text="Agile Workforces" data-nav-hierarchy="Why Okta|Customer Identity Cloud|Agile Workforces" data-component-name="header" data-component-type="header"> Agile Workforces </a> </section> </div> <div class="subnav-column"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Your Industry</h3> <a class="anchor" href="https://www.okta.com/uk/okta-public-sector/" id="" data-link-cta="no" data-link-text="Public Sector" data-nav-hierarchy="Why Okta|Your Industry|Public Sector" data-component-name="header" data-component-type="header"> Public Sector </a> <a class="anchor" href="https://www.okta.com/uk/solutions/financial-services/" id="" data-link-cta="no" data-link-text="Financial Services" data-nav-hierarchy="Why Okta|Your Industry|Financial Services" data-component-name="header" data-component-type="header"> Financial Services </a> <a class="anchor" href="https://www.okta.com/uk/solutions/retail/" id="" data-link-cta="no" data-link-text="Retail" data-nav-hierarchy="Why Okta|Your Industry|Retail" data-component-name="header" data-component-type="header"> Retail </a> <a class="anchor" href="https://www.okta.com/uk/solutions/healthcare/" id="" data-link-cta="no" data-link-text="Healthcare" data-nav-hierarchy="Why Okta|Your Industry|Healthcare" data-component-name="header" data-component-type="header"> Healthcare </a> <a class="anchor" href="https://www.okta.com/uk/solutions/travel-hospitality/" id="" data-link-cta="no" data-link-text="Travel &amp; Hospitality" data-nav-hierarchy="Why Okta|Your Industry|Travel &amp; Hospitality" data-component-name="header" data-component-type="header"> Travel &amp; Hospitality </a> <a class="anchor" href="https://www.okta.com/uk/solutions/technology/" id="" data-link-cta="no" data-link-text="Technology" data-nav-hierarchy="Why Okta|Your Industry|Technology" data-component-name="header" data-component-type="header"> Technology </a> <a class="anchor" href="https://www.okta.com/uk/solutions/energy/" id="" data-link-cta="no" data-link-text="Energy" data-nav-hierarchy="Why Okta|Your Industry|Energy" data-component-name="header" data-component-type="header"> Energy </a> <a class="anchor" href="https://www.okta.com/uk/solutions/nonprofits/" id="" data-link-cta="no" data-link-text="Nonprofit" data-nav-hierarchy="Why Okta|Your Industry|Nonprofit" data-component-name="header" data-component-type="header"> Nonprofit </a> </section> </div> <div class="subnav-column"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Leading Success</h3> <a class="anchor" href="https://www.okta.com/uk/products/okta-ai/" id="" data-link-cta="no" data-link-text="Okta AI" data-nav-hierarchy="Why Okta|Leading Success|Okta AI" data-component-name="header" data-component-type="header"> Okta AI </a> <a class="anchor" href="https://www.okta.com/uk/okta-integration-network/" id="" data-link-cta="no" data-link-text="Okta Integration Network" data-nav-hierarchy="Why Okta|Leading Success|Okta Integration Network" data-component-name="header" data-component-type="header"> Okta Integration Network </a> <a class="anchor" href="https://www.okta.com/uk/small-business/" id="" data-link-cta="no" data-link-text="For Small Businesses (SMBs)" data-nav-hierarchy="Why Okta|Leading Success|For Small Businesses (SMBs)" data-component-name="header" data-component-type="header"> For Small Businesses (SMBs) </a> <a class="anchor" href="https://www.okta.com/uk/customers/" id="" data-link-cta="no" data-link-text="Customer Success Stories" data-nav-hierarchy="Why Okta|Leading Success|Customer Success Stories" data-component-name="header" data-component-type="header"> Customer Success Stories </a> <a class="anchor" href="https://www.okta.com/uk/okta-advantage/" id="" data-link-cta="no" data-link-text="Okta Advantage" data-nav-hierarchy="Why Okta|Leading Success|Okta Advantage" data-component-name="header" data-component-type="header"> Okta Advantage </a> <a class="anchor" href="https://www.okta.com/uk/secure-identity-commitment/" id="" data-link-cta="no" data-link-text="Secure Identity Commitment" data-nav-hierarchy="Why Okta|Leading Success|Secure Identity Commitment" data-component-name="header" data-component-type="header"> Secure Identity Commitment </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Trust (Opens in a new window)" href="https://trust.okta.com/?_ga=2.172244323.1131952190.1694551039-2108337227.1682701839&_gl=1%2Aww0l7q%2A_ga%2AMjEwODMzNzIyNy4xNjgyNzAxODM5%2A_ga_QKMSDV5369%2A" id="" data-link-cta="no" data-link-text="Trust" data-nav-hierarchy="Why Okta|Leading Success|Trust" data-component-name="header" data-component-type="header" @keydown.tab.prevent="openItem = null; document.getElementById('desktop-nav-item-three').focus()"> Trust </a> </section> </div> </div> </div> <div class="subnav-wrapper" @click.away="openItem = null" @keydown.escape.prevent="openItem = null; document.getElementById('desktop-nav-item-three').focus()" :class="{'subnav-wrapper--open': openItem === 3}"> <div class="subnav-columns"> <div class="subnav-column"> <section class="subnav-list__presentation"> <h2 class="subnav-main-title">For Developers</h2> <p class="subnav-description">Start building with powerful and extensible out-of-the-box features, plus thousands of integrations and customizations. Our developer community is here for you.</p> </section> </div> <div class="subnav-column"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Customer Identity Cloud</h3> <a class="anchor top-right-arrow" target="_blank" aria-label="Auth0 Marketplace (Opens in a new window)" href="https://auth0.com/marketplace" id="first-focusable-element-3" data-link-cta="no" data-link-text="Auth0 Marketplace" data-nav-hierarchy="Developers|Customer Identity Cloud|Auth0 Marketplace" data-component-name="header" data-component-type="header" @keydown.tab.shift.prevent=" openItem = null; document.getElementById('desktop-nav-item-three').focus()"> Auth0 Marketplace </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Developer Center (Opens in a new window)" href="https://developer.auth0.com/resources" id="" data-link-cta="no" data-link-text="Developer Center" data-nav-hierarchy="Developers|Customer Identity Cloud|Developer Center" data-component-name="header" data-component-type="header"> Developer Center </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Community (Opens in a new window)" href="https://community.auth0.com/" id="" data-link-cta="no" data-link-text="Community" data-nav-hierarchy="Developers|Customer Identity Cloud|Community" data-component-name="header" data-component-type="header"> Community </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Knowledge Base (Opens in a new window)" href="https://support.auth0.com/" id="" data-link-cta="no" data-link-text="Knowledge Base" data-nav-hierarchy="Developers|Customer Identity Cloud|Knowledge Base" data-component-name="header" data-component-type="header"> Knowledge Base </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Customer Identity Cloud Status (Opens in a new window)" href="https://status.auth0.com/" id="" data-link-cta="no" data-link-text="Customer Identity Cloud Status" data-nav-hierarchy="Developers|Customer Identity Cloud|Customer Identity Cloud Status" data-component-name="header" data-component-type="header"> Customer Identity Cloud Status </a> </section> </div> <div class="subnav-column"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Workforce Identity Cloud</h3> <a class="anchor" href="https://www.okta.com/uk/okta-integration-network/" id="" data-link-cta="no" data-link-text="Okta Integration Network" data-nav-hierarchy="Developers|Workforce Identity Cloud|Okta Integration Network" data-component-name="header" data-component-type="header" @keydown.tab.shift.prevent=" openItem = null; document.getElementById('desktop-nav-item-four').focus()"> Okta Integration Network </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Developer Center (Opens in a new window)" href="https://developer.okta.com/" id="" data-link-cta="no" data-link-text="Developer Center" data-nav-hierarchy="Developers|Workforce Identity Cloud|Developer Center" data-component-name="header" data-component-type="header"> Developer Center </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Community (Opens in a new window)" href="https://devforum.okta.com/" id="" data-link-cta="no" data-link-text="Community" data-nav-hierarchy="Developers|Workforce Identity Cloud|Community" data-component-name="header" data-component-type="header"> Community </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Knowledge Base (Opens in a new window)" href="https://support.okta.com/help/s/?language=en_US" id="" data-link-cta="no" data-link-text="Knowledge Base" data-nav-hierarchy="Developers|Workforce Identity Cloud|Knowledge Base" data-component-name="header" data-component-type="header"> Knowledge Base </a> <a class="anchor" href="https://status.okta.com/" id="" data-link-cta="no" data-link-text="Workforce Identity Cloud Status" data-nav-hierarchy="Developers|Workforce Identity Cloud|Workforce Identity Cloud Status" data-component-name="header" data-component-type="header" @keydown.tab.prevent="openItem = null; document.getElementById('desktop-nav-item-four').focus()"> Workforce Identity Cloud Status </a> </section> </div> </div> </div> <div class="subnav-wrapper" @click.away="openItem = null" @keydown.escape.prevent="openItem = null; document.getElementById('desktop-nav-item-four').focus()" :class="{'subnav-wrapper--open': openItem === 4}"> <div class="subnav-columns"> <div class="subnav-column"> <section class="subnav-list__presentation"> <h2 class="subnav-main-title">Resources and Support</h2> <p class="subnav-description">Okta gives you a neutral, powerful and extensible platform that puts identity at the heart of your stack. No matter what industry, use case, or level of support you need, we’ve got you covered.</p> </section> </div> <div class="subnav-column"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Resources</h3> <a class="anchor" href="https://www.okta.com/uk/customers/" id="first-focusable-element-4" data-link-cta="no" data-link-text="Customer Case Studies" data-nav-hierarchy="Resources|Resources|Customer Case Studies" data-component-name="header" data-component-type="header" @keydown.tab.shift.prevent=" openItem = null; document.getElementById('desktop-nav-item-four').focus()"> Customer Case Studies </a> <a class="anchor" href="https://www.okta.com/uk/events/" id="" data-link-cta="no" data-link-text="Events" data-nav-hierarchy="Resources|Resources|Events" data-component-name="header" data-component-type="header"> Events </a> <a class="anchor" href="https://www.okta.com/resources/podcasts/mistaken-identity/" id="" data-link-cta="no" data-link-text="Podcasts" data-nav-hierarchy="Resources|Resources|Podcasts" data-component-name="header" data-component-type="header"> Podcasts </a> <a class="anchor" href="https://www.okta.com/uk/blog/" id="" data-link-cta="no" data-link-text="Blog" data-nav-hierarchy="Resources|Resources|Blog" data-component-name="header" data-component-type="header"> Blog </a> <a class="anchor" href="https://www.okta.com/uk/press-room/" id="" data-link-cta="no" data-link-text="Press Room" data-nav-hierarchy="Resources|Resources|Press Room" data-component-name="header" data-component-type="header"> Press Room </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?field_resource_solutions_target_id=All&type=analyst_research" id="" data-link-cta="no" data-link-text="Analyst Research" data-nav-hierarchy="Resources|Resources|Analyst Research" data-component-name="header" data-component-type="header"> Analyst Research </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?type=datasheet" id="" data-link-cta="no" data-link-text="Datasheets" data-nav-hierarchy="Resources|Resources|Datasheets" data-component-name="header" data-component-type="header"> Datasheets </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?type=demo" id="" data-link-cta="no" data-link-text="Demo Library" data-nav-hierarchy="Resources|Resources|Demo Library" data-component-name="header" data-component-type="header"> Demo Library </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?field_resource_solutions_target_id=All&type=video" id="" data-link-cta="no" data-link-text="Videos" data-nav-hierarchy="Resources|Resources|Videos" data-component-name="header" data-component-type="header"> Videos </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?field_resource_solutions_target_id=All&type=webinar" id="" data-link-cta="no" data-link-text="Webinars" data-nav-hierarchy="Resources|Resources|Webinars" data-component-name="header" data-component-type="header"> Webinars </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?field_resource_solutions_target_id=All&type=whitepaper" id="" data-link-cta="no" data-link-text="Whitepapers" data-nav-hierarchy="Resources|Resources|Whitepapers" data-component-name="header" data-component-type="header"> Whitepapers </a> </section> </div> <div class="subnav-column"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Customer Success</h3> <a class="anchor" href="https://www.okta.com/uk/customer-first/" id="" data-link-cta="no" data-link-text="Customer First Overview" data-nav-hierarchy="Resources|Customer Success|Customer First Overview" data-component-name="header" data-component-type="header"> Customer First Overview </a> <a class="anchor" href="https://www.okta.com/services/self-service/community/" id="" data-link-cta="no" data-link-text="Okta Community" data-nav-hierarchy="Resources|Customer Success|Okta Community" data-component-name="header" data-component-type="header"> Okta Community </a> <a class="anchor" href="https://www.okta.com/uk/services/success-and-support/" id="" data-link-cta="no" data-link-text="Support Services" data-nav-hierarchy="Resources|Customer Success|Support Services" data-component-name="header" data-component-type="header"> Support Services </a> <a class="anchor" href="https://www.okta.com/uk/services/professional-services/" id="" data-link-cta="no" data-link-text="Professional Services" data-nav-hierarchy="Resources|Customer Success|Professional Services" data-component-name="header" data-component-type="header"> Professional Services </a> <a class="anchor" href="https://www.okta.com/uk/expert-assist/" id="" data-link-cta="no" data-link-text="Expert Assist" data-nav-hierarchy="Resources|Customer Success|Expert Assist" data-component-name="header" data-component-type="header"> Expert Assist </a> <a class="anchor" href="https://www.okta.com/uk/services/training/" id="" data-link-cta="no" data-link-text="Training" data-nav-hierarchy="Resources|Customer Success|Training" data-component-name="header" data-component-type="header"> Training </a> <a class="anchor" href="https://www.okta.com/uk/services/certification/" id="" data-link-cta="no" data-link-text="Certification" data-nav-hierarchy="Resources|Customer Success|Certification" data-component-name="header" data-component-type="header"> Certification </a> <a class="anchor" href="https://www.okta.com/uk/partners/meet-our-partners/" id="" data-link-cta="no" data-link-text="Find a Partner" data-nav-hierarchy="Resources|Customer Success|Find a Partner" data-component-name="header" data-component-type="header"> Find a Partner </a> </section> </div> <div class="subnav-column"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Support</h3> <a class="anchor top-right-arrow" target="_blank" aria-label="Help and Support (Opens in a new window)" href="https://support.okta.com/help/s/?language=en_US&_ga=2.141001906.1408537636.1665532992-1758812997.1653668763&_gl=1%2A19k8ftp%2A_ga%2AMTc1ODgxMjk5Ny4xNjUzNjY4NzYz%2A_ga_QKMSDV5369%2AMTY2NTU4ODY2NC41Ny4xLjE2NjU1ODk0OTAuNTkuMC4w" id="" data-link-cta="no" data-link-text="Help and Support" data-nav-hierarchy="Resources|Support|Help and Support" data-component-name="header" data-component-type="header"> Help and Support </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Product Documentation (Opens in a new window)" href="https://help.okta.com/en-us/content/index.htm" id="" data-link-cta="no" data-link-text="Product Documentation" data-nav-hierarchy="Resources|Support|Product Documentation" data-component-name="header" data-component-type="header"> Product Documentation </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Knowledge Base (Opens in a new window)" href="https://support.okta.com/help/s/knowledge?language=en_US" id="" data-link-cta="no" data-link-text="Knowledge Base" data-nav-hierarchy="Resources|Support|Knowledge Base" data-component-name="header" data-component-type="header"> Knowledge Base </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Frequently Asked Questions (Opens in a new window)" href="https://www.okta.com/uk/faq/" id="" data-link-cta="no" data-link-text="Frequently Asked Questions" data-nav-hierarchy="Resources|Support|Frequently Asked Questions" data-component-name="header" data-component-type="header"> Frequently Asked Questions </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Contact Us (Opens in a new window)" href="https://www.okta.com/uk/contact-sales/" id="" data-link-cta="no" data-link-text="Contact Us" data-nav-hierarchy="Resources|Support|Contact Us" data-component-name="header" data-component-type="header"> Contact Us </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Customer Identity Cloud Status (Opens in a new window)" href="https://status.auth0.com/" id="" data-link-cta="no" data-link-text="Customer Identity Cloud Status" data-nav-hierarchy="Resources|Support|Customer Identity Cloud Status" data-component-name="header" data-component-type="header"> Customer Identity Cloud Status </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Workforce Identity Cloud Status (Opens in a new window)" href="https://status.okta.com/" id="" data-link-cta="no" data-link-text="Workforce Identity Cloud Status" data-nav-hierarchy="Resources|Support|Workforce Identity Cloud Status" data-component-name="header" data-component-type="header" @keydown.tab.prevent="openItem = null; document.getElementById('next-focusable-element').focus()"> Workforce Identity Cloud Status </a> </section> </div> </div> </div> <div class="main-nav__controls"> <a class="cta-button cta-button__secondary--regular" href="https://okta.com/uk/contact-sales/" id="" data-link-cta="yes" data-link-text="Contact Us" data-nav-hierarchy="" data-component-name="header" data-component-type="header"> Contact Us </a> <a target="_self" href="https://www.okta.com/uk/search" id="search-link" data-link-cta="no" data-link-text="Search" data-nav-hierarchy="Main Navigation|Search" data-component-name="header" data-component-type="top navigation" aria-label="Search" class="main-nav__control"> <svg class="main-nav__icon main-nav__icon--search" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.81 19.81" width="20px" height="20px" role="img" aria-labelledby="search-icon-title"> <title id="search-icon-title">Search</title> <path d="M8.25,15.75c4.14,0,7.5-3.36,7.5-7.5S12.39,.75,8.25,.75,.75,4.11,.75,8.25s3.36,7.5,7.5,7.5Z" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" class="icon__path"></path> <path d="M18.75,18.75l-5.2-5.2" fill="none" stroke-linecap="square" stroke-linejoin="round" stroke-width="1.5" class="icon__path"></path> </svg> </a> <a href="https://login.okta.com/uk" class="main-nav__link main-nav__control" id="profile-link" data-link-cta="yes" data-link-text="Login" data-nav-hierarchy="Main Navigation|Profile" data-component-name="header" data-component-type="top navigation" aria-label="Profile"> <svg class="main-nav__icon main-nav__icon--profile" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.5 20" width="20" height="20" role="img" aria-hidden="true"> <path d="M11,3.75v2.5c0,1.24-1.01,2.25-2.25,2.25s-2.25-1.01-2.25-2.25V3.75c0-1.24,1.01-2.25,2.25-2.25s2.25,1.01,2.25,2.25Zm-6,0c0-2.07,1.68-3.75,3.75-3.75s3.75,1.68,3.75,3.75v2.5c0,2.07-1.68,3.75-3.75,3.75s-3.75-1.68-3.75-3.75V3.75Zm-1,9.01c.2-.01,.46-.01,.91-.01h7.67c.45,0,.72,0,.91,.01,.12,0,.17,.02,.18,.02,.08,.03,.15,.08,.2,.15,0,.01,.03,.06,.07,.17,.07,.19,.14,.44,.27,.87l1.29,4.52H1.99l1.29-4.52c.12-.44,.2-.69,.26-.87,.04-.11,.07-.16,.07-.17,.05-.07,.12-.12,.2-.15,.01,0,.06-.01,.18-.02Zm9.68,.02h0s0,0,0,0c0,0,0,0,0,0Zm.2,.15s0,0,0,0h0Zm1.78,.63l1.41,4.93,.43,1.5H0l.43-1.5,1.41-4.93c.24-.83,.36-1.25,.6-1.56,.21-.27,.5-.48,.82-.62,.36-.15,.8-.15,1.66-.15h7.67c.87,0,1.3,0,1.66,.15,.32,.13,.6,.34,.82,.62,.24,.31,.36,.72,.6,1.56Zm-12.05-.63s0,0,0,0h0Zm.2-.15s0,0,0,0h0Z" fill="#191919" fill-rule="evenodd"></path> </svg> <span class="main-nav__text">Login</span> </a> <div x-data="{ intlMenuOpen: false }" class="main-nav-intl__container main-nav__control" x-on:keydown.escape="intlMenuOpen = false; document.getElementById('intl-menu-link').focus()"> <a x-on:click="intlMenuOpen = !intlMenuOpen; $el.setAttribute('aria-expanded', intlMenuOpen)" role="button" id="intl-menu-link" href="#" data-link-cta="no" data-link-text="International Menu" data-nav-hierarchy="Main Navigation|International Menu" data-component-name="header" data-component-type="top navigation" aria-expanded="false" aria-controls="intl-menu" aria-haspopup="true" tabindex="0"> <svg class="main-nav__icon main-nav__icon--intl" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true"> <path fill-rule="evenodd" class="icon__path" clip-rule="evenodd" d="M10.0001 18.3334c4.6024 0 8.3333-3.7309 8.3333-8.3333 0-4.60239-3.7309-8.33335-8.3333-8.33335-4.60239 0-8.33335 3.73096-8.33335 8.33335 0 4.6024 3.73096 8.3333 8.33335 8.3333Z" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> </path> <path d="M1.66675 10H18.3334" class="icon__path" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path fill-rule="evenodd" class="icon__path" clip-rule="evenodd" d="M10.0001 1.66675c2.0844 2.28196 3.2689 5.24336 3.3333 8.33335-.0644 3.09-1.2489 6.0514-3.3333 8.3333-2.08442-2.2819-3.26898-5.2433-3.33335-8.3333.06437-3.08999 1.24893-6.05139 3.33335-8.33335v0Z" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </a> <div x-show="intlMenuOpen" class="intl-container" :class="{'int-container--open': intlMenuOpen}" x-init="$watch('intlMenuOpen', value => { if (value) { $nextTick(() => $refs.firstItem.focus()) } })" tabindex="-1" aria-labelledby="intl-menu"> <ul class="intl-menu" id="intl-menu" role="menu"> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/" id="intl-menu-option-1" data-link-cta="no" data-link-text="United States" data-nav-hierarchy="Main Navigation|International Menu|United States" data-component-name="header" data-component-type="top navigation" class="anchor" x-ref="firstItem"> United States </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/fr/" id="intl-menu-option-2" data-link-cta="no" data-link-text="France" data-nav-hierarchy="Main Navigation|International Menu|France" data-component-name="header" data-component-type="top navigation" class="anchor"> France </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/de/" id="intl-menu-option-3" data-link-cta="no" data-link-text="Germany" data-nav-hierarchy="Main Navigation|International Menu|Germany" data-component-name="header" data-component-type="top navigation" class="anchor"> Germany </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/jp/" id="intl-menu-option-4" data-link-cta="no" data-link-text="Japan" data-nav-hierarchy="Main Navigation|International Menu|Japan" data-component-name="header" data-component-type="top navigation" class="anchor"> Japan </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/nl/" id="intl-menu-option-5" data-link-cta="no" data-link-text="Netherlands" data-nav-hierarchy="Main Navigation|International Menu|Netherlands" data-component-name="header" data-component-type="top navigation" class="anchor"> Netherlands </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/au/" id="intl-menu-option-6" data-link-cta="no" data-link-text="Australia" data-nav-hierarchy="Main Navigation|International Menu|Australia" data-component-name="header" data-component-type="top navigation" class="anchor"> Australia </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/sg/" id="intl-menu-option-7" data-link-cta="no" data-link-text="Singapore" data-nav-hierarchy="Main Navigation|International Menu|Singapore" data-component-name="header" data-component-type="top navigation" class="anchor"> Singapore </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/kr/" id="intl-menu-option-8" data-link-cta="no" data-link-text="Korea" data-nav-hierarchy="Main Navigation|International Menu|Korea" data-component-name="header" data-component-type="top navigation" class="anchor"> Korea </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/se/" id="intl-menu-option-9" data-link-cta="no" data-link-text="Sweden" data-nav-hierarchy="Main Navigation|International Menu|Sweden" data-component-name="header" data-component-type="top navigation" class="anchor"> Sweden </a> </li> </ul> </div> </div> <button @click="$store.headerStore.menuOpen = !$store.headerStore.menuOpen; if (!$store.headerStore.menuOpen) $dispatch('collapse-all')" class="main-nav__menu-button main-nav__control" :class="{ 'main-nav__menu-button--open': $store.headerStore.menuOpen }" data-component="button" data-type="atoms" aria-label="Main Menu" :aria-expanded="$store.headerStore.menuOpen.toString()"> <svg class="main-nav__icon main-nav__icon--menu" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true"> <g class="menu__icon" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <path class="menu__icon menu-icon__line2 icon__path" d="M0 6H24" stroke-width="2"></path> <path class="menu__icon menu-icon__line1 icon__path" d="M0 18H24" stroke-width="2"></path> <path class="menu__icon menu-icon__line3 icon__path" d="M0 12H24" stroke-width="2"></path> <path class="menu__icon menu-icon__line4 icon__path" d="M0 12H24" stroke-width="2"></path> </g> </svg> </button> </div> </nav> </div> <nav x-data="accordion" aria-label="Main" class="mobile-nav" :class="{ 'mobile-nav--open': $store.headerStore.menuOpen }" data-component="accordion" data-type="atoms"> <ul class="mobile-nav__list"> <li class="mobile-nav__list-item" x-on:click="openItem = openItem === 1 ? null : 1" tabindex="0" @keydown.enter="openItem = openItem === 1 ? null : 1"> <a tabindex="-1" role="button" x-on:click.prevent class="mobile-nav__link" href="#" id="mobile-nav-link-item-one" data-link-cta="no" data-link-text="Products" data-nav-hierarchy="Mobile Navigation|Products" data-component-name="header" data-component-type="top navigation" :aria-expanded="openItem === 1 ? 'true' : 'false'"> Products <span class="mobile-nav__icon" x-bind:class="{ 'mobile-nav__icon--rotated': openItem === 1 }"></span> </a> <div class="mobile-nav__accordion-item" x-show="openItem === 1" x-transition> <ul class="subnav-list"> <li> <div class="subnav-list__container"> <ul class="subnav-list__wrapper"> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h2 class="subnav-main-title">Products</h2> <p class="subnav-description">With flexibility and neutrality at the core of our Customer Identity and Workforce Identity Clouds, we make seamless and secure access possible for your customers, employees, and partners.</p> <a class="anchor" href="https://www.okta.com/uk/free-trial/" id="mobile-nav-button-one" data-link-cta="yes" data-link-text="Free Trial" data-nav-hierarchy="Mobile Navigation|Products" data-component-name="header" data-component-type="top navigation"> Free Trial </a> <a class="anchor" href="https://okta.com/uk/contact-sales/" id="mobile-nav-button-two" data-link-cta="yes" data-link-text="Contact Us" data-nav-hierarchy="Mobile Navigation|Products" data-component-name="header" data-component-type="top navigation"> Contact Us </a> </section> </li> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Customer Identity Cloud</h3> <a class="anchor" href="https://www.okta.com/uk/customer-identity/actions/" id="mobile-nav-sublink-1-1" data-link-cta="no" data-link-text="Actions" data-nav-hierarchy="Mobile Navigation|Products|Customer Identity Cloud|Actions" data-component-name="header" data-component-type="top navigation"> Actions </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/multi-factor-authentication/" id="mobile-nav-sublink-1-2" data-link-cta="no" data-link-text="Multifactor Authentication" data-nav-hierarchy="Mobile Navigation|Products|Customer Identity Cloud|Multifactor Authentication" data-component-name="header" data-component-type="top navigation"> Multifactor Authentication </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/passwordless/" id="mobile-nav-sublink-1-3" data-link-cta="no" data-link-text="Passwordless" data-nav-hierarchy="Mobile Navigation|Products|Customer Identity Cloud|Passwordless" data-component-name="header" data-component-type="top navigation"> Passwordless </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/single-sign-on/" id="mobile-nav-sublink-1-4" data-link-cta="no" data-link-text="Single Sign On" data-nav-hierarchy="Mobile Navigation|Products|Customer Identity Cloud|Single Sign On" data-component-name="header" data-component-type="top navigation"> Single Sign On </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/universal-login/" id="mobile-nav-sublink-1-5" data-link-cta="no" data-link-text="Universal Login" data-nav-hierarchy="Mobile Navigation|Products|Customer Identity Cloud|Universal Login" data-component-name="header" data-component-type="top navigation"> Universal Login </a> <footer class="subnav-list__footer"> <a class="anchor" href="https://www.okta.com/uk/customer-identity/" id="mobile-nav-sublink-1-6" data-link-cta="no" data-link-text="Explore Customer Identity Cloud" data-nav-hierarchy="Mobile Navigation|Products|Customer Identity Cloud|Explore Customer Identity Cloud" data-component-name="header" data-component-type="top navigation"> Explore Customer Identity Cloud </a> </footer> </section> </li> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Workforce Identity Cloud</h3> <a class="anchor" href="https://www.okta.com/en-gb/products/single-sign-on-workforce-identity/" id="mobile-nav-sublink-2-1" data-link-cta="no" data-link-text="Single Sign On" data-nav-hierarchy="Mobile Navigation|Products|Workforce Identity Cloud|Single Sign On" data-component-name="header" data-component-type="top navigation"> Single Sign On </a> <a class="anchor" href="https://www.okta.com/uk/products/adaptive-multi-factor-authentication/" id="mobile-nav-sublink-2-2" data-link-cta="no" data-link-text="Adaptive MFA" data-nav-hierarchy="Mobile Navigation|Products|Workforce Identity Cloud|Adaptive MFA" data-component-name="header" data-component-type="top navigation"> Adaptive MFA </a> <a class="anchor" href="https://www.okta.com/uk/products/lifecycle-management/" id="mobile-nav-sublink-2-3" data-link-cta="no" data-link-text="Lifecycle Management" data-nav-hierarchy="Mobile Navigation|Products|Workforce Identity Cloud|Lifecycle Management" data-component-name="header" data-component-type="top navigation"> Lifecycle Management </a> <a class="anchor" href="https://www.okta.com/uk/platform/workflows/" id="mobile-nav-sublink-2-4" data-link-cta="no" data-link-text="Workflows" data-nav-hierarchy="Mobile Navigation|Products|Workforce Identity Cloud|Workflows" data-component-name="header" data-component-type="top navigation"> Workflows </a> <a class="anchor" href="https://www.okta.com/uk/products/identity-governance/" id="mobile-nav-sublink-2-5" data-link-cta="no" data-link-text="Identity Governance" data-nav-hierarchy="Mobile Navigation|Products|Workforce Identity Cloud|Identity Governance" data-component-name="header" data-component-type="top navigation"> Identity Governance </a> <a class="anchor" href="https://www.okta.com/uk/products/privileged-access/" id="mobile-nav-sublink-2-6" data-link-cta="no" data-link-text="Privileged Access" data-nav-hierarchy="Mobile Navigation|Products|Workforce Identity Cloud|Privileged Access" data-component-name="header" data-component-type="top navigation"> Privileged Access </a> <footer class="subnav-list__footer"> <a class="anchor" href="https://www.okta.com/uk/workforce-identity/" id="mobile-nav-sublink-2-7" data-link-cta="no" data-link-text="Explore Workforce Identity Cloud" data-nav-hierarchy="Mobile Navigation|Products|Workforce Identity Cloud|Explore Workforce Identity Cloud" data-component-name="header" data-component-type="top navigation"> Explore Workforce Identity Cloud </a> </footer> </section> </li> </ul> </div> </li> </ul> </div> </li> <li class="mobile-nav__list-item" x-on:click="openItem = openItem === 2 ? null : 2"> <a x-on:click.prevent role="button" class="mobile-nav__link" href="#" id="mobile-nav-link-item-two" data-link-cta="no" data-link-text="Why Okta" data-nav-hierarchy="Mobile Navigation|Why Okta" data-component-name="header" data-component-type="top navigation"> Why Okta <span class="mobile-nav__icon" x-bind:class="{ 'mobile-nav__icon--rotated': openItem === 2 }"></span> </a> <div class="mobile-nav__accordion-item" x-show="openItem === 2" x-transition> <ul class="subnav-list"> <li> <div class="subnav-list__container"> <ul class="subnav-list__wrapper"> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h2 class="subnav-main-title">Why Okta</h2> <p class="subnav-description">Okta gives you a neutral, powerful and extensible platform that puts identity at the heart of your stack. No matter what industry, use case, or level of support you need, we’ve got you covered.</p> </section> </li> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Your Goals</h3> <a class="anchor" href="https://www.okta.com/uk/workforce-identity/" id="mobile-nav-sublink-3-1" data-link-cta="no" data-link-text="High-Performing IT" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Goals|High-Performing IT" data-component-name="header" data-component-type="top navigation"> High-Performing IT </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/" id="mobile-nav-sublink-3-2" data-link-cta="no" data-link-text="Optimized Digital Experiences" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Goals|Optimized Digital Experiences" data-component-name="header" data-component-type="top navigation"> Optimized Digital Experiences </a> <a class="anchor" href="https://www.okta.com/uk/zero-trust/" id="mobile-nav-sublink-3-3" data-link-cta="no" data-link-text="Identify-Powered Security" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Goals|Identify-Powered Security" data-component-name="header" data-component-type="top navigation"> Identify-Powered Security </a> <a class="anchor" href="https://www.okta.com/uk/customer-identity/" id="mobile-nav-sublink-3-4" data-link-cta="no" data-link-text="Innovation Without Compromise" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Goals|Innovation Without Compromise" data-component-name="header" data-component-type="top navigation"> Innovation Without Compromise </a> <a class="anchor" href="https://www.okta.com/uk/workforce-identity/" id="mobile-nav-sublink-3-5" data-link-cta="no" data-link-text="Agile Workforces" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Goals|Agile Workforces" data-component-name="header" data-component-type="top navigation"> Agile Workforces </a> </section> </li> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Your Industry</h3> <a class="anchor" href="https://www.okta.com/uk/okta-public-sector/" id="mobile-nav-sublink-4-1" data-link-cta="no" data-link-text="Public Sector" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Industry|Public Sector" data-component-name="header" data-component-type="top navigation"> Public Sector </a> <a class="anchor" href="https://www.okta.com/uk/solutions/financial-services/" id="mobile-nav-sublink-4-2" data-link-cta="no" data-link-text="Financial Services" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Industry|Financial Services" data-component-name="header" data-component-type="top navigation"> Financial Services </a> <a class="anchor" href="https://www.okta.com/uk/solutions/retail/" id="mobile-nav-sublink-4-3" data-link-cta="no" data-link-text="Retail" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Industry|Retail" data-component-name="header" data-component-type="top navigation"> Retail </a> <a class="anchor" href="https://www.okta.com/uk/solutions/healthcare/" id="mobile-nav-sublink-4-4" data-link-cta="no" data-link-text="Healthcare" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Industry|Healthcare" data-component-name="header" data-component-type="top navigation"> Healthcare </a> <a class="anchor" href="https://www.okta.com/uk/solutions/travel-hospitality/" id="mobile-nav-sublink-4-5" data-link-cta="no" data-link-text="Travel &amp; Hospitality" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Industry|Travel &amp; Hospitality" data-component-name="header" data-component-type="top navigation"> Travel &amp; Hospitality </a> <a class="anchor" href="https://www.okta.com/uk/solutions/technology/" id="mobile-nav-sublink-4-6" data-link-cta="no" data-link-text="Technology" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Industry|Technology" data-component-name="header" data-component-type="top navigation"> Technology </a> <a class="anchor" href="https://www.okta.com/uk/solutions/energy/" id="mobile-nav-sublink-4-7" data-link-cta="no" data-link-text="Energy" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Industry|Energy" data-component-name="header" data-component-type="top navigation"> Energy </a> <a class="anchor" href="https://www.okta.com/uk/solutions/nonprofits/" id="mobile-nav-sublink-4-8" data-link-cta="no" data-link-text="Nonprofit" data-nav-hierarchy="Mobile Navigation|Why Okta|Your Industry|Nonprofit" data-component-name="header" data-component-type="top navigation"> Nonprofit </a> </section> </li> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Leading Success</h3> <a class="anchor" href="https://www.okta.com/uk/products/okta-ai/" id="mobile-nav-sublink-5-1" data-link-cta="no" data-link-text="Okta AI" data-nav-hierarchy="Mobile Navigation|Why Okta|Leading Success|Okta AI" data-component-name="header" data-component-type="top navigation"> Okta AI </a> <a class="anchor" href="https://www.okta.com/uk/okta-integration-network/" id="mobile-nav-sublink-5-2" data-link-cta="no" data-link-text="Okta Integration Network" data-nav-hierarchy="Mobile Navigation|Why Okta|Leading Success|Okta Integration Network" data-component-name="header" data-component-type="top navigation"> Okta Integration Network </a> <a class="anchor" href="https://www.okta.com/uk/small-business/" id="mobile-nav-sublink-5-3" data-link-cta="no" data-link-text="For Small Businesses (SMBs)" data-nav-hierarchy="Mobile Navigation|Why Okta|Leading Success|For Small Businesses (SMBs)" data-component-name="header" data-component-type="top navigation"> For Small Businesses (SMBs) </a> <a class="anchor" href="https://www.okta.com/uk/customers/" id="mobile-nav-sublink-5-4" data-link-cta="no" data-link-text="Customer Success Stories" data-nav-hierarchy="Mobile Navigation|Why Okta|Leading Success|Customer Success Stories" data-component-name="header" data-component-type="top navigation"> Customer Success Stories </a> <a class="anchor" href="https://www.okta.com/uk/okta-advantage/" id="mobile-nav-sublink-5-5" data-link-cta="no" data-link-text="Okta Advantage" data-nav-hierarchy="Mobile Navigation|Why Okta|Leading Success|Okta Advantage" data-component-name="header" data-component-type="top navigation"> Okta Advantage </a> <a class="anchor" href="https://www.okta.com/uk/secure-identity-commitment/" id="mobile-nav-sublink-5-6" data-link-cta="no" data-link-text="Secure Identity Commitment" data-nav-hierarchy="Mobile Navigation|Why Okta|Leading Success|Secure Identity Commitment" data-component-name="header" data-component-type="top navigation"> Secure Identity Commitment </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Trust (Opens in a new window)" href="https://trust.okta.com/?_ga=2.172244323.1131952190.1694551039-2108337227.1682701839&_gl=1%2Aww0l7q%2A_ga%2AMjEwODMzNzIyNy4xNjgyNzAxODM5%2A_ga_QKMSDV5369%2A" id="mobile-nav-sublink-5-7" data-link-cta="no" data-link-text="Trust" data-nav-hierarchy="Mobile Navigation|Why Okta|Leading Success|Trust" data-component-name="header" data-component-type="top navigation"> Trust </a> </section> </li> </ul> </div> </li> </ul> </div> </li> <li class="mobile-nav__list-item" x-on:click="openItem = openItem === 3 ? null : 3"> <a x-on:click.prevent role="button" class="mobile-nav__link" href="#" id="mobile-nav-link-item-three" data-link-cta="no" data-link-text="Developers" data-nav-hierarchy="Mobile Navigation|Developers" data-component-name="header" data-component-type="top navigation"> Developers <span class="mobile-nav__icon" x-bind:class="{ 'mobile-nav__icon--rotated': openItem === 3 }"></span> </a> <div class="mobile-nav__accordion-item" x-show="openItem === 3" x-transition> <ul class="subnav-list"> <li> <div class="subnav-list__container"> <ul class="subnav-list__wrapper"> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h2 class="subnav-main-title">For Developers</h2> <p class="subnav-description">Start building with powerful and extensible out-of-the-box features, plus thousands of integrations and customizations. Our developer community is here for you. </p> </section> </li> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Customer Identity Cloud</h3> <a class="anchor top-right-arrow" target="_blank" aria-label="Auth0 Marketplace (Opens in a new window)" href="https://auth0.com/marketplace" id="mobile-nav-sublink-1-1" data-link-cta="no" data-link-text="Auth0 Marketplace" data-nav-hierarchy="Mobile Navigation|Developers|Customer Identity Cloud|Auth0 Marketplace" data-component-name="header" data-component-type="top navigation"> Auth0 Marketplace </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Developer Center (Opens in a new window)" href="https://developer.auth0.com/resources" id="mobile-nav-sublink-1-2" data-link-cta="no" data-link-text="Developer Center" data-nav-hierarchy="Mobile Navigation|Developers|Customer Identity Cloud|Developer Center" data-component-name="header" data-component-type="top navigation"> Developer Center </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Community (Opens in a new window)" href="https://community.auth0.com/" id="mobile-nav-sublink-1-3" data-link-cta="no" data-link-text="Community" data-nav-hierarchy="Mobile Navigation|Developers|Customer Identity Cloud|Community" data-component-name="header" data-component-type="top navigation"> Community </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Knowledge Base (Opens in a new window)" href="https://support.auth0.com/" id="mobile-nav-sublink-1-4" data-link-cta="no" data-link-text="Knowledge Base" data-nav-hierarchy="Mobile Navigation|Developers|Customer Identity Cloud|Knowledge Base" data-component-name="header" data-component-type="top navigation"> Knowledge Base </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Customer Identity Cloud Status (Opens in a new window)" href="https://status.auth0.com/" id="mobile-nav-sublink-1-5" data-link-cta="no" data-link-text="Customer Identity Cloud Status" data-nav-hierarchy="Mobile Navigation|Developers|Customer Identity Cloud|Customer Identity Cloud Status" data-component-name="header" data-component-type="top navigation"> Customer Identity Cloud Status </a> </section> </li> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Workforce Identity Cloud</h3> <a class="anchor" href="https://www.okta.com/uk/okta-integration-network/" id="mobile-nav-sublink-2-1" data-link-cta="no" data-link-text="Okta Integration Network" data-nav-hierarchy="Mobile Navigation|Developers|Workforce Identity Cloud|Okta Integration Network" data-component-name="header" data-component-type="top navigation"> Okta Integration Network </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Developer Center (Opens in a new window)" href="https://developer.okta.com/" id="mobile-nav-sublink-2-2" data-link-cta="no" data-link-text="Developer Center" data-nav-hierarchy="Mobile Navigation|Developers|Workforce Identity Cloud|Developer Center" data-component-name="header" data-component-type="top navigation"> Developer Center </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Community (Opens in a new window)" href="https://devforum.okta.com/" id="mobile-nav-sublink-2-3" data-link-cta="no" data-link-text="Community" data-nav-hierarchy="Mobile Navigation|Developers|Workforce Identity Cloud|Community" data-component-name="header" data-component-type="top navigation"> Community </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Knowledge Base (Opens in a new window)" href="https://support.okta.com/help/s/?language=en_US" id="mobile-nav-sublink-2-4" data-link-cta="no" data-link-text="Knowledge Base" data-nav-hierarchy="Mobile Navigation|Developers|Workforce Identity Cloud|Knowledge Base" data-component-name="header" data-component-type="top navigation"> Knowledge Base </a> <a class="anchor" href="https://status.okta.com/" id="mobile-nav-sublink-2-5" data-link-cta="no" data-link-text="Workforce Identity Cloud Status" data-nav-hierarchy="Mobile Navigation|Developers|Workforce Identity Cloud|Workforce Identity Cloud Status" data-component-name="header" data-component-type="top navigation"> Workforce Identity Cloud Status </a> </section> </li> </ul> </div> </li> </ul> </div> </li> <li class="mobile-nav__list-item" x-on:click="openItem = openItem === 4 ? null : 4" tabindex="0" @keydown.enter="openItem = openItem === 4 ? null : 4"> <a x-on:click.prevent role="button" class="mobile-nav__link" id="mobile-nav-link-item-four" data-link-cta="no" data-link-text="Resources" data-nav-hierarchy="Mobile Navigation|Resources" data-component-name="header" data-component-type="top navigation"> Resources <span class="mobile-nav__icon" x-bind:class="{ 'mobile-nav__icon--rotated': openItem === 4 }"></span> </a> <div class="mobile-nav__accordion-item" x-show="openItem === 4" x-transition> <ul class="subnav-list"> <li> <div class="subnav-list__container"> <ul class="subnav-list__wrapper"> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h2 class="subnav-main-title">Resources and Support</h2> <p class="subnav-description">Okta gives you a neutral, powerful and extensible platform that puts identity at the heart of your stack. No matter what industry, use case, or level of support you need, we’ve got you covered.</p> </section> </li> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Resources</h3> <a class="anchor" href="https://www.okta.com/uk/customers/" id="mobile-nav-sublink-6-1" data-link-cta="no" data-link-text="Customer Case Studies" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Customer Case Studies" data-component-name="header" data-component-type="top navigation"> Customer Case Studies </a> <a class="anchor" href="https://www.okta.com/uk/events/" id="mobile-nav-sublink-6-2" data-link-cta="no" data-link-text="Events" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Events" data-component-name="header" data-component-type="top navigation"> Events </a> <a class="anchor" href="https://www.okta.com/resources/podcasts/mistaken-identity/" id="mobile-nav-sublink-6-3" data-link-cta="no" data-link-text="Podcasts" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Podcasts" data-component-name="header" data-component-type="top navigation"> Podcasts </a> <a class="anchor" href="https://www.okta.com/uk/blog/" id="mobile-nav-sublink-6-4" data-link-cta="no" data-link-text="Blog" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Blog" data-component-name="header" data-component-type="top navigation"> Blog </a> <a class="anchor" href="https://www.okta.com/uk/press-room/" id="mobile-nav-sublink-6-5" data-link-cta="no" data-link-text="Press Room" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Press Room" data-component-name="header" data-component-type="top navigation"> Press Room </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?field_resource_solutions_target_id=All&type=analyst_research" id="mobile-nav-sublink-6-6" data-link-cta="no" data-link-text="Analyst Research" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Analyst Research" data-component-name="header" data-component-type="top navigation"> Analyst Research </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?type=datasheet" id="mobile-nav-sublink-6-7" data-link-cta="no" data-link-text="Datasheets" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Datasheets" data-component-name="header" data-component-type="top navigation"> Datasheets </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?type=demo" id="mobile-nav-sublink-6-8" data-link-cta="no" data-link-text="Demo Library" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Demo Library" data-component-name="header" data-component-type="top navigation"> Demo Library </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?field_resource_solutions_target_id=All&type=video" id="mobile-nav-sublink-6-9" data-link-cta="no" data-link-text="Videos" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Videos" data-component-name="header" data-component-type="top navigation"> Videos </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?field_resource_solutions_target_id=All&type=webinar" id="mobile-nav-sublink-6-10" data-link-cta="no" data-link-text="Webinars" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Webinars" data-component-name="header" data-component-type="top navigation"> Webinars </a> <a class="anchor" href="https://www.okta.com/uk/resources/content-library/?field_resource_solutions_target_id=All&type=whitepaper" id="mobile-nav-sublink-6-11" data-link-cta="no" data-link-text="Whitepapers" data-nav-hierarchy="Mobile Navigation|Resources|Resources|Whitepapers" data-component-name="header" data-component-type="top navigation"> Whitepapers </a> </section> </li> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Customer Success</h3> <a class="anchor" href="https://www.okta.com/uk/customer-first/" id="mobile-nav-sublink-7-1" data-link-cta="no" data-link-text="Customer First Overview" data-nav-hierarchy="Mobile Navigation|Resources|Customer Success|Customer First Overview" data-component-name="header" data-component-type="top navigation"> Customer First Overview </a> <a class="anchor" href="https://www.okta.com/services/self-service/community/" id="mobile-nav-sublink-7-2" data-link-cta="no" data-link-text="Okta Community" data-nav-hierarchy="Mobile Navigation|Resources|Customer Success|Okta Community" data-component-name="header" data-component-type="top navigation"> Okta Community </a> <a class="anchor" href="https://www.okta.com/uk/services/success-and-support/" id="mobile-nav-sublink-7-3" data-link-cta="no" data-link-text="Support Services" data-nav-hierarchy="Mobile Navigation|Resources|Customer Success|Support Services" data-component-name="header" data-component-type="top navigation"> Support Services </a> <a class="anchor" href="https://www.okta.com/uk/services/professional-services/" id="mobile-nav-sublink-7-4" data-link-cta="no" data-link-text="Professional Services" data-nav-hierarchy="Mobile Navigation|Resources|Customer Success|Professional Services" data-component-name="header" data-component-type="top navigation"> Professional Services </a> <a class="anchor" href="https://www.okta.com/uk/expert-assist/" id="mobile-nav-sublink-7-5" data-link-cta="no" data-link-text="Expert Assist" data-nav-hierarchy="Mobile Navigation|Resources|Customer Success|Expert Assist" data-component-name="header" data-component-type="top navigation"> Expert Assist </a> <a class="anchor" href="https://www.okta.com/uk/services/training/" id="mobile-nav-sublink-7-6" data-link-cta="no" data-link-text="Training" data-nav-hierarchy="Mobile Navigation|Resources|Customer Success|Training" data-component-name="header" data-component-type="top navigation"> Training </a> <a class="anchor" href="https://www.okta.com/uk/services/certification/" id="mobile-nav-sublink-7-7" data-link-cta="no" data-link-text="Certification" data-nav-hierarchy="Mobile Navigation|Resources|Customer Success|Certification" data-component-name="header" data-component-type="top navigation"> Certification </a> <a class="anchor" href="https://www.okta.com/uk/partners/meet-our-partners/" id="mobile-nav-sublink-7-8" data-link-cta="no" data-link-text="Find a Partner" data-nav-hierarchy="Mobile Navigation|Resources|Customer Success|Find a Partner" data-component-name="header" data-component-type="top navigation"> Find a Partner </a> </section> </li> <li class="wrapper__item"> <section class="subnav-list__presentation"> <h3 class="subnav-title">Support</h3> <a class="anchor top-right-arrow" target="_blank" aria-label="Help and Support (Opens in a new window)" href="https://support.okta.com/help/s/?language=en_US&_ga=2.141001906.1408537636.1665532992-1758812997.1653668763&_gl=1%2A19k8ftp%2A_ga%2AMTc1ODgxMjk5Ny4xNjUzNjY4NzYz%2A_ga_QKMSDV5369%2AMTY2NTU4ODY2NC41Ny4xLjE2NjU1ODk0OTAuNTkuMC4w" id="mobile-nav-sublink-8-1" data-link-cta="no" data-link-text="Help and Support" data-nav-hierarchy="Mobile Navigation|Resources|Support|Help and Support" data-component-name="header" data-component-type="top navigation"> Help and Support </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Product Documentation (Opens in a new window)" href="https://help.okta.com/en-us/content/index.htm" id="mobile-nav-sublink-8-2" data-link-cta="no" data-link-text="Product Documentation" data-nav-hierarchy="Mobile Navigation|Resources|Support|Product Documentation" data-component-name="header" data-component-type="top navigation"> Product Documentation </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Knowledge Base (Opens in a new window)" href="https://support.okta.com/help/s/knowledge?language=en_US" id="mobile-nav-sublink-8-3" data-link-cta="no" data-link-text="Knowledge Base" data-nav-hierarchy="Mobile Navigation|Resources|Support|Knowledge Base" data-component-name="header" data-component-type="top navigation"> Knowledge Base </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Frequently Asked Questions (Opens in a new window)" href="https://www.okta.com/uk/faq/" id="mobile-nav-sublink-8-4" data-link-cta="no" data-link-text="Frequently Asked Questions" data-nav-hierarchy="Mobile Navigation|Resources|Support|Frequently Asked Questions" data-component-name="header" data-component-type="top navigation"> Frequently Asked Questions </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Frequently Asked Questions (Opens in a new window)" href="https://www.okta.com/uk/contact-sales/" id="mobile-nav-sublink-8-5" data-link-cta="no" data-link-text="Contact Us" data-nav-hierarchy="Mobile Navigation|Resources|Support|Contact Us" data-component-name="header" data-component-type="top navigation"> Contact Us </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Customer Identity Cloud Status (Opens in a new window)" href="https://status.auth0.com/" id="mobile-nav-sublink-8-6" data-link-cta="no" data-link-text="Customer Identity Cloud Status" data-nav-hierarchy="Mobile Navigation|Resources|Support|Customer Identity Cloud Status" data-component-name="header" data-component-type="top navigation"> Customer Identity Cloud Status </a> <a class="anchor top-right-arrow" target="_blank" aria-label="Workforce Identity Cloud Status (Opens in a new window)" href="https://status.okta.com/" id="mobile-nav-sublink-8-7" data-link-cta="no" data-link-text="Workforce Identity Cloud Status" data-nav-hierarchy="Mobile Navigation|Resources|Support|Workforce Identity Cloud Status" data-component-name="header" data-component-type="top navigation"> Workforce Identity Cloud Status </a> </section> </li> </ul> </div> </li> </ul> </div> </li> </ul> <div class="buttons-menu"> <a href="https://www.okta.com/uk/free-trial/" class="button" id="button-1" data-link-cta="yes" data-link-text="Free Trial" data-nav-hierarchy="Buttons Menu|Free Trial" data-component-name="header" data-component-type="button"> Free Trial </a> <a href="https://okta.com/uk/contact-sales/" class="button" id="button-2" data-link-cta="yes" data-link-text="Contact Us" data-nav-hierarchy="Buttons Menu|Contact Us" data-component-name="header" data-component-type="button"> Contact Us </a> </div> <div class="header__contact"> <p>Questions? Contact us: <a class="anchor" id="contact-link" data-link-cta="no" data-nav-hierarchy="Header Contact|" data-component-name="header" data-component-type="contact link"> </a> </p> </div> </nav> </div> </div> </div> </div> <div class="customersOverviewHero aem-GridColumn aem-GridColumn--default--12"> <section class="cmp-customers-overview-hero"> <div class="kicker cmp-customers-overview-hero__kicker"><div class="cmp-kicker"> <p class="cmp-kicker__label">Customers</p> </div> </div> <div class="text cmp-customers-overview-hero__text"><div data-cmp-data-layer="{&#34;text-dcb3a8fba2&#34;:{&#34;@type&#34;:&#34;okta-www/components/content/text/v1/text&#34;,&#34;repo:modifyDate&#34;:&#34;2024-12-19T20:00:25Z&#34;,&#34;xdm:text&#34;:&#34;&lt;h1>Top brands trust Okta&lt;/h1>\r\n&#34;}}" id="text-dcb3a8fba2" class="cmp-text rte-content"> <h1>Top brands trust Okta</h1> </div> </div> <div class="text cmp-customers-overview-hero__text"><div data-cmp-data-layer="{&#34;text-24bec8e3e2&#34;:{&#34;@type&#34;:&#34;okta-www/components/content/text/v1/text&#34;,&#34;repo:modifyDate&#34;:&#34;2025-01-09T08:39:36Z&#34;,&#34;xdm:text&#34;:&#34;&lt;p>Two thirds of the Fortune 100 and thousands of other organizations count on Okta for their Identity-powered journeys.&lt;/p>\r\n&#34;}}" id="text-24bec8e3e2" class="cmp-text rte-content"> <p>Two thirds of the Fortune 100 and thousands of other organizations count on Okta for their Identity-powered journeys.</p> </div> </div> <div class="customerCarousel cmp-customers-overview-hero__carousel"> <div class="cmp-customer-carousel-v2 mod--customer-overview cmp-customer-carousel js-customer-carousel"> <div class="cmp-customer-carousel__item js-customer-carousel-item js-customer-carousel-item-overview "> <img class="cmp-customer-carousel__item-bg" srcset="/adobe/dynamicmedia/deliver/dm-aid--4f9ba109-1772-4ac1-ac3d-4c3dbb49ce53/hero-hitachi-jpg.webp?preferwebp=true&amp;width=800 800w, /adobe/dynamicmedia/deliver/dm-aid--4f9ba109-1772-4ac1-ac3d-4c3dbb49ce53/hero-hitachi-jpg.webp?preferwebp=true&amp;width=1280 1280w" sizes="(max-width: 1200px) 800px, 1280px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/photography/heroes/hero-hitachi.jpg"/> <div class="cmp-customer-carousel__item-content"> <img class="cmp-customer-carousel__item-logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a6aec846-f5f2-4726-9638-c9fa006f79b4/customer-hitachi-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a6aec846-f5f2-4726-9638-c9fa006f79b4/customer-hitachi-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="logo" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-hitachi-logo-white.svg"/> <div class="cmp-customer-carousel__item-stats">~480,000</div> <div class="cmp-customer-carousel__item-quote rte-content"> identities secured by Okta </div> </div> <a class="cmp-customer-carousel__item-cta" href="/en-gb/customers/hitachi/"> See how <span class="mp-customer-carousel__item-cta__icon">➔</span> </a> </div> <div class="cmp-customer-carousel__item js-customer-carousel-item js-customer-carousel-item-overview "> <img class="cmp-customer-carousel__item-bg" srcset="/adobe/dynamicmedia/deliver/dm-aid--35378c46-9805-4714-b668-60b55cf9c62d/hero-virgin-media-o2-jpg.webp?preferwebp=true&amp;width=800 800w, /adobe/dynamicmedia/deliver/dm-aid--35378c46-9805-4714-b668-60b55cf9c62d/hero-virgin-media-o2-jpg.webp?preferwebp=true&amp;width=1280 1280w" sizes="(max-width: 1200px) 800px, 1280px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/photography/heroes/hero-virgin-media-o2.jpg"/> <div class="cmp-customer-carousel__item-content"> <img class="cmp-customer-carousel__item-logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--3dd38012-40ae-4f1e-ad44-fa45d67c5e03/logo-virgin-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--3dd38012-40ae-4f1e-ad44-fa45d67c5e03/logo-virgin-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="logo" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-virgin.png"/> <div class="cmp-customer-carousel__item-stats">32</div> <div class="cmp-customer-carousel__item-quote rte-content"> separate Identity solutions consolidated with Okta </div> </div> <a class="cmp-customer-carousel__item-cta" href="/en-gb/customers/virgin-media-o2/"> See how <span class="mp-customer-carousel__item-cta__icon">➔</span> </a> </div> <div class="cmp-customer-carousel__item js-customer-carousel-item js-customer-carousel-item-overview "> <img class="cmp-customer-carousel__item-bg" srcset="/adobe/dynamicmedia/deliver/dm-aid--175e966b-1fe3-444d-bfe3-0f38074ff496/hero-pretamanger-jpg.webp?preferwebp=true&amp;width=800 800w, /adobe/dynamicmedia/deliver/dm-aid--175e966b-1fe3-444d-bfe3-0f38074ff496/hero-pretamanger-jpg.webp?preferwebp=true&amp;width=1280 1280w" sizes="(max-width: 1200px) 800px, 1280px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/photography/heroes/hero-pretamanger.jpg"/> <div class="cmp-customer-carousel__item-content"> <img class="cmp-customer-carousel__item-logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--fca11763-1f2c-4f6a-9eb5-2dc44eeb9371/customer-pretamanger-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--fca11763-1f2c-4f6a-9eb5-2dc44eeb9371/customer-pretamanger-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="logo" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-pretamanger-logo-white.png"/> <div class="cmp-customer-carousel__item-stats">35 applications</div> <div class="cmp-customer-carousel__item-quote rte-content"> integrated with Okta to accelerate automation and reduce IT overhead </div> </div> <a class="cmp-customer-carousel__item-cta" href="/en-gb/customers/pret-a-manger/"> See how <span class="mp-customer-carousel__item-cta__icon">➔</span> </a> </div> <div class="cmp-customer-carousel__arrows js-customer-carousel-arrows"> <button class="next-slide" aria-label="Previous Slide"> <svg width="15" height="15" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2.58325 8L12.5833 8" stroke="inherit" stroke-width="1.25" stroke-linecap="square" stroke-linejoin="round"></path> <path d="M8.1875 13L13.1875 8L8.1875 2.99999" stroke="inherit" stroke-width="1.25" stroke-linecap="square" stroke-linejoin="round"></path> </svg> </button> <button class="next-slide" aria-label="Next Slide"> <svg width="15" height="15" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2.58325 8L12.5833 8" stroke="inherit" stroke-width="1.25" stroke-linecap="square" stroke-linejoin="round"></path> <path d="M8.1875 13L13.1875 8L8.1875 2.99999" stroke="inherit" stroke-width="1.25" stroke-linecap="square" stroke-linejoin="round"></path> </svg> </button> </div> </div> </div> <div class="logoBar cmp-logo-bar--ss-overview-format cmp-logo-bar-ss--light cmp-customers-overview-hero__logobar"> <div class="cmp-logo-bar grid-container"> <div class="cmp-logo-bar__logo-container"> <img class="cmp-logo-bar__logo" loading="lazy" srcset="/adobe/dynamicmedia/deliver/dm-aid--8ab3a5f9-8955-46fe-92f1-db59ba2575f6/customer-claas-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--8ab3a5f9-8955-46fe-92f1-db59ba2575f6/customer-claas-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-claas-logo-white.png"/> </div> <div class="cmp-logo-bar__logo-container"> <img class="cmp-logo-bar__logo" loading="lazy" srcset="/adobe/dynamicmedia/deliver/dm-aid--7049cc9d-4a33-4df1-9a7b-6ccd05be677d/customer-wetransfer-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--7049cc9d-4a33-4df1-9a7b-6ccd05be677d/customer-wetransfer-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-wetransfer-logo-white.svg"/> </div> <div class="cmp-logo-bar__logo-container"> <img class="cmp-logo-bar__logo" loading="lazy" srcset="/adobe/dynamicmedia/deliver/dm-aid--3c79dca7-28f2-4f76-b4ae-17b8cfdc6765/customer-generali-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--3c79dca7-28f2-4f76-b4ae-17b8cfdc6765/customer-generali-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-generali-logo-white.png"/> </div> <div class="cmp-logo-bar__logo-container"> <img class="cmp-logo-bar__logo" loading="lazy" srcset="/adobe/dynamicmedia/deliver/dm-aid--028342ba-e56b-46d8-885b-ddecc5ebe51d/customer-holland-barrett-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--028342ba-e56b-46d8-885b-ddecc5ebe51d/customer-holland-barrett-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-holland-barrett-logo-white.png"/> </div> <div class="cmp-logo-bar__logo-container"> <img class="cmp-logo-bar__logo" loading="lazy" srcset="/adobe/dynamicmedia/deliver/dm-aid--a95d9619-f156-4f05-abcd-06d0169c92cf/logo-mars-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a95d9619-f156-4f05-abcd-06d0169c92cf/logo-mars-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-mars-white.svg"/> </div> <div class="cmp-logo-bar__logo-container"> <img class="cmp-logo-bar__logo" loading="lazy" srcset="/adobe/dynamicmedia/deliver/dm-aid--f3c87541-6c8c-4d09-ac23-1554b79b4cdf/logo-wyndham-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f3c87541-6c8c-4d09-ac23-1554b79b4cdf/logo-wyndham-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-wyndham.png"/> </div> <div class="cmp-logo-bar__logo-container"> <img class="cmp-logo-bar__logo" loading="lazy" srcset="/adobe/dynamicmedia/deliver/dm-aid--6524b1cc-5163-4fbf-8290-254b9edd453f/logo-vinted-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--6524b1cc-5163-4fbf-8290-254b9edd453f/logo-vinted-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-vinted-white.svg"/> </div> </div> </div> </section> </div> <div class="customersOverviewGrid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-customers-overview-grid grid grid-container js-filter-grid"> <div class="cmp-customers-overview-grid__header-content"> <h2 class="cmp-customers-overview-grid__title">Explore our customer stories</h2> <div class="cmp-customers-overview-grid__sort-by-title cmp-customers-overview-grid__overline"> <span class="cmp-customers-overview-grid__count js-filter-grid-count" data-all="All" data-one-result="Result" data-results="Results" data-no-results="No Results">All</span> • <span class="cmp-customers-overview-grid__sort-label">SORT BY</span> <select class="cmp-customers-overview-grid__sort-by-dropdown js-filter-grid-sort"> <option value="featured">FEATURED</option> <option value="company">COMPANY</option> <option value="lastest">LATEST</option> </select> </div> </div> <div class="cmp-customers-overview-grid__filters-container"> <h2> <label class="cmp-customers-overview-grid__filter-title">Search and filter</label> </h2> <div class="cmp-customers-overview-grid__search-and-filter"> <div class="cmp-customers-overview-grid__search-container"> <input class="cmp-customers-overview-grid__search-input js-filter-grid-search" type="text" name="" aria-label="Search customer stories" placeholder="Start typing..."/> <div class="cmp-webinar-hub__search-icon cmp-customers-overview-grid__search-icon" data-category="system" data-icon-id="search" data-options='{&quot;size&quot;: &quot;16px&quot;}'></div> </div> <div class="cmp-customers-overview-grid__button"> <button class="cmp-button cmp-button--secondary cmp-button--regular js-filter-grid-filter"> <span class="cmp-customers-overview-grid__search-icon" data-category="system" data-icon-id="filter" data-options='{&quot;size&quot;: &quot;16px&quot;}'></span> Filter </button> </div> </div> <div class="cmp-webinar-hub__filter-container js-filter-grid-filter-modal"> <div class="cmp-webinar-hub__filters"> <button class="cmp-button cmp-button--primary cmp-button--regular js-filter-grid-filter-close"> <span>Hide filters</span> <span class="cmp-button__close-icon"> <svg class="CloseIcon css-1ebpz9x" x="0px" y="0px" viewBox="0 0 79.2 79.2"> <line x1="23.3" y1="55.9" x2="55.9" y2="23.3"></line> <line x1="23.3" y1="23.3" x2="55.9" y2="55.9"></line> </svg> </span> </button> <div class="cmp-webinar-hub__filter-groups" x-data="accordion" data-component="accordion" data-type="atoms" x-init="defaultOpenItems = Array.from([&#39;1&#39;,&#39;2&#39;,&#39;3&#39;]); allowMultipleOpen = true"> <div role="group" class="cmp-customers-overview-grid__filter-group"> <button id="accordion-button-1" class="cmp-customers-overview-grid__accordion-button" @click="toggleItem('1'); handleDropdownEvent('Products', isOpen('1'))"> <h3 class="cmp-customers-overview-grid__filter-title"> <span>Products</span> </h3> <span class="cmp-webinar-hub__arrow-down-icon" :class="{ 'cmp-webinar-hub__arrow-up-icon': isOpen('1') }"> <svg class="DropDownIcon css-1u8qly9" width="11" height="6" viewBox="0 0 11 6" fill="none"> <path d="M1.00002 0.499998L5.3302 5L9.66028 0.499999" stroke-linecap="round" stroke-linejoin="round" class="css-1qvbkio"></path> </svg> </span> </button> <ul class="cmp-webinar-hub__filter-list cmp-customers-overview-grid__filter-list" x-show="isOpen('1')" x-transition @keydown.escape="closeAndFocus('1'); handleDropdownEvent('Products')"> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:products/customer-identity-cloud" class="js-filter-grid-checkbox"/> Auth0 </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:products/customer-identity-solution" class="js-filter-grid-checkbox"/> Okta Customer Identity </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:products/workforce-identity-cloud" class="js-filter-grid-checkbox"/> Okta Workforce Identity </label> </li> </ul> </div> <div role="group" class="cmp-customers-overview-grid__filter-group"> <button id="accordion-button-2" class="cmp-customers-overview-grid__accordion-button" @click="toggleItem('2'); handleDropdownEvent('Industries', isOpen('2'))"> <h3 class="cmp-customers-overview-grid__filter-title"> <span>Industries</span> </h3> <span class="cmp-webinar-hub__arrow-down-icon" :class="{ 'cmp-webinar-hub__arrow-up-icon': isOpen('2') }"> <svg class="DropDownIcon css-1u8qly9" width="11" height="6" viewBox="0 0 11 6" fill="none"> <path d="M1.00002 0.499998L5.3302 5L9.66028 0.499999" stroke-linecap="round" stroke-linejoin="round" class="css-1qvbkio"></path> </svg> </span> </button> <ul class="cmp-webinar-hub__filter-list cmp-customers-overview-grid__filter-list" x-show="isOpen('2')" x-transition @keydown.escape="closeAndFocus('2'); handleDropdownEvent('Industries')"> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/education" class="js-filter-grid-checkbox"/> Education </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/energy" class="js-filter-grid-checkbox"/> Energy </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/financial-services" class="js-filter-grid-checkbox"/> Financial Services </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/healthcare" class="js-filter-grid-checkbox"/> Healthcare </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/manufacturing" class="js-filter-grid-checkbox"/> Manufacturing </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/media-and-entertainment" class="js-filter-grid-checkbox"/> Media &amp; Entertainment </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/nonprofit" class="js-filter-grid-checkbox"/> Nonprofit </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/public-sector" class="js-filter-grid-checkbox"/> Public Sector </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/retail" class="js-filter-grid-checkbox"/> Retail </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/services" class="js-filter-grid-checkbox"/> Services </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/technology" class="js-filter-grid-checkbox"/> Technology </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:industries/transportation" class="js-filter-grid-checkbox"/> Transportation </label> </li> </ul> </div> <div role="group" class="cmp-customers-overview-grid__filter-group"> <button id="accordion-button-3" class="cmp-customers-overview-grid__accordion-button" @click="toggleItem('3'); handleDropdownEvent('Product Features', isOpen('3'))"> <h3 class="cmp-customers-overview-grid__filter-title"> <span>Product Features</span> </h3> <span class="cmp-webinar-hub__arrow-down-icon" :class="{ 'cmp-webinar-hub__arrow-up-icon': isOpen('3') }"> <svg class="DropDownIcon css-1u8qly9" width="11" height="6" viewBox="0 0 11 6" fill="none"> <path d="M1.00002 0.499998L5.3302 5L9.66028 0.499999" stroke-linecap="round" stroke-linejoin="round" class="css-1qvbkio"></path> </svg> </span> </button> <ul class="cmp-webinar-hub__filter-list cmp-customers-overview-grid__filter-list" x-show="isOpen('3')" x-transition @keydown.escape="closeAndFocus('3'); handleDropdownEvent('Product Features')"> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/api-access-management" class="js-filter-grid-checkbox"/> API Access Management </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/access-gateway" class="js-filter-grid-checkbox"/> Access Gateway </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/access-management" class="js-filter-grid-checkbox"/> Access Management </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/actions" class="js-filter-grid-checkbox"/> Actions </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/adaptive-mfa" class="js-filter-grid-checkbox"/> Adaptive MFA </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/advanced-server-access" class="js-filter-grid-checkbox"/> Advanced Server Access </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/attack-protection" class="js-filter-grid-checkbox"/> Attack Protection </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/authentication" class="js-filter-grid-checkbox"/> Authentication </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/authorization" class="js-filter-grid-checkbox"/> Authorization </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/device-access" class="js-filter-grid-checkbox"/> Device Access </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/fast-pass" class="js-filter-grid-checkbox"/> FastPass </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/identity-governance" class="js-filter-grid-checkbox"/> Identity Governance </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/lifecycle-management" class="js-filter-grid-checkbox"/> Lifecycle Management </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/multi-factor-authentication" class="js-filter-grid-checkbox"/> Multi-Factor Authentication </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/passkeys" class="js-filter-grid-checkbox"/> Passkeys </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/passwordless" class="js-filter-grid-checkbox"/> Passwordless </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/secure-partner-access" class="js-filter-grid-checkbox"/> Secure Partner Access </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/single-sign-on" class="js-filter-grid-checkbox"/> Single Sign-On </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/social-login" class="js-filter-grid-checkbox"/> Social login </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/universal-directory" class="js-filter-grid-checkbox"/> Universal Directory </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/universal-login" class="js-filter-grid-checkbox"/> Universal Login </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/user-management" class="js-filter-grid-checkbox"/> User Management </label> </li> <li class="cmp-webinar-hub__filter-item"> <label> <input type="checkbox" value="okta:product-features/workflows" class="js-filter-grid-checkbox"/> Workflows </label> </li> </ul> </div> </div> </div> </div> </div> <div class="cmp-customers-overview-grid__filtered-content"> <div class="cmp-customers-overview-grid__sort-by-grid cmp-customers-overview-grid__overline"> <span class="cmp-customers-overview-grid__count js-filter-grid-count" data-all="All" data-one-result="Result" data-results="Results" data-no-results="No Results">All</span> • <span class="cmp-customers-overview-grid__sort-label">SORT BY</span> <select class="cmp-customers-overview-grid__sort-by-dropdown js-filter-grid-sort"> <option value="featured">FEATURED</option> <option value="company">COMPANY</option> <option value="lastest">LATEST</option> </select> </div> <button class="cmp-customers-overview-grid__clear js-filter-grid-clear" tabindex="0"> <span class="cmp-webinar-hub__clear-filters-text"> Clear filter </span> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.707 9.293C14.316 8.902 13.684 8.902 13.293 9.293L12 10.586L10.707 9.293C10.316 8.902 9.684 8.902 9.293 9.293C8.902 9.684 8.902 10.316 9.293 10.707L10.586 12L9.293 13.293C8.902 13.684 8.902 14.316 9.293 14.707C9.488 14.902 9.744 15 10 15C10.256 15 10.512 14.902 10.707 14.707L12 13.414L13.293 14.707C13.488 14.902 13.744 15 14 15C14.256 15 14.512 14.902 14.707 14.707C15.098 14.316 15.098 13.684 14.707 13.293L13.414 12L14.707 10.707C15.098 10.316 15.098 9.684 14.707 9.293ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20ZM12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2Z" fill="#808080"></path> </svg> </button> <div class="cmp-customers-overview-grid__message js-no-results-message"> <h2 class="cmp-customers-overview-grid__message-text">Hmm... No results. Please check your filters and try again!</h2> </div> <div class="cmp-customers-overview-grid__items-container grid js-filter-grid-container"> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Arcelik Global&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:22:27&#34;}" data-tags="[&#34;okta:products/customer-identity-solution&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/passwordless&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/arcelik-global/" data-link-cta="yes" data-link-text="European white goods manufacturer makes logins secure and effortless for staff and customers" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--7fefee2f-b98b-47dd-84d1-2ce0bee8ab77/hero-arcelik-global-jpg.webp?preferwebp=true" alt="Image with a family sharing a moment in the laundry space."/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--d58e4572-b53b-41b5-b009-aecca2a7fe98/customer-arcelik-global-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--d58e4572-b53b-41b5-b009-aecca2a7fe98/customer-arcelik-global-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-arcelik-global-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Arcelik Global</span> <p class="cmp-customer-story-card__title">European white goods manufacturer makes logins secure and effortless for staff and customers</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Carvana&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:14:34&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:industries/retail&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/carvana/" data-link-cta="yes" data-link-text="Partners in hypergrowth: Okta and RingCentral help Carvana extend its reach" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--3cb1a8e3-85f2-410d-b500-ff70d4c393ad/hero-carvana-png.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--6fdf37a6-15f9-4c02-9ad1-7e0faa004f1c/logo-carvana-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--6fdf37a6-15f9-4c02-9ad1-7e0faa004f1c/logo-carvana-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-carvana-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Carvana</span> <p class="cmp-customer-story-card__title">Partners in hypergrowth: Okta and RingCentral help Carvana extend its reach</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Hesta&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:17:44&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/financial-services&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:product-features/authentication&#34;,&#34;okta:product-features/universal-directory&#34;,&#34;okta:products/customer-identity-solution&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/identity-governance&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/hesta/" data-link-cta="yes" data-link-text="Okta accelerates HESTA’s cloud transition while minimising risk" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--3cb1a8e3-85f2-410d-b500-ff70d4c393ad/hero-carvana-png.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--394c6c44-b901-408d-bc4e-ab0c22c869e9/logo-hesta-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--394c6c44-b901-408d-bc4e-ab0c22c869e9/logo-hesta-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-hesta-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Hesta</span> <p class="cmp-customer-story-card__title">Okta accelerates HESTA’s cloud transition while minimising risk</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Activ&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:13:39&#34;}" data-tags="[&#34;okta:industries/nonprofit&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/access-management&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/activ/" data-link-cta="yes" data-link-text="How Western Australia’s largest disability support provider fosters independence in a secure, accessible environment" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--e686527b-acbb-41ec-b721-1b61312557c4/card-activ-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--dfc85aa1-d0be-495a-bbb9-78853b4d22f1/logo-activ-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--dfc85aa1-d0be-495a-bbb9-78853b4d22f1/logo-activ-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-activ-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Activ</span> <p class="cmp-customer-story-card__title">How Western Australia’s largest disability support provider fosters independence in a secure, accessible environment</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;AIA Group&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:18:45&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/adaptive-mfa&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/aia-group/" data-link-cta="yes" data-link-text="An insurance giant&#39;s multi-cloud journey to secure innovation" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ee30dc92-ea25-4618-ad80-770d99d7548d/card-aia-group-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--22b00b21-fd75-42f4-acd4-d8dc660ae3f5/logo-aia-group-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--22b00b21-fd75-42f4-acd4-d8dc660ae3f5/logo-aia-group-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-aia-group-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">AIA Group</span> <p class="cmp-customer-story-card__title">An insurance giant&#39;s multi-cloud journey to secure innovation</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Aircall&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:09&#34;}" data-tags="[&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/adaptive-mfa&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/aircall/" data-link-cta="yes" data-link-text="After doubling its workforce, Aircall leverages Okta to reduce its IT and HR workloads" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--6f5ac42d-ddb0-4c66-b489-863be91fa705/card-aircall-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f73e7afb-3a31-48aa-b69e-6bca3440bca7/customer-aircall-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f73e7afb-3a31-48aa-b69e-6bca3440bca7/customer-aircall-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-aircall-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Aircall</span> <p class="cmp-customer-story-card__title">After doubling its workforce, Aircall leverages Okta to reduce its IT and HR workloads</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Alef Education&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:08&#34;}" data-tags="[&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:industries/education&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/alef-education/" data-link-cta="yes" data-link-text="How Alef Education makes connected learning easier with secure access" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--5ac0767a-7329-4cda-bf37-49f1e6d536c5/card-alef-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--81e8ff77-0ab2-4e65-9423-77ae300adea2/customer-alef-education-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--81e8ff77-0ab2-4e65-9423-77ae300adea2/customer-alef-education-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-alef-education-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Alef Education</span> <p class="cmp-customer-story-card__title">How Alef Education makes connected learning easier with secure access</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Albertsons&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:20:19&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/access-management&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:industries/retail&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/albertsons/" data-link-cta="yes" data-link-text="Albertsons serves up a seamless omnichannel shopping experience for over 30 million customers" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d9375ed6-ed1f-4a71-95f3-89e41d867545/card-albertsons-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--d297cae3-ab92-4b1b-bb9c-fe5a6cb29564/logo-albertsons-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--d297cae3-ab92-4b1b-bb9c-fe5a6cb29564/logo-albertsons-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-albertsons.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Albertsons</span> <p class="cmp-customer-story-card__title">Albertsons serves up a seamless omnichannel shopping experience for over 30 million customers</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Alma Media&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:09&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;okta-events:industry/media--entertainment&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/alma-media/" data-link-cta="yes" data-link-text="Alma Media streamlines its Identity management with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--4fa43b70-a6c7-4e3c-8e73-281c174c3cb6/card-almamedia-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--4ccdcc01-99dd-4ac1-b656-7fcb9277ec2d/customer-alma-media-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--4ccdcc01-99dd-4ac1-b656-7fcb9277ec2d/customer-alma-media-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-alma-media-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Alma Media</span> <p class="cmp-customer-story-card__title">Alma Media streamlines its Identity management with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;AMES Australia&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:09&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/ames-australia/" data-link-cta="yes" data-link-text="AMES Australia: Tearing down IT barriers to tear down language barriers with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--fded323c-5234-46f8-983d-eeccbe4c0b31/card-ames-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--aa510daa-5a47-4f61-9f37-001d9985d817/ames-australia-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--aa510daa-5a47-4f61-9f37-001d9985d817/ames-australia-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/ames_australia_logo_white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">AMES Australia</span> <p class="cmp-customer-story-card__title">AMES Australia: Tearing down IT barriers to tear down language barriers with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Arrow Global&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:09&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/access-management&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/arrow-global/" data-link-cta="yes" data-link-text="Arrow: International financial services firm unites teams and strengthens trust with integrated secure solution" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--779b3dc7-ec82-448f-a15b-da71d7994745/card-arrowglobal-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--c8258247-628b-47d5-814e-7818499fb21c/customer-arrow-global-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--c8258247-628b-47d5-814e-7818499fb21c/customer-arrow-global-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-arrow-global-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Arrow Global</span> <p class="cmp-customer-story-card__title">Arrow: International financial services firm unites teams and strengthens trust with integrated secure solution</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Arduino&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:08&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/arduino/" data-link-cta="yes" data-link-text="How Arduino Increased User Conversion 3x by Simplifying Logins" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--195bc211-c091-40f6-bf41-a728088d0727/card-arduino-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a8c764d8-fede-4903-8dc2-303726911d1b/customer-arduino-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a8c764d8-fede-4903-8dc2-303726911d1b/customer-arduino-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-arduino-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Arduino</span> <p class="cmp-customer-story-card__title">How Arduino Increased User Conversion 3x by Simplifying Logins</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;athena health&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:00&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:industries/healthcare&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/athenahealth/" data-link-cta="yes" data-link-text="8,000 portals, 1 experience: Athenahealth connects 4 million patients with personalized healthcare" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--cbffe64e-b174-4222-b57d-2d94922b5bbe/card-athenahealth-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--8924ee36-d0a7-4b82-8919-913f161dc844/logo-athenahealth-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--8924ee36-d0a7-4b82-8919-913f161dc844/logo-athenahealth-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-athenahealth-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">athena health</span> <p class="cmp-customer-story-card__title">8,000 portals, 1 experience: Athenahealth connects 4 million patients with personalized healthcare</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Australian Red Cross&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:08&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/access-management&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/australian-red-cross/" data-link-cta="yes" data-link-text="Australian Red Cross creates a seamless digital experience for supporters and volunteers using Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--40faca6b-0870-4855-9f3a-6509b8761af8/card-australianredcross-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--fede11cf-fa55-4e90-9043-05c678df97b2/customer-australian-red-cross-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--fede11cf-fa55-4e90-9043-05c678df97b2/customer-australian-red-cross-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-australian-red-cross-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Australian Red Cross</span> <p class="cmp-customer-story-card__title">Australian Red Cross creates a seamless digital experience for supporters and volunteers using Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Back Market&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:09&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/user-management&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/back-market/" data-link-cta="yes" data-link-text="Used-tech marketplace concentrates on going global as Okta takes over access and identity management" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--2cd7fed2-557d-49c3-97ef-19c691d74ca4/card-backmarket-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--3cb8c996-c13e-4b7c-93ea-9a0907d7782d/customer-back-market-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--3cb8c996-c13e-4b7c-93ea-9a0907d7782d/customer-back-market-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-back-market-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Back Market</span> <p class="cmp-customer-story-card__title">Used-tech marketplace concentrates on going global as Okta takes over access and identity management</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Avery Dennison&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:09&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:industries/manufacturing&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/avery-dennison/" data-link-cta="yes" data-link-text="Avery Dennison Secures and Simplifies the User Experience with Okta Access Gateway" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--0bc3d84f-92f6-40cc-9411-d5bf7cd28b12/card-averydennison-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--5d9d4f39-2f7f-46e9-a347-ca2e9bf5799c/customer-avery-dennison-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--5d9d4f39-2f7f-46e9-a347-ca2e9bf5799c/customer-avery-dennison-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-avery-dennison-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Avery Dennison</span> <p class="cmp-customer-story-card__title">Avery Dennison Secures and Simplifies the User Experience with Okta Access Gateway</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Bakers Delight&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:13:58&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/retail&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/bakers-delight/" data-link-cta="yes" data-link-text="With Okta, Bakers Delight engages franchisees and drives profitability upward" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--60c9a0ad-1ecc-40ef-819c-2f8e9130c0ff/card-bakers-delight-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2f37f7e4-554b-4774-8492-7a30eda9f2ff/logo-bakers-delight-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2f37f7e4-554b-4774-8492-7a30eda9f2ff/logo-bakers-delight-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-bakers-delight-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Bakers Delight</span> <p class="cmp-customer-story-card__title">With Okta, Bakers Delight engages franchisees and drives profitability upward</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Bitmovin&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:36&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/actions&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/bitmovin/" data-link-cta="yes" data-link-text="Bitmovin: winning back lost time with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--4ef4bbc7-09b6-4893-958c-8944da144bf0/card-bitmovin-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--9fbea4b5-fede-4f4c-8cec-abf8b38d2b42/customer-bitmovin-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--9fbea4b5-fede-4f4c-8cec-abf8b38d2b42/customer-bitmovin-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-bitmovin-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Bitmovin</span> <p class="cmp-customer-story-card__title">Bitmovin: winning back lost time with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Beach Energy&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:35&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/energy&#34;,&#34;okta:product-features/universal-directory&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/beach-energy/" data-link-cta="yes" data-link-text="How Beach Energy powered up its infrastructure with Okta to meet Australia’s power demand" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--b47386d5-2394-41a9-afe4-fd2e8c89041f/card-beachenergy-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--10f0fb57-1992-4d5d-a4f1-97298ccf6a09/customer-beachenergy-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--10f0fb57-1992-4d5d-a4f1-97298ccf6a09/customer-beachenergy-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-beachenergy-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Beach Energy</span> <p class="cmp-customer-story-card__title">How Beach Energy powered up its infrastructure with Okta to meet Australia’s power demand</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;BizReach&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:01&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/passkeys&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta-events:industry/media--entertainment&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/bizreach/" data-link-cta="yes" data-link-text="BizReach seamlessly migrates over 1 million users to Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ed7b87ac-ffc8-4962-83ed-24964a066a71/card-bizreach-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--00518f76-af2a-4493-b3c2-675ccb286874/logo-bizreach-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--00518f76-af2a-4493-b3c2-675ccb286874/logo-bizreach-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-bizreach-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">BizReach</span> <p class="cmp-customer-story-card__title">BizReach seamlessly migrates over 1 million users to Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Bloomerang&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:59&#34;}" data-tags="[&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/bloomerang/" data-link-cta="yes" data-link-text="Bloomerang uses advanced automation and security features from Okta to improve employee experience" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--17c7571a-c4f9-4963-9794-8fa27db1858f/card-bloomerang-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--fe15f885-6efe-4acd-aef7-215d0af9aa45/customer-bloomerang-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--fe15f885-6efe-4acd-aef7-215d0af9aa45/customer-bloomerang-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-bloomerang-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Bloomerang</span> <p class="cmp-customer-story-card__title">Bloomerang uses advanced automation and security features from Okta to improve employee experience</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Blackhawk Network&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:25:02&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/financial-services&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/blackhawk-network/" data-link-cta="yes" data-link-text="Blackhawk Network helps brands better serve their customers. Okta ensures those connections are secure." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--31ed85ef-87aa-4f3b-bf7d-98a0fda40d42/card-blackhawk-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--65dc7bf3-9003-45ea-82f9-5a50e26f6744/logo-blackhawk-network-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--65dc7bf3-9003-45ea-82f9-5a50e26f6744/logo-blackhawk-network-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-blackhawk-network-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Blackhawk Network</span> <p class="cmp-customer-story-card__title">Blackhawk Network helps brands better serve their customers. Okta ensures those connections are secure.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;bunq&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:35&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/advanced-server-access&#34;,&#34;okta-events:industry/financial-services&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/bunq/" data-link-cta="yes" data-link-text="How bunq uses Okta to keep users’ data as safe as their money" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--146b9a67-2f45-4859-91ea-26e4ada57c33/card-bunq-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a721955d-6460-4520-b3f2-607dda1f8866/customer-bunq-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a721955d-6460-4520-b3f2-607dda1f8866/customer-bunq-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-bunq-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">bunq</span> <p class="cmp-customer-story-card__title">How bunq uses Okta to keep users’ data as safe as their money</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Cazoo&#34;,&#34;creationDate&#34;:&#34;19 Dec 2024 11:20:59&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta-events:product/single-sign-on&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/cazoo/" data-link-cta="yes" data-link-text="Cazoo: Placing Okta at the wheel of identity management while revolutionising car retail online" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ecf88adb-e2e6-45d7-9dfb-6150723a0c70/card-cazoo-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--b58587ae-cce5-4fe9-886b-8aba1afba60a/customer-cazoo-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--b58587ae-cce5-4fe9-886b-8aba1afba60a/customer-cazoo-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-cazoo-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Cazoo</span> <p class="cmp-customer-story-card__title">Cazoo: Placing Okta at the wheel of identity management while revolutionising car retail online</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Camunda&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:35&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/camunda/" data-link-cta="yes" data-link-text="Camunda Improves the Employee Experience with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--6301444f-9d05-40ef-91c0-f5f4cc6096ec/card-camunda-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--76a194ab-d77d-4207-9c0c-cb2347751601/customer-camunda-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--76a194ab-d77d-4207-9c0c-cb2347751601/customer-camunda-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-camunda-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Camunda</span> <p class="cmp-customer-story-card__title">Camunda Improves the Employee Experience with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;CDO Technologies&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:35&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta-events:industry/public-sector&#34;,&#34;okta:products/customer-identity-solution&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/universal-directory&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/cdo-technologies/" data-link-cta="yes" data-link-text="Tasked with advancing the privacy of 5 million U.S. Air Force users, CDO Technologies relies on Okta to raise the organization’s security position." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--6dd1d02b-5792-4e75-95bb-f4f258cbd195/card-cdotechnologies-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--1bad306f-bca6-46cd-9e65-b1bb811a72f5/customer-cdo-technologies-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--1bad306f-bca6-46cd-9e65-b1bb811a72f5/customer-cdo-technologies-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-cdo-technologies-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">CDO Technologies</span> <p class="cmp-customer-story-card__title">Tasked with advancing the privacy of 5 million U.S. Air Force users, CDO Technologies relies on Okta to raise the organization’s security position.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Cebu Pacific&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:58&#34;}" data-tags="[&#34;okta:products/customer-identity-solution&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/cebu-pacific/" data-link-cta="yes" data-link-text="From check in to takeoff: Cebu Pacific secures global user accounts with improved IAM" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d4dbd937-d0d2-4f95-b89c-4d94b36c7e99/card-cebu-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--558c0804-2741-4b27-b84e-6808e707aecc/customer-cebu-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--558c0804-2741-4b27-b84e-6808e707aecc/customer-cebu-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-cebu-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Cebu Pacific</span> <p class="cmp-customer-story-card__title">From check in to takeoff: Cebu Pacific secures global user accounts with improved IAM</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Bazaarvoice&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:37&#34;}" data-tags="[&#34;okta:products/customer-identity-solution&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/universal-directory&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/bazaarvoice/" data-link-cta="yes" data-link-text="Billions of authenticated Bazaarvoice shoppers. A unified brand experience." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--40276206-353a-4382-b217-aeaa8719b195/card-bazaarvoice-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--5a041882-3608-4b62-b699-f0b3b44224b2/customer-bazaarvoice-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--5a041882-3608-4b62-b699-f0b3b44224b2/customer-bazaarvoice-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-bazaarvoice-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Bazaarvoice</span> <p class="cmp-customer-story-card__title">Billions of authenticated Bazaarvoice shoppers. A unified brand experience.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Cengage&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:34&#34;}" data-tags="[&#34;okta-events:product/authentication&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:industries/education&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/cengage/" data-link-cta="yes" data-link-text="Cengage: Changing how students learn, millions of logins at a time" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--31a75843-dbf8-4269-b9c7-62d59bf72d4a/card-cengage-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--50443673-6c21-4843-b0b2-e46b7a0012c3/customer-cengage-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--50443673-6c21-4843-b0b2-e46b7a0012c3/customer-cengage-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-cengage-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Cengage</span> <p class="cmp-customer-story-card__title">Cengage: Changing how students learn, millions of logins at a time</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;charity: water&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:36&#34;}" data-tags="[&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/nonprofit&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/charity-water/" data-link-cta="yes" data-link-text="charity: water keeps more communities hydrated by tapping into Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--3c495d8a-888d-44f2-90f9-e75b924418ad/card-charitywater-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--c4816e83-b544-4ce9-8611-2de45c83f95e/customer-charity-water-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--c4816e83-b544-4ce9-8611-2de45c83f95e/customer-charity-water-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-charity-water-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">charity: water</span> <p class="cmp-customer-story-card__title">charity: water keeps more communities hydrated by tapping into Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;ChaosSearch&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:59&#34;}" data-tags="[&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/chaossearch/" data-link-cta="yes" data-link-text="ChaosSearch improved customer service and onboarding with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--52cb0cbd-8b2b-42c3-ba0b-55d4412991fe/card-chaossearch-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--9e69e237-0029-4484-90e3-226630bca3ae/customer-chaossearch-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--9e69e237-0029-4484-90e3-226630bca3ae/customer-chaossearch-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-chaossearch-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">ChaosSearch</span> <p class="cmp-customer-story-card__title">ChaosSearch improved customer service and onboarding with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Checkr&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:52&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/checkr/" data-link-cta="yes" data-link-text="How Checkr scales authentication best practices and minimizes engineering effort" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--18d71e21-2b0d-4ef8-9214-82fb5c3784e7/card-checkr-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--549a44c8-f3c0-4c5e-915a-134a5381a442/customer-checkr-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--549a44c8-f3c0-4c5e-915a-134a5381a442/customer-checkr-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-checkr-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Checkr</span> <p class="cmp-customer-story-card__title">How Checkr scales authentication best practices and minimizes engineering effort</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Cinepolis&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:01&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/passwordless&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/cinepolis/" data-link-cta="yes" data-link-text="Cinépolis achieves 300% increase in net new loyalty customers and boosts revenue with Identity" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--8eac52d5-b580-46ec-9c09-85dfa271dba1/card-cinepolis-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--b72fb41d-1085-42d6-9752-53b8cce65c34/logo-cinepolis-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--b72fb41d-1085-42d6-9752-53b8cce65c34/logo-cinepolis-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-cinepolis-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Cinepolis</span> <p class="cmp-customer-story-card__title">Cinépolis achieves 300% increase in net new loyalty customers and boosts revenue with Identity</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;CityU&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:36&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:industries/education&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/cityu-hk/" data-link-cta="yes" data-link-text="CityU: Untangling legacy systems through a unified identity portal" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--123bc49b-ef1c-41c2-a088-2e40eb478dad/card-cityu-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a5295eed-a179-443e-baf1-924408ae8fe5/customer-cityu-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a5295eed-a179-443e-baf1-924408ae8fe5/customer-cityu-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-cityu-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">CityU</span> <p class="cmp-customer-story-card__title">CityU: Untangling legacy systems through a unified identity portal</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Envision Healthcare&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:16:09&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/healthcare&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/envision-healthcare/" data-link-cta="yes" data-link-text="Okta eases Envision Healthcare’s IT challenges" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--f3624685-84eb-4a44-9c01-bd3e8c46387a/hero-envision-healthcare-png.webp?preferwebp=true" alt="Image of a healthcare facility"/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--38092e86-c719-4515-b9b5-8905c8f9ae1e/logo-envision-healthcare-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--38092e86-c719-4515-b9b5-8905c8f9ae1e/logo-envision-healthcare-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-envision-healthcare-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Envision Healthcare</span> <p class="cmp-customer-story-card__title">Okta eases Envision Healthcare’s IT challenges</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;CLAAS&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:57&#34;}" data-tags="[&#34;okta:industries/manufacturing&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/claas/" data-link-cta="yes" data-link-text="CLAAS enhances customer experience by unifying fragmented Identities" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--a6305ba3-d4af-4104-af03-d2e2bb9a7171/card-claas-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--8ab3a5f9-8955-46fe-92f1-db59ba2575f6/customer-claas-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--8ab3a5f9-8955-46fe-92f1-db59ba2575f6/customer-claas-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-claas-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">CLAAS</span> <p class="cmp-customer-story-card__title">CLAAS enhances customer experience by unifying fragmented Identities</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Classy&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:37&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta-events:product/authentication&#34;,&#34;okta:industries/nonprofit&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:industries/education&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/classy/" data-link-cta="yes" data-link-text="With Okta, Classy modernizes customer identity to meet increased online fundraising demands" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--465eff24-805b-464f-872f-8d5b8ff4b6b4/card-classy-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--55bc6d21-cb04-460b-90f3-41a8412c99d9/customer-classy-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--55bc6d21-cb04-460b-90f3-41a8412c99d9/customer-classy-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-classy-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Classy</span> <p class="cmp-customer-story-card__title">With Okta, Classy modernizes customer identity to meet increased online fundraising demands</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Comcare&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:34&#34;}" data-tags="[&#34;okta-events:industry/public-sector&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/comcare/" data-link-cta="yes" data-link-text="Comcare: Uniting the workforce that makes Australia’s workplaces safe, healthy, and inclusive" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--4b21bf99-d193-4357-8f64-ee38faa19195/card-comcare-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--40cc5305-b679-437c-a4e2-bb5ef9130ede/customer-comcare-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--40cc5305-b679-437c-a4e2-bb5ef9130ede/customer-comcare-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-comcare-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Comcare</span> <p class="cmp-customer-story-card__title">Comcare: Uniting the workforce that makes Australia’s workplaces safe, healthy, and inclusive</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;CMS&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:15:33&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/public-sector&#34;,&#34;okta:product-features/api-access-management&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/centers-for-medicare-and-medicaid/" data-link-cta="yes" data-link-text="CMS transforms the American healthcare system. Okta secures and streamlines identity." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--5b75d8e2-31fc-43c2-9e58-bcb0871a4a9e/card-cms-employees-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--419b2c8a-89f0-4ce6-b115-cd2e84f3b9de/logo-centers-for-medicare-and-medicaid-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--419b2c8a-89f0-4ce6-b115-cd2e84f3b9de/logo-centers-for-medicare-and-medicaid-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-centers-for-medicare-and-medicaid-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">CMS</span> <p class="cmp-customer-story-card__title">CMS transforms the American healthcare system. Okta secures and streamlines identity.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Coventry&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:10&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/adaptive-mfa&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/coventry-building-society/" data-link-cta="yes" data-link-text="Coventry Building Society: Safely and securely adding digital customer value to more than 130 years of savings and mortgage expertise" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--0eac0e08-ed69-485a-ab76-087e41fc573a/card-coventry-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--fbafc713-8ca9-4b5d-861e-23f8b75fe297/customer-coventry-building-society-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--fbafc713-8ca9-4b5d-861e-23f8b75fe297/customer-coventry-building-society-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-coventry-building-society-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Coventry</span> <p class="cmp-customer-story-card__title">Coventry Building Society: Safely and securely adding digital customer value to more than 130 years of savings and mortgage expertise</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;Cribl&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:35&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/passwordless&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/cribl/" data-link-cta="yes" data-link-text="Cribl uses Okta FGA to support robust IAM requirements for Fortune 1000 clients" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--81ae8aac-bc79-46f6-b63b-990cae9ba18e/card-cribl-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--fd7f0153-5ae3-44b4-8d60-46e5bd31020e/customer-cribl-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--fd7f0153-5ae3-44b4-8d60-46e5bd31020e/customer-cribl-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-cribl-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Cribl</span> <p class="cmp-customer-story-card__title">Cribl uses Okta FGA to support robust IAM requirements for Fortune 1000 clients</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Flex&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:16:50&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta-events:industry/technology&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/flex/" data-link-cta="yes" data-link-text="Flex builds an intelligent, connected world. Okta provides a secure foundation." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--2209a1c3-5903-4680-b401-85e6ad802c17/hero-flex-jpg.webp?preferwebp=true" alt="Image of a manufactory industry during business hours"/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--5849cf79-229a-4f82-8258-e42f68d76873/customer-flex-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--5849cf79-229a-4f82-8258-e42f68d76873/customer-flex-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-flex-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Flex</span> <p class="cmp-customer-story-card__title">Flex builds an intelligent, connected world. Okta provides a secure foundation.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Crisis Text Line&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:32:24&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:industries/nonprofit&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/crisis-text-line/" data-link-cta="yes" data-link-text="Crisis Text Line trusts Okta to provide seamless and secure access for thousands of volunteer Crisis Counselors" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--14aa1fe4-8384-4164-a404-8ede1e1ac4dc/card-crisis-text-line-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--b08232da-c199-47cc-8767-f169387cd745/logo-crisis-text-line-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--b08232da-c199-47cc-8767-f169387cd745/logo-crisis-text-line-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-crisis-text-line-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Crisis Text Line</span> <p class="cmp-customer-story-card__title">Crisis Text Line trusts Okta to provide seamless and secure access for thousands of volunteer Crisis Counselors</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Croix Rouge Française&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:32:55&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/nonprofit&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/croix-rouge-francaise/" data-link-cta="yes" data-link-text="Unifying access for the French Red Cross employees and volunteers with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--7d96e193-b438-42e8-9e5f-061cad10685b/card-croixrougefrancaise-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--8efcd3f0-fc7f-42b4-ac8e-c094e67f60b1/customer-croix-rouge-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--8efcd3f0-fc7f-42b4-ac8e-c094e67f60b1/customer-croix-rouge-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-croix-rouge-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Croix Rouge Française</span> <p class="cmp-customer-story-card__title">Unifying access for the French Red Cross employees and volunteers with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Culture Amp&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:34:11&#34;}" data-tags="[&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/culture-amp/" data-link-cta="yes" data-link-text="Okta + Zylo allow Culture Amp to scale quickly and securely without user friction" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--1b5e7531-df2f-460e-a479-388f26cb23d6/card-culture-amp-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--ce3f68b8-8965-42ea-afc0-86025cd3e794/logo-culture-amp-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--ce3f68b8-8965-42ea-afc0-86025cd3e794/logo-culture-amp-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-culture-amp-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Culture Amp</span> <p class="cmp-customer-story-card__title">Okta + Zylo allow Culture Amp to scale quickly and securely without user friction</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Custom Fleet&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:02&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/identity-governance&#34;,&#34;okta:industries/transportation&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/access-management&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/custom-fleet/" data-link-cta="yes" data-link-text="Lessons from a leading fleet management company: Custom Fleet doubles B2B users overnight while saving $300,000 annually" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--4e98005b-3994-4f41-9111-d459b4d0f3ed/card-custom-fleet-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--7719372d-8b20-4695-b2f6-0d656042fb8b/logo-custom-fleet-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--7719372d-8b20-4695-b2f6-0d656042fb8b/logo-custom-fleet-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-custom-fleet-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Custom Fleet</span> <p class="cmp-customer-story-card__title">Lessons from a leading fleet management company: Custom Fleet doubles B2B users overnight while saving $300,000 annually</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;DCC&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:35&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/dcc/" data-link-cta="yes" data-link-text="DCC: Uniting diverse brands and businesses with a single identity management solution" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--dad1216c-2423-4f0e-86f2-466fb5282d5f/card-dcc-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--ed3aaf0a-150a-4ba9-af88-ee8f35f7d6e6/customer-dcc-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--ed3aaf0a-150a-4ba9-af88-ee8f35f7d6e6/customer-dcc-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-dcc-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">DCC</span> <p class="cmp-customer-story-card__title">DCC: Uniting diverse brands and businesses with a single identity management solution</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;DCRA&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:36&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/public-sector&#34;,&#34;okta:product-features/authentication&#34;,&#34;okta:product-features/adaptive-mfa&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/department-of-consumer-and-regulatory-affairs/" data-link-cta="yes" data-link-text="The Department of Consumer and Regulatory Affairs Improves Customer Interactions and Service with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--f3dea2a4-86e5-4f2c-a4b6-482242af9e62/card-dcra-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--11a2c5d6-e1f0-4a58-8f6b-59cf292f3071/customer-dcra-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--11a2c5d6-e1f0-4a58-8f6b-59cf292f3071/customer-dcra-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-dcra-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">DCRA</span> <p class="cmp-customer-story-card__title">The Department of Consumer and Regulatory Affairs Improves Customer Interactions and Service with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Delivery Hero&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:36&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/single-sign-on&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/delivery-hero/" data-link-cta="yes" data-link-text="Delivery Hero: Boosting security and improving user experience by automating HR-driven processes" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--425b3e93-3eb6-4cbf-a6bc-8c93a777f0e5/card-delivery-hero-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--889b4bf8-f787-463d-8bf4-6b68ed72c3ad/customer-delivery-hero-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--889b4bf8-f787-463d-8bf4-6b68ed72c3ad/customer-delivery-hero-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/default/customer-delivery-hero-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Delivery Hero</span> <p class="cmp-customer-story-card__title">Delivery Hero: Boosting security and improving user experience by automating HR-driven processes</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Demandbase&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:36:53&#34;}" data-tags="[&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/identity-governance&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/demandbase/" data-link-cta="yes" data-link-text="Demandbase: Turning Identity governance into business efficiency" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--201b64cf-89ec-454f-804e-373b5480bd02/card-demandbase-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--0c8293b3-fb29-4505-9f14-ad0106ec9290/customer-demandbase-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--0c8293b3-fb29-4505-9f14-ad0106ec9290/customer-demandbase-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-demandbase-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Demandbase</span> <p class="cmp-customer-story-card__title">Demandbase: Turning Identity governance into business efficiency</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Dignity Health&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 17:54:46&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:industries/healthcare&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/dignity-health/" data-link-cta="yes" data-link-text="Dignity Health Improves Patient Experience, Enhances Trust with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--67a2d463-6f69-474b-b705-3830b054f038/card-dignity-health-jpg.webp?preferwebp=true" alt="Image with a family sharing a moment in the laundry space."/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a5eeb081-512c-424a-92de-f14e0c95bc62/logo-dignity-health-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a5eeb081-512c-424a-92de-f14e0c95bc62/logo-dignity-health-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-dignity-health-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Dignity Health</span> <p class="cmp-customer-story-card__title">Dignity Health Improves Patient Experience, Enhances Trust with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Dentsu Aegis Network&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:37:37&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:product-features/adaptive-mfa&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/dentsu-aegis-network/" data-link-cta="yes" data-link-text="45,000 Dentsu Aegis staff switch to a secure cloud over a weekend" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ed816ba6-59b3-4598-b387-4670568cd421/card-dentsu-aegis-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--98986dbb-6e3b-4b4a-995a-353fcf097376/logo-dentsu-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--98986dbb-6e3b-4b4a-995a-353fcf097376/logo-dentsu-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-dentsu-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Dentsu Aegis Network</span> <p class="cmp-customer-story-card__title">45,000 Dentsu Aegis staff switch to a secure cloud over a weekend</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Cuebiq&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:33:57&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/cuebiq/" data-link-cta="yes" data-link-text="Cuebiq Builds a Strong, Scalable Foundation with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--cc5d985c-3ab2-475a-882b-8c94504ae9b2/card-cuebiq-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--245d062e-3e77-43ba-b1a4-25c0a6bc7657/customer-cuebiq-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--245d062e-3e77-43ba-b1a4-25c0a6bc7657/customer-cuebiq-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-cuebiq-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Cuebiq</span> <p class="cmp-customer-story-card__title">Cuebiq Builds a Strong, Scalable Foundation with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Direct Relief&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:37&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/nonprofit&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/healthcare&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/direct-relief/" data-link-cta="yes" data-link-text="With identity under control, Direct Relief can help more people." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--baf331c2-b1b4-419c-ad34-0ce319e7e599/card-directrelief-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2b3219b6-c808-4deb-a344-80a9b7aa481a/customer-directrelief-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2b3219b6-c808-4deb-a344-80a9b7aa481a/customer-directrelief-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-directrelief-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Direct Relief</span> <p class="cmp-customer-story-card__title">With identity under control, Direct Relief can help more people.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;DISH&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:40:21&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:product-features/single-sign-on&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/dish-network/" data-link-cta="yes" data-link-text="DISH puts the focus on customers. Okta helps DISH stay flexible." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--1ee54e01-75f9-4992-ad5c-1498c77887d0/card-dish-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--eeb03e2a-e8ef-47ab-86f2-824a2fea3fff/logo-dish-network-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--eeb03e2a-e8ef-47ab-86f2-824a2fea3fff/logo-dish-network-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-dish-network-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">DISH</span> <p class="cmp-customer-story-card__title">DISH puts the focus on customers. Okta helps DISH stay flexible.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;EBSCO&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:43:13&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:product-features/advanced-server-access&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/services&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/ebsco/" data-link-cta="yes" data-link-text="Okta helps EBSCO get a handle on M&amp;A activity and risk exposure—from Paris, France, to Lickskillet, Alabama" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--3347d0fa-40b1-42af-8294-c5e39358ac10/card-ebsco-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--d7fe3460-3238-4a8a-ae86-f17aff3e4107/customer-ebsco-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--d7fe3460-3238-4a8a-ae86-f17aff3e4107/customer-ebsco-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-ebsco-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">EBSCO</span> <p class="cmp-customer-story-card__title">Okta helps EBSCO get a handle on M&amp;A activity and risk exposure—from Paris, France, to Lickskillet, Alabama</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Dubai Airports&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:10&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/transportation&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/dubai-airports/" data-link-cta="yes" data-link-text="Dubai Airports halves passenger processing time with single identity solution" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--b2723ae6-8b3e-407f-bb5d-0e2401aa9094/card-dubaiairport-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a85060d3-7a99-42a8-ae08-61032f70ce88/customer-dubaiairports-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a85060d3-7a99-42a8-ae08-61032f70ce88/customer-dubaiairports-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-dubaiairports-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Dubai Airports</span> <p class="cmp-customer-story-card__title">Dubai Airports halves passenger processing time with single identity solution</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;ECB&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:57&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/ecb/" data-link-cta="yes" data-link-text="ECB: Improving customer experiences by leveraging the power of Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--e0edd290-a60a-439d-bfac-b4fe11150285/card-ecb-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--fc59d74e-1844-4100-804b-a6754022d1b8/customer-ecb-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--fc59d74e-1844-4100-804b-a6754022d1b8/customer-ecb-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-ecb-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">ECB</span> <p class="cmp-customer-story-card__title">ECB: Improving customer experiences by leveraging the power of Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Croix Rouge Française&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:36&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/nonprofit&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/croix-rouge-francaise-technical-journey/" data-link-cta="yes" data-link-text="Croix Rouge Française is using Okta Workflows to respond dynamically to its internal resourcing needs" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--7d96e193-b438-42e8-9e5f-061cad10685b/card-croixrougefrancaise-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--8efcd3f0-fc7f-42b4-ac8e-c094e67f60b1/customer-croix-rouge-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--8efcd3f0-fc7f-42b4-ac8e-c094e67f60b1/customer-croix-rouge-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-croix-rouge-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Croix Rouge Française</span> <p class="cmp-customer-story-card__title">Croix Rouge Française is using Okta Workflows to respond dynamically to its internal resourcing needs</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;EG Group&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:45:55&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/retail&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/eg-group/" data-link-cta="yes" data-link-text="EG Group: Keeping employees and customers safe" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--82e6c81d-ee50-49fd-a08d-75b2da80e2d6/card-euro-garages-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--3d57677f-8391-4e56-b7da-b84ffe707ca9/logo-eg-group-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--3d57677f-8391-4e56-b7da-b84ffe707ca9/logo-eg-group-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-eg-group-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">EG Group</span> <p class="cmp-customer-story-card__title">EG Group: Keeping employees and customers safe</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;iCIMS&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:51&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/icims/" data-link-cta="yes" data-link-text="iCIMS puts identity front and center to support its growth strategy" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--4e1791d2-9d15-4605-8603-052e8476e90d/hero-icims-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--73c16add-80da-443d-b566-4a3770c17f45/customer-icims-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--73c16add-80da-443d-b566-4a3770c17f45/customer-icims-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-icims-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">iCIMS</span> <p class="cmp-customer-story-card__title">iCIMS puts identity front and center to support its growth strategy</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Evercast&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:58&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/adaptive-mfa&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/evercast/" data-link-cta="yes" data-link-text="Evercast outsources Customer Identity to focus on scalable product development" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--c33085ed-8ed8-4c51-9587-8b9a4db31e10/card-evercast-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--e43d5dbe-6559-400d-8be9-2152193602ea/customer-evercast-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--e43d5dbe-6559-400d-8be9-2152193602ea/customer-evercast-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-evercast-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Evercast</span> <p class="cmp-customer-story-card__title">Evercast outsources Customer Identity to focus on scalable product development</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Experian&#34;,&#34;creationDate&#34;:&#34;20 Dec 2024 12:08:22&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/customer-identity-solution&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:industries/financial-services&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/authentication&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/experian/" data-link-cta="yes" data-link-text="Diverse experiences, one identity standard" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--993c8f36-7447-44dd-8e6c-8a70b123931d/card-experian-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a50515ba-7241-4e4a-81bc-2dd8be9f4931/logo-experian-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a50515ba-7241-4e4a-81bc-2dd8be9f4931/logo-experian-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-experian-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Experian</span> <p class="cmp-customer-story-card__title">Diverse experiences, one identity standard</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;FCC&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:46:56&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/public-sector&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/authentication&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/fcc/" data-link-cta="yes" data-link-text="The FCC keeps the country’s communications on track" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--6dfb444a-f305-4221-8ff8-e0c1c5130c22/card-fcc-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f4abd30f-daf9-403c-aab2-41dbb275f098/logo-fcc-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f4abd30f-daf9-403c-aab2-41dbb275f098/logo-fcc-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-fcc-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">FCC</span> <p class="cmp-customer-story-card__title">The FCC keeps the country’s communications on track</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Fedex&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 17:57:36&#34;}" data-tags="[&#34;okta:industries/transportation&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/fedex/" data-link-cta="yes" data-link-text="FedEx: Connecting 340,000 employees to connect the world" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--c5cd04f5-4aae-4c06-92c7-847c29255771/card-fedex-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f4561998-3fc6-4a3f-a3a0-a30472c49f61/customer-fedex-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f4561998-3fc6-4a3f-a3a0-a30472c49f61/customer-fedex-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-fedex-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Fedex</span> <p class="cmp-customer-story-card__title">FedEx: Connecting 340,000 employees to connect the world</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Finder&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:34&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/finder/" data-link-cta="yes" data-link-text="How Finder protects 300,000 users’ financial data with Identity management" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--3ea43c0a-a92e-4d8d-b0d3-d2890b3d2f66/card-finder-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--564e1e3f-c654-48d0-9073-8ed2b7661525/customer-finder-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--564e1e3f-c654-48d0-9073-8ed2b7661525/customer-finder-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-finder-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Finder</span> <p class="cmp-customer-story-card__title">How Finder protects 300,000 users’ financial data with Identity management</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Flinders University&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:52:47&#34;}" data-tags="[&#34;okta:products/customer-identity-solution&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/education&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/flinders-university/" data-link-cta="yes" data-link-text="Providing a connected online experience" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--674c052e-9957-4ba2-91e5-2eb784279b62/card-flinders-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--70b73403-7cab-4251-9980-3deea79552a4/logo-flinders-university-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--70b73403-7cab-4251-9980-3deea79552a4/logo-flinders-university-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-flinders-university-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Flinders University</span> <p class="cmp-customer-story-card__title">Providing a connected online experience</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Flink&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:39&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/flink/" data-link-cta="yes" data-link-text="Flink cuts costs and securely boosts efficiency with Workforce Identity Cloud" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--df3db329-831f-453f-894f-c43d5a83cc31/card-flink-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f0c82205-416b-4b52-bdfe-a692f437b1bd/customer-flink-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f0c82205-416b-4b52-bdfe-a692f437b1bd/customer-flink-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-flink-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Flink</span> <p class="cmp-customer-story-card__title">Flink cuts costs and securely boosts efficiency with Workforce Identity Cloud</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Foodstuffs North Island&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:39&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/foodstuffs-north-island/" data-link-cta="yes" data-link-text="Foodstuffs North Island finds an extensible solution in Customer Identity Cloud" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--41b84754-53ec-4a6d-8dd6-a566ca4ce94f/card-foodstuffs-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--ff2fc145-ee62-4002-b9ee-dfbfaa772ca0/customer-foodstuffs-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--ff2fc145-ee62-4002-b9ee-dfbfaa772ca0/customer-foodstuffs-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-foodstuffs-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Foodstuffs North Island</span> <p class="cmp-customer-story-card__title">Foodstuffs North Island finds an extensible solution in Customer Identity Cloud</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Front&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:39&#34;}" data-tags="[&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/front/" data-link-cta="yes" data-link-text="Front is Innovating User Experiences—From the Inside Out" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--f61c9567-afb3-4c65-bd04-41686de78c75/card-front-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2e68d7c0-1721-4f1b-a07a-0066251d5c1d/customer-front-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2e68d7c0-1721-4f1b-a07a-0066251d5c1d/customer-front-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-front-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Front</span> <p class="cmp-customer-story-card__title">Front is Innovating User Experiences—From the Inside Out</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Gavi&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:52&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/user-management&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta-events:product/authentication&#34;,&#34;okta:industries/nonprofit&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/gavi/" data-link-cta="yes" data-link-text="Gavi brings immunization to far corners of the world. Okta helps connect the dots." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d4b60dd5-21db-4883-a4a8-71dd462db383/card-gavi-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--c5141590-b852-4c12-9c35-5b701ae51cf7/customer-gavi-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--c5141590-b852-4c12-9c35-5b701ae51cf7/customer-gavi-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-gavi-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Gavi</span> <p class="cmp-customer-story-card__title">Gavi brings immunization to far corners of the world. Okta helps connect the dots.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Generali&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:52&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/services&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/generali/" data-link-cta="yes" data-link-text="Generali GC&amp;C ensures its workforce, customers, and partners are secure in the cloud with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--66c30d02-715f-447a-8254-fec65c6abe74/card-generali-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--3c79dca7-28f2-4f76-b4ae-17b8cfdc6765/customer-generali-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--3c79dca7-28f2-4f76-b4ae-17b8cfdc6765/customer-generali-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-generali-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Generali</span> <p class="cmp-customer-story-card__title">Generali GC&amp;C ensures its workforce, customers, and partners are secure in the cloud with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Gilbert + Tobin&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:52&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/services&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/gilbert-tobin/" data-link-cta="yes" data-link-text="A winning case for simplicity: How Gilbert + Tobin lets its lawyers work anytime, anywhere" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--2cd7fed2-557d-49c3-97ef-19c691d74ca4/card-backmarket-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2a96d5e2-9941-4623-97f7-4f7427d320b2/customer-gilbert-tobin-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2a96d5e2-9941-4623-97f7-4f7427d320b2/customer-gilbert-tobin-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-gilbert-tobin-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Gilbert + Tobin</span> <p class="cmp-customer-story-card__title">A winning case for simplicity: How Gilbert + Tobin lets its lawyers work anytime, anywhere</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;GitLab&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:51&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/advanced-server-access&#34;,&#34;okta-events:product/single-sign-on&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/gitlab/" data-link-cta="yes" data-link-text="Okta helps GitLab add Zero Trust to the list" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--7f6d8ffb-5901-4682-9fd2-89c35f064bd6/card-gitlab-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--23b5c856-3b3c-4fa2-ad51-89c6c26a2cfd/customer-gitlab-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--23b5c856-3b3c-4fa2-ad51-89c6c26a2cfd/customer-gitlab-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-gitlab-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">GitLab</span> <p class="cmp-customer-story-card__title">Okta helps GitLab add Zero Trust to the list</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;HackerOne&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:34&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/hackerone/" data-link-cta="yes" data-link-text="HackerOne Removes Barriers to Strong Security with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--9f21cc6a-4301-4272-ac92-6d7f7149b6e0/card-hackerone-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--67852f69-5890-41be-8432-68d1520a8a5d/customer-hackerone-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--67852f69-5890-41be-8432-68d1520a8a5d/customer-hackerone-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-hackerone-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">HackerOne</span> <p class="cmp-customer-story-card__title">HackerOne Removes Barriers to Strong Security with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Health Research Inc.&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:51&#34;}" data-tags="[&#34;okta:industries/nonprofit&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/access-gateway&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/advanced-server-access&#34;,&#34;okta:product-features/universal-directory&#34;,&#34;okta:product-features/adaptive-mfa&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/health-research-inc/" data-link-cta="yes" data-link-text="Health Research Inc. Pivots Quickly to Remote Work with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ff1bc742-87a8-4b88-a0b9-c15704701b94/card-healthresearch-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--695090df-a435-4694-92e3-99e47a82a5c6/customer-hri-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--695090df-a435-4694-92e3-99e47a82a5c6/customer-hri-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-hri-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Health Research Inc.</span> <p class="cmp-customer-story-card__title">Health Research Inc. Pivots Quickly to Remote Work with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;HDI&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:51&#34;}" data-tags="[&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/hdi/" data-link-cta="yes" data-link-text="Leading German insurer deploys innovative identity and access solution for customer peace of mind" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--1a53cdd8-e72c-40f0-9460-39a0880dac51/card-hdi-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--33a590bc-a8ad-49e4-b4f7-e231f83102d7/customer-hdi-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--33a590bc-a8ad-49e4-b4f7-e231f83102d7/customer-hdi-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-hdi-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">HDI</span> <p class="cmp-customer-story-card__title">Leading German insurer deploys innovative identity and access solution for customer peace of mind</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Heal&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:34&#34;}" data-tags="[&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/healthcare&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/heal/" data-link-cta="yes" data-link-text="As Heal revolutionizes healthcare, Okta takes care of identity management" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--b538e381-d913-450f-8c15-89877b9329c1/card-heal-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--86774fa8-c8ac-44cf-95c9-679ba535e5d6/customer-heal-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--86774fa8-c8ac-44cf-95c9-679ba535e5d6/customer-heal-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-heal-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Heal</span> <p class="cmp-customer-story-card__title">As Heal revolutionizes healthcare, Okta takes care of identity management</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Hendrick Automotive Group&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:01:38&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/retail&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/hendrick-automotive-group/" data-link-cta="yes" data-link-text="Hendrick Automotive Group partners with Okta to streamline lifecycle management" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--596eee2f-d0d8-4e40-a03a-e466b2850871/card-hendrick-automotive-group-jpg.webp?preferwebp=true" alt="Image of a Car sales company"/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2ca445fa-56e4-4e51-b440-6db932f8728a/logo-hendrick-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2ca445fa-56e4-4e51-b440-6db932f8728a/logo-hendrick-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-hendrick.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Hendrick Automotive Group</span> <p class="cmp-customer-story-card__title">Hendrick Automotive Group partners with Okta to streamline lifecycle management</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;Hitachi&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:48:36&#34;}" data-tags="[&#34;okta:products/customer-identity-solution&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/identity-governance&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/hitachi/" data-link-cta="yes" data-link-text="Hitachi unifies governance and access for ~480,000 global users" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--272dd67a-0a6b-459e-9b74-f6c3ee15cc4d/card-hitachi-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a6aec846-f5f2-4726-9638-c9fa006f79b4/customer-hitachi-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a6aec846-f5f2-4726-9638-c9fa006f79b4/customer-hitachi-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-hitachi-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Hitachi</span> <p class="cmp-customer-story-card__title">Hitachi unifies governance and access for ~480,000 global users</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Holland \u0026 Barrett&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:40&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/retail&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/holland-and-barrett/" data-link-cta="yes" data-link-text="How Holland &amp; Barrett accelerated their digital transformation with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--f8c2b133-b42a-42a3-a8c2-9014ddb6d0a4/card-hollandbarrett-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--028342ba-e56b-46d8-885b-ddecc5ebe51d/customer-holland-barrett-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--028342ba-e56b-46d8-885b-ddecc5ebe51d/customer-holland-barrett-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-holland-barrett-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Holland &amp; Barrett</span> <p class="cmp-customer-story-card__title">How Holland &amp; Barrett accelerated their digital transformation with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Hewlett Packard Enterprise&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:03:48&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/api-access-management&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/hpe-hewlett-packard-enterprise/" data-link-cta="yes" data-link-text="Hewlett Packard Enterprise transforms into hybrid IT-as-a-Service provider with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d10082cf-5b73-4022-a6ac-0efb66e01651/card-hpe-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--94634e36-d326-49de-811c-54f360235937/logo-hpe-hewlett-packard-enterprise-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--94634e36-d326-49de-811c-54f360235937/logo-hpe-hewlett-packard-enterprise-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-hpe-hewlett-packard-enterprise-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Hewlett Packard Enterprise</span> <p class="cmp-customer-story-card__title">Hewlett Packard Enterprise transforms into hybrid IT-as-a-Service provider with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Infusionsoft&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:34&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/infusionsoft/" data-link-cta="yes" data-link-text="Infusionsoft goes cloud-first—with Okta and Zylo heading the charge." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--afad9753-a734-4004-9758-927281a48605/card-infusionsoft-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--fabf4b58-9a83-4eed-ba59-f4c5357bd327/customer-infusionsoft-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--fabf4b58-9a83-4eed-ba59-f4c5357bd327/customer-infusionsoft-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-infusionsoft-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Infusionsoft</span> <p class="cmp-customer-story-card__title">Infusionsoft goes cloud-first—with Okta and Zylo heading the charge.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;I6 Group &#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:40&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/i6-group/" data-link-cta="yes" data-link-text="i6 fuels expansion with secure and scalable authentication" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--e80ecf7d-3b0e-408f-8f8b-9e1710893b96/card-i6group-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--320d8a6d-dc8a-42de-bf5d-aa62633a4d2b/customer-i6-group-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--320d8a6d-dc8a-42de-bf5d-aa62633a4d2b/customer-i6-group-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-i6-group-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">I6 Group </span> <p class="cmp-customer-story-card__title">i6 fuels expansion with secure and scalable authentication</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Hubspot&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:06&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/hubspot/" data-link-cta="yes" data-link-text="HubSpot strengthens Identity security through phishing-resistant MFA" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d2408ce2-d6a5-4b22-9f23-d367c6a3efc7/card-hubspot-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--9191af3f-09cd-4a6c-b485-4276795d590b/logo-hubspot-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--9191af3f-09cd-4a6c-b485-4276795d590b/logo-hubspot-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-hubspot.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Hubspot</span> <p class="cmp-customer-story-card__title">HubSpot strengthens Identity security through phishing-resistant MFA</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Intermex&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:39&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/intermex-wire-transfer/" data-link-cta="yes" data-link-text="How Intermex supports more than 8500 agents through a single Identity platform" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--42807d8d-77d2-452b-a3e1-09f10ede7922/card-intermex-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--72179ea9-b4a5-441b-9993-e6af55a9452a/customer-intermex-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--72179ea9-b4a5-441b-9993-e6af55a9452a/customer-intermex-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-intermex-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Intermex</span> <p class="cmp-customer-story-card__title">How Intermex supports more than 8500 agents through a single Identity platform</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;ITV&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:06&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/itv/" data-link-cta="yes" data-link-text="UK TV network switches on single identity and access channel to unify and optimise global workforce" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--9a098a14-4cb1-4724-87c0-6f9c7aef236e/card-itv-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--0656c0d1-66f9-44f5-a5e6-60b5b39c3dc1/logo-itv-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--0656c0d1-66f9-44f5-a5e6-60b5b39c3dc1/logo-itv-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-itv-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">ITV</span> <p class="cmp-customer-story-card__title">UK TV network switches on single identity and access channel to unify and optimise global workforce</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;City of Los Angeles&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:11:39&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/public-sector&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/city-of-la/" data-link-cta="yes" data-link-text="The City of L.A. transforms the way it digitally connects residents with the new Angeleno Account." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--a1f83c61-4547-46f0-8865-55aa5bfb7e0d/card-ita-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f1fa4895-ad47-4412-9581-5f914945befe/logo-city-of-la-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f1fa4895-ad47-4412-9581-5f914945befe/logo-city-of-la-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-city-of-la-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">City of Los Angeles</span> <p class="cmp-customer-story-card__title">The City of L.A. transforms the way it digitally connects residents with the new Angeleno Account.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Jamf&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:06&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/device-access&#34;,&#34;okta:product-features/fast-pass&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/jamf/" data-link-cta="yes" data-link-text="Jamf empowers its workforce and streamlines customer experience with Identity" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d1ae5722-4619-40cc-b74b-01036033edf6/card-jamf-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--7f627d75-fca8-4c1e-8521-8c130ab07e2b/customer-jamf-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--7f627d75-fca8-4c1e-8521-8c130ab07e2b/customer-jamf-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-jamf-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Jamf</span> <p class="cmp-customer-story-card__title">Jamf empowers its workforce and streamlines customer experience with Identity</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Hewlett Packard Enterprise (HPE)&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:52&#34;}" data-tags="[&#34;okta:industries/technology&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/hpe-hewlett-packard-enterprise-technical-journey/" data-link-cta="yes" data-link-text="HPE transforms service delivery in the cloud with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d1ae5722-4619-40cc-b74b-01036033edf6/card-jamf-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--94634e36-d326-49de-811c-54f360235937/logo-hpe-hewlett-packard-enterprise-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--94634e36-d326-49de-811c-54f360235937/logo-hpe-hewlett-packard-enterprise-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-hpe-hewlett-packard-enterprise-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Hewlett Packard Enterprise (HPE)</span> <p class="cmp-customer-story-card__title">HPE transforms service delivery in the cloud with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;JetBlue&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:18:16&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/customer-identity-solution&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/secure-partner-access&#34;,&#34;okta:industries/transportation&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/jetblue/" data-link-cta="yes" data-link-text="JetBlue rolls out next-gen travel. Okta keeps the data safe and secure." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--1a6f301f-91e3-4202-8015-12602c4303b5/card-jetblue-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a3a3e410-8fa9-462f-ab1c-1d60f1611f38/customer-jetblue-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a3a3e410-8fa9-462f-ab1c-1d60f1611f38/customer-jetblue-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-jetblue-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">JetBlue</span> <p class="cmp-customer-story-card__title">JetBlue rolls out next-gen travel. Okta keeps the data safe and secure.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Jersey Mike\u0027s&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:06&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:industries/retail&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/jersey-mikes/" data-link-cta="yes" data-link-text="Jersey Mike&#39;s secures 15 million of their most loyal users" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--2d5d8d08-114e-4739-ba6b-cf9ec96ef59d/card-jersey-mikes-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2dfbd645-b29b-48ea-837b-8a742817a213/logo-jersey-mikes-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2dfbd645-b29b-48ea-837b-8a742817a213/logo-jersey-mikes-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-jersey-mikes-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Jersey Mike&#39;s</span> <p class="cmp-customer-story-card__title">Jersey Mike&#39;s secures 15 million of their most loyal users</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Juniper&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 17:54:43&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/nonprofit&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/juniper/" data-link-cta="yes" data-link-text="Juniper brings aged care into the modern age—and into the home. Okta drives a seamless, secure remote work strategy." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--b9b4cdf5-42a8-446b-a646-548c89c1e2ce/card-juniper-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2808a796-436f-4e4a-87e0-7a52a6d05e1d/logo-juniper-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2808a796-436f-4e4a-87e0-7a52a6d05e1d/logo-juniper-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-juniper-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Juniper</span> <p class="cmp-customer-story-card__title">Juniper brings aged care into the modern age—and into the home. Okta drives a seamless, secure remote work strategy.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Juni&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:39&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/identity-governance&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/juni/" data-link-cta="yes" data-link-text="Juni: automating its internal identity processes with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--c7e82eac-238d-489a-be3c-f86bd5adc539/card-juni-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--5fb764c1-4f01-43c7-8ed8-9c51567c30e4/customer-juni-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--5fb764c1-4f01-43c7-8ed8-9c51567c30e4/customer-juni-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-juni-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Juni</span> <p class="cmp-customer-story-card__title">Juni: automating its internal identity processes with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Just Eat Takeaway&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:22:55&#34;}" data-tags="[&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:industries/retail&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/just-eat-takeaway/" data-link-cta="yes" data-link-text="Just Eat Takeaway.com: With identity and access secured, food delivery giant focuses on going global" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--126b7924-384c-4238-bd62-e1da9908f2ff/card-justeat-takeaway-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--37746c29-6f57-4d10-918b-474d9e3ce4de/logo-just-eat-takeaway-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--37746c29-6f57-4d10-918b-474d9e3ce4de/logo-just-eat-takeaway-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-just-eat-takeaway-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Just Eat Takeaway</span> <p class="cmp-customer-story-card__title">Just Eat Takeaway.com: With identity and access secured, food delivery giant focuses on going global</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Kensho&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:18:30&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/api-access-management&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/kensho/" data-link-cta="yes" data-link-text="Kensho goes to market 9 months faster with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d2e47eab-c353-462f-93c1-1756d2f2f81e/card-kensho-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--9b87c2f1-acf9-4995-9e98-c0807dafe7a7/logo-kensho-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--9b87c2f1-acf9-4995-9e98-c0807dafe7a7/logo-kensho-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-kensho-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Kensho</span> <p class="cmp-customer-story-card__title">Kensho goes to market 9 months faster with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Kingsborough Community College&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:24:20&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/education&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/kingsborough-community-college/" data-link-cta="yes" data-link-text="For Kingsborough Community College, Okta is an essential element in a multi-layered cybersecurity strategy" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--9a2f605a-1b01-4ef0-a4a4-7b8d7e391711/card-kbcc-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--815be5b8-af2a-4985-8e3d-02d18ac9477c/logo-kingsborough-community-college-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--815be5b8-af2a-4985-8e3d-02d18ac9477c/logo-kingsborough-community-college-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-kingsborough-community-college-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Kingsborough Community College</span> <p class="cmp-customer-story-card__title">For Kingsborough Community College, Okta is an essential element in a multi-layered cybersecurity strategy</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Kiva&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:39&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/nonprofit&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/kiva/" data-link-cta="yes" data-link-text="Kiva scales its business securely while keeping its engineers focused on its core mission" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--60ffcfb4-cd0d-4680-a64e-82ea9e85041f/card-kiva-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--595838c9-a2b9-48a8-8a0b-e95792533f04/customer-kiva-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--595838c9-a2b9-48a8-8a0b-e95792533f04/customer-kiva-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-kiva-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Kiva</span> <p class="cmp-customer-story-card__title">Kiva scales its business securely while keeping its engineers focused on its core mission</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Kiwi&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:33&#34;}" data-tags="[]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/kiwi/" data-link-cta="yes" data-link-text="Global flexible travel website takes off with newly enhanced, secure and cost effective IT infrastructure" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--f91503a7-062b-457f-b01b-fe161a68ae2d/card-kiwi-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--1351c81e-8b12-4cd1-af6b-95ed8dc0436c/customer-kiwi-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--1351c81e-8b12-4cd1-af6b-95ed8dc0436c/customer-kiwi-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-kiwi-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Kiwi</span> <p class="cmp-customer-story-card__title">Global flexible travel website takes off with newly enhanced, secure and cost effective IT infrastructure</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Larimer County&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:30:57&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:industries/public-sector&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/larimer-county/" data-link-cta="yes" data-link-text="Larimer County Enhances Digital Services with Okta and Auth0" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ef74e4b8-52f9-4fe4-a908-ab46988d2662/card-larimercounty-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--41f09b7f-8301-4240-8407-56ec17baf347/customer-larimercounty-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--41f09b7f-8301-4240-8407-56ec17baf347/customer-larimercounty-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-larimercounty-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Larimer County</span> <p class="cmp-customer-story-card__title">Larimer County Enhances Digital Services with Okta and Auth0</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Launch Notes&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:38&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/launchnotes/" data-link-cta="yes" data-link-text="How LaunchNotes is getting enterprise ready with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--bc5bf243-3e8b-4bd0-a126-78966a6158f9/card-launchnotes-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--b57b63f2-e03d-4669-ae5d-59cc33378d51/customer-launchnotes-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--b57b63f2-e03d-4669-ae5d-59cc33378d51/customer-launchnotes-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-launchnotes-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Launch Notes</span> <p class="cmp-customer-story-card__title">How LaunchNotes is getting enterprise ready with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Live Nation&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:33:16&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/live-nation/" data-link-cta="yes" data-link-text="A leader in music, entertainment, and technology" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--c05e2322-7f94-4e31-abd3-2c429828e4df/card-live-nation-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--89733494-dfe3-4c41-8995-3753ac0fef9c/customer-live-nation-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--89733494-dfe3-4c41-8995-3753ac0fef9c/customer-live-nation-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-live-nation-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Live Nation</span> <p class="cmp-customer-story-card__title">A leader in music, entertainment, and technology</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Lineas&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:37&#34;}" data-tags="[&#34;okta:industries/transportation&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/lineas/" data-link-cta="yes" data-link-text="Securing rail freight from cybercrime while creating better IT experiences for employees and customers" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--2ad74d20-e685-4fe2-971e-85e1ce01e7e7/card-lineas-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f4c9af09-4971-49a7-a497-43b06980182d/customer-lineas-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f4c9af09-4971-49a7-a497-43b06980182d/customer-lineas-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-lineas-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Lineas</span> <p class="cmp-customer-story-card__title">Securing rail freight from cybercrime while creating better IT experiences for employees and customers</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;Mars&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:04:59&#34;}" data-tags="[&#34;okta:industries/manufacturing&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/passwordless&#34;,&#34;okta:product-features/fast-pass&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/adaptive-mfa&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/mars/" data-link-cta="yes" data-link-text="From chocolates to Chihuahuas: Okta helps Mars securely expand their universe of brands" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--5585f8db-a139-47d7-ac44-ac0b2f01f101/card-mars-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a95d9619-f156-4f05-abcd-06d0169c92cf/logo-mars-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a95d9619-f156-4f05-abcd-06d0169c92cf/logo-mars-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-mars-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Mars</span> <p class="cmp-customer-story-card__title">From chocolates to Chihuahuas: Okta helps Mars securely expand their universe of brands</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Medallia&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:04&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/medallia/" data-link-cta="yes" data-link-text="A delightful Day One for Medallia new hires" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--8d353115-648f-4965-b254-83bdc7fd24b6/card-medalia-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--ddf12584-4951-422d-a8a8-d70bb0ec3f20/logo-medallia-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--ddf12584-4951-422d-a8a8-d70bb0ec3f20/logo-medallia-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-medallia-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Medallia</span> <p class="cmp-customer-story-card__title">A delightful Day One for Medallia new hires</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Merz&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:36:15&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:industries/healthcare&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/merz/" data-link-cta="yes" data-link-text="Prescribing a leading-edge IAM for frictionless and secure customer care" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ea3e3bd2-c4b6-4c0a-8cfe-7c3a15a0a807/card-merz-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--7295fe22-b65e-4962-9dd0-9e00eacbcca9/customer-merz-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--7295fe22-b65e-4962-9dd0-9e00eacbcca9/customer-merz-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-merz-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Merz</span> <p class="cmp-customer-story-card__title">Prescribing a leading-edge IAM for frictionless and secure customer care</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;MGM Resorts&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:04:59&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:products/customer-identity-solution&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:product-features/api-access-management&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/mgm-resorts-international/" data-link-cta="yes" data-link-text="Personalization &amp; Identity: Building Blocks for the Ultimate Guest Experience at MGM Resorts" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--1c51a451-964b-41a4-8b37-b422f992cf3a/card-mgm-resorts-international-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--415c72bd-4cc6-467c-852f-bf2d7cf94c67/customer-mgm-resorts-international-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--415c72bd-4cc6-467c-852f-bf2d7cf94c67/customer-mgm-resorts-international-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-mgm-resorts-international-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">MGM Resorts</span> <p class="cmp-customer-story-card__title">Personalization &amp; Identity: Building Blocks for the Ultimate Guest Experience at MGM Resorts</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Mirador&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:37:07&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/mirador/" data-link-cta="yes" data-link-text="Mirador connects the best financial reporting technology to the wealthiest of clients, with Okta as the identity foundation" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--25f4effd-b7bd-4913-a17e-625de6a0da56/card-mirador-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--1d3dc6e8-cb14-4299-9b54-119d161c7cee/customer-mirador-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--1d3dc6e8-cb14-4299-9b54-119d161c7cee/customer-mirador-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-mirador-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Mirador</span> <p class="cmp-customer-story-card__title">Mirador connects the best financial reporting technology to the wealthiest of clients, with Okta as the identity foundation</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Moneyfarm&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:37:23&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/moneyfarm/" data-link-cta="yes" data-link-text="Moneyfarm modernizes application and increases developer agility" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--9c497b8b-7e99-4c30-85f7-db19a422f947/card-moneyfarm-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f77c163b-74b4-4a1a-9576-3a310f8df288/customer-moneyfarm-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f77c163b-74b4-4a1a-9576-3a310f8df288/customer-moneyfarm-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-moneyfarm-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Moneyfarm</span> <p class="cmp-customer-story-card__title">Moneyfarm modernizes application and increases developer agility</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Moniflo&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:58&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:products/customer-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/moniflo/" data-link-cta="yes" data-link-text="Moniflo locks down security and compliance with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--039537f6-8366-4196-ba0b-b543a3816230/card-moniflo-png.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--54b4dbe2-3a29-4955-9073-5832a36c89d9/customer-moniflo-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--54b4dbe2-3a29-4955-9073-5832a36c89d9/customer-moniflo-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-moniflo-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Moniflo</span> <p class="cmp-customer-story-card__title">Moniflo locks down security and compliance with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Motorists Insurance Group&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:00:18&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/motorists-insurance-group/" data-link-cta="yes" data-link-text="Okta Secures Motorists Insurance’s Hybrid Environment" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--59f1e3f1-9dc8-4439-9981-2160a0845dcf/card-motoristsinsurance-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--6a9a1f5f-d579-40e5-b3c9-6a40c2343501/customer-motoristsinsurance-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--6a9a1f5f-d579-40e5-b3c9-6a40c2343501/customer-motoristsinsurance-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-motoristsinsurance-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Motorists Insurance Group</span> <p class="cmp-customer-story-card__title">Okta Secures Motorists Insurance’s Hybrid Environment</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Nasdaq&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:19:11&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/financial-services&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/nasdaq/" data-link-cta="yes" data-link-text="Nasdaq leads Fintech to the Cloud. IT secures and simplifies application access with Okta." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--a7e52c89-1df8-4397-b025-40b9abf970bd/card-nasdaq-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--584d9b24-1e38-433f-8535-94affb0e528c/logo-nasdaq-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--584d9b24-1e38-433f-8535-94affb0e528c/logo-nasdaq-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-nasdaq-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Nasdaq</span> <p class="cmp-customer-story-card__title">Nasdaq leads Fintech to the Cloud. IT secures and simplifies application access with Okta.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;NAF&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:57&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:industries/services&#34;,&#34;okta:product-features/passwordless&#34;,&#34;okta:product-features/api-access-management&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/naf/" data-link-cta="yes" data-link-text="NAF profits from increased demand with seamless, centralized authentication" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--42fa9c1c-dcb7-4777-81fc-39a70b8c86d6/card-naf-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--c2b9ca7e-165d-4e9f-9229-4136ace83fb0/customer-naf-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--c2b9ca7e-165d-4e9f-9229-4136ace83fb0/customer-naf-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-naf-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">NAF</span> <p class="cmp-customer-story-card__title">NAF profits from increased demand with seamless, centralized authentication</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;News Corp&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:19:21&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/news-corp/" data-link-cta="yes" data-link-text="Enabling global collaboration and rapid growth" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--2562fdd8-268f-4e62-b79e-4e3ec6eae7b0/card-news-corp-jpg.webp?preferwebp=true" alt="Image showing the inside of a corporate building showing people around."/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--ac58d2e2-c391-4135-be49-5ece6e9ade01/customer-news-corp-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--ac58d2e2-c391-4135-be49-5ece6e9ade01/customer-news-corp-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-news-corp-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">News Corp</span> <p class="cmp-customer-story-card__title">Enabling global collaboration and rapid growth</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Navan&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 17:56:54&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta-events:industry/technology&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/universal-directory&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/navan/" data-link-cta="yes" data-link-text="With Okta handling workforce and customer identity, Navan can focus on innovation" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--46777fd6-2f7c-4e33-80ff-312e2e722d73/card-navan-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--21728018-41cf-44d5-9ea8-865b908b2c00/logo-navan-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--21728018-41cf-44d5-9ea8-865b908b2c00/logo-navan-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-navan-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Navan</span> <p class="cmp-customer-story-card__title">With Okta handling workforce and customer identity, Navan can focus on innovation</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Nexans&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:39:44&#34;}" data-tags="[&#34;okta:industries/manufacturing&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/nexans/" data-link-cta="yes" data-link-text="Permanent secure access: in the office and outside the intranet" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--5c339024-88ba-4642-ac04-55bdaff3c294/card-nexans-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--776ed074-bd9f-4917-979a-3507658fe129/customer-nexans-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--776ed074-bd9f-4917-979a-3507658fe129/customer-nexans-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-nexans-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Nexans</span> <p class="cmp-customer-story-card__title">Permanent secure access: in the office and outside the intranet</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Nicholas and Company&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:40:04&#34;}" data-tags="[&#34;okta:industries/services&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/nicholas-and-company/" data-link-cta="yes" data-link-text="Nicholas and Company secures its business and prepares for a digital future. The Okta Identity Cloud provides a solid foundation." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--7e8c12e8-af22-4590-a666-063785233344/card-nicholas-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--918bb92f-fdb4-494a-8ad8-122e9d07cb8d/customer-nicholas-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--918bb92f-fdb4-494a-8ad8-122e9d07cb8d/customer-nicholas-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-nicholas-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Nicholas and Company</span> <p class="cmp-customer-story-card__title">Nicholas and Company secures its business and prepares for a digital future. The Okta Identity Cloud provides a solid foundation.</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Nintex&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:40:34&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/nintex/" data-link-cta="yes" data-link-text="How Nintex solves Identity for its global community" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--637f8298-0393-4d96-9c7d-41f35c699d7b/card-nintex-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--6f04f510-b9b6-4e68-a64d-682c75c055fb/customer-nintex-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--6f04f510-b9b6-4e68-a64d-682c75c055fb/customer-nintex-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-nintex-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Nintex</span> <p class="cmp-customer-story-card__title">How Nintex solves Identity for its global community</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Nov inc&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:07&#34;}" data-tags="[&#34;okta:industries/manufacturing&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/authentication&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/nov-inc/" data-link-cta="yes" data-link-text="NOV meets evolving industry challenges with Zero Trust, automation, and improved collaboration" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--3f2c21d0-df9b-4dfb-85e8-8510528f2694/card-nov-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--1bd7fbde-212c-43f1-8ced-c6d236712e60/logo-nov-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--1bd7fbde-212c-43f1-8ced-c6d236712e60/logo-nov-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-nov.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Nov inc</span> <p class="cmp-customer-story-card__title">NOV meets evolving industry challenges with Zero Trust, automation, and improved collaboration</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Norwegian Refugee Council&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:00&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/nonprofit&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/nrc-norwegian-refugee-council/" data-link-cta="yes" data-link-text="Norwegian Refugee Council Safely Expands Its Reach With Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--5d3fdbe9-5ad6-47a5-a80d-bc2346485606/card-nrc-norwegian-refugee-council-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--d6ddf369-7cbe-4418-b293-2737f9b12ce2/logo-nrc-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--d6ddf369-7cbe-4418-b293-2737f9b12ce2/logo-nrc-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-nrc-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Norwegian Refugee Council</span> <p class="cmp-customer-story-card__title">Norwegian Refugee Council Safely Expands Its Reach With Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;OFX&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:53:47&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/identity-governance&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/ofx/" data-link-cta="yes" data-link-text="OFX boosts efficiency, bolsters security, and fulfills Identity needs with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--50fcd19f-6cbf-41e0-ac46-908b6c18109e/card-ofx-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--b546e8d8-0e8b-4d8d-b2e3-493491b19e7b/customer-ofx-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--b546e8d8-0e8b-4d8d-b2e3-493491b19e7b/customer-ofx-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-ofx-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">OFX</span> <p class="cmp-customer-story-card__title">OFX boosts efficiency, bolsters security, and fulfills Identity needs with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Oxfam&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:19:38&#34;}" data-tags="[&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/nonprofit&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/oxfam/" data-link-cta="yes" data-link-text="Oxfam: Using Okta to Keep Apps (and People) Connected" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--fe18bbac-a053-40f8-a438-7beff945f9fd/card-oxfam-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--61b2e877-a4b1-4d51-890f-2cea80bcdf31/logo-oxfam-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--61b2e877-a4b1-4d51-890f-2cea80bcdf31/logo-oxfam-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-oxfam-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Oxfam</span> <p class="cmp-customer-story-card__title">Oxfam: Using Okta to Keep Apps (and People) Connected</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Oakland County&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:07&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/public-sector&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/oakland-county/" data-link-cta="yes" data-link-text="Oakland County Improves Service and Decreases Costs with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--011c2da8-3833-4bcf-8793-65a69141428a/card-oakland-county-michigan-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--3a3baf10-7058-4210-bd96-5096812546b7/logo-oakland-county-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--3a3baf10-7058-4210-bd96-5096812546b7/logo-oakland-county-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-oakland-county-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Oakland County</span> <p class="cmp-customer-story-card__title">Oakland County Improves Service and Decreases Costs with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Pleo&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:35&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/fintech-unicorn-pleo-is-scaling-up-with-okta-and-datajar/" data-link-cta="yes" data-link-text="Fintech unicorn Pleo is scaling up with Okta and dataJAR" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--2e2f531f-e96c-4d45-9e43-9fddd1701029/card-pleo-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--107495b7-067e-4620-bca0-e4b053505667/customer-pleo-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--107495b7-067e-4620-bca0-e4b053505667/customer-pleo-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-pleo-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Pleo</span> <p class="cmp-customer-story-card__title">Fintech unicorn Pleo is scaling up with Okta and dataJAR</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Pitney Bowes&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:19:53&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/pitney-bowes/" data-link-cta="yes" data-link-text="Identity is at the forefront of the Pitney Bowes Commerce Cloud strategy" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--c9ed8e77-ffde-4302-a337-fa70929aeaf1/card-pitneybowes-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--9c2b1738-fc66-41bf-a4dd-f323110cc5ae/customer-pitneybowes-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--9c2b1738-fc66-41bf-a4dd-f323110cc5ae/customer-pitneybowes-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-pitneybowes-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Pitney Bowes</span> <p class="cmp-customer-story-card__title">Identity is at the forefront of the Pitney Bowes Commerce Cloud strategy</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Pret a Manger&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:54:51&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/pret-a-manger/" data-link-cta="yes" data-link-text="Pret A Manger: Integrated access and identity solution delivers for global sandwich chain" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--6dcb94b3-a9c6-4496-a556-c9510b1a0f0d/card-pretamanger-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--fca11763-1f2c-4f6a-9eb5-2dc44eeb9371/customer-pretamanger-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--fca11763-1f2c-4f6a-9eb5-2dc44eeb9371/customer-pretamanger-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-pretamanger-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Pret a Manger</span> <p class="cmp-customer-story-card__title">Pret A Manger: Integrated access and identity solution delivers for global sandwich chain</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Plan International&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:44:33&#34;}" data-tags="[&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:industries/nonprofit&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/plan-international/" data-link-cta="yes" data-link-text="Global children&#39;s rights organisation secures sensitive data and cuts overheads" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d6491bf7-3bd7-41ed-8ad6-b18cc8d08afd/card-plan-international-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a28a0d2b-e853-4736-80d1-b932ead44ee0/logo-plan-international-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a28a0d2b-e853-4736-80d1-b932ead44ee0/logo-plan-international-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-plan-international-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Plan International</span> <p class="cmp-customer-story-card__title">Global children&#39;s rights organisation secures sensitive data and cuts overheads</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;RBFA&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:46:01&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/nonprofit&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/rbfa/" data-link-cta="yes" data-link-text="The Royal Belgian Football Association: Making football more interactive, engaging, and fun with a personalised experience for each fan" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--9b9abfc2-343c-44a9-9eea-e96368802e48/card-rbfa-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--abb162b4-f1ad-4c2c-b17f-7214218e6bae/customer-rbfa-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--abb162b4-f1ad-4c2c-b17f-7214218e6bae/customer-rbfa-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-rbfa-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">RBFA</span> <p class="cmp-customer-story-card__title">The Royal Belgian Football Association: Making football more interactive, engaging, and fun with a personalised experience for each fan</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Priceline&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:55:03&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/services&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/priceline/" data-link-cta="yes" data-link-text="Priceline uses Okta to simplify, secure, and manage access for a global workforce" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--0269159b-49c6-4d73-b1f2-e9d235370b3d/card-priceline-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2630e280-ba33-49e7-9fc6-e9222488992a/logo-priceline-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2630e280-ba33-49e7-9fc6-e9222488992a/logo-priceline-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-priceline-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Priceline</span> <p class="cmp-customer-story-card__title">Priceline uses Okta to simplify, secure, and manage access for a global workforce</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Purolator&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:55:22&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/services&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/purolator/" data-link-cta="yes" data-link-text="Purolator builds a customer portal. Okta makes it work" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--1ef1a65a-9d64-4a1e-b8f0-9108e38e4fde/card-purolator-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--cbf84e75-407c-4a02-ba53-edcdbaf40f06/logo-purolator-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--cbf84e75-407c-4a02-ba53-edcdbaf40f06/logo-purolator-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-purolator-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Purolator</span> <p class="cmp-customer-story-card__title">Purolator builds a customer portal. Okta makes it work</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Reform&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:55:40&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/nonprofit&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/reform/" data-link-cta="yes" data-link-text="Reform reinforces its security technology with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ffa6669b-2bb6-433e-b2ca-6c694219eb50/card-reform-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--25124459-ebf7-4bf6-8dcc-054969d68953/customer-reform-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--25124459-ebf7-4bf6-8dcc-054969d68953/customer-reform-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-reform-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Reform</span> <p class="cmp-customer-story-card__title">Reform reinforces its security technology with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;ROLLER&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:46:49&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/roller/" data-link-cta="yes" data-link-text="ROLLER tackles international expansion by offloading Identity" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--851b43e1-d7b2-4150-b4cb-768a62281c62/card-roller-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--bc8188da-12ce-41d3-aa5c-65bc392cc0a1/customer-roller-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--bc8188da-12ce-41d3-aa5c-65bc392cc0a1/customer-roller-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-roller-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">ROLLER</span> <p class="cmp-customer-story-card__title">ROLLER tackles international expansion by offloading Identity</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;Root Insurance&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:57&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/identity-governance&#34;,&#34;okta:industries/financial-services&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/root-insurance/" data-link-cta="yes" data-link-text="Root Insurance: Revolutionizing insurance by empowering its workforce" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--5903a457-5bc0-4164-9e7f-67dfd58dce5e/card-root-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--978ccbc4-9332-4c14-9489-c9b6d33192c7/customer-root-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--978ccbc4-9332-4c14-9489-c9b6d33192c7/customer-root-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-root-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Root Insurance</span> <p class="cmp-customer-story-card__title">Root Insurance: Revolutionizing insurance by empowering its workforce</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;SGN&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:48:55&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/energy&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/sgn/" data-link-cta="yes" data-link-text="SGN: Transforming IT with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d5372826-8a99-40d8-834d-d4265ef98235/card-sgn-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--da3817e0-a8e8-4a46-b5bd-cc723f35127d/customer-sgn-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--da3817e0-a8e8-4a46-b5bd-cc723f35127d/customer-sgn-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-sgn-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">SGN</span> <p class="cmp-customer-story-card__title">SGN: Transforming IT with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Sonos&#34;,&#34;creationDate&#34;:&#34;15 Jan 2025 14:56:15&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/sonos-automates-it-and-security-tasks-at-scale-with-okta-workflows/" data-link-cta="yes" data-link-text="Sonos automates IT and security tasks at scale with Okta Workflows" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--b4268467-1359-4e87-b38a-1d0bb930f669/card-sonos-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--7fb6ecb1-d904-4f5a-83c6-126b965c763c/customer-sonos-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--7fb6ecb1-d904-4f5a-83c6-126b965c763c/customer-sonos-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-sonos-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Sonos</span> <p class="cmp-customer-story-card__title">Sonos automates IT and security tasks at scale with Okta Workflows</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Singlife&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:57&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;okta:products/customer-identity-solution&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/singlife-with-aviva/" data-link-cta="yes" data-link-text="Singlife with Aviva: Delivering a seamless, simplified login experience for all customers" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--f46a6c3a-c072-4f7f-9de7-083de0b11003/card-singlife-png.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--d2ef83a2-5d77-4fc5-aaee-e9ae74822507/logo-singlife-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--d2ef83a2-5d77-4fc5-aaee-e9ae74822507/logo-singlife-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-singlife-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Singlife</span> <p class="cmp-customer-story-card__title">Singlife with Aviva: Delivering a seamless, simplified login experience for all customers</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Slack&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:58:08&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/slack/" data-link-cta="yes" data-link-text="Lessons from the world’s productivity hub: Here’s how Slack saves time with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--854a9299-a082-4368-9be3-8ecdf1ee19a1/card-slack-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a6d8bc75-baf3-490b-ae7d-81f2d95395d2/logo-slack-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a6d8bc75-baf3-490b-ae7d-81f2d95395d2/logo-slack-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-slack.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Slack</span> <p class="cmp-customer-story-card__title">Lessons from the world’s productivity hub: Here’s how Slack saves time with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;Sign In Solutions&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:58&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/sign-in-solutions/" data-link-cta="yes" data-link-text="Sign In Solutions uses Identity Threat Protection with Okta AI for faster incident response times" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--fd6e53ca-1c2f-46b4-b7cb-30212843f789/card-signin-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2bca6793-461f-482f-b805-8c70deba2c69/customer-sign-in-solutions-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2bca6793-461f-482f-b805-8c70deba2c69/customer-sign-in-solutions-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-sign-in-solutions-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Sign In Solutions</span> <p class="cmp-customer-story-card__title">Sign In Solutions uses Identity Threat Protection with Okta AI for faster incident response times</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Stork&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:56:15&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/stork/" data-link-cta="yes" data-link-text="Global petrochemical and energy asset manager Stork chooses Okta to secure its operations" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--4feb7f04-5381-42a5-af82-f328a23331d0/card-stork-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f3def996-fd70-41f2-8206-5e5c1cdb486f/customer-stork-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f3def996-fd70-41f2-8206-5e5c1cdb486f/customer-stork-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-stork-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Stork</span> <p class="cmp-customer-story-card__title">Global petrochemical and energy asset manager Stork chooses Okta to secure its operations</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;The State of Illinois&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:08&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:product-features/advanced-server-access&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/public-sector&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/the-state-of-illinois/" data-link-cta="yes" data-link-text="The State of Illinois modernizes IT, delivering secure employee and resident digital experiences" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--4a9a83ed-ac2b-4011-acde-3b7f0856947a/card-state-of-illinois-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--1d875e25-2e46-4954-8437-f6f172bcb0ec/logo-the-state-of-illinois-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--1d875e25-2e46-4954-8437-f6f172bcb0ec/logo-the-state-of-illinois-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-the-state-of-illinois-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">The State of Illinois</span> <p class="cmp-customer-story-card__title">The State of Illinois modernizes IT, delivering secure employee and resident digital experiences</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Springer Nature&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:59:47&#34;}" data-tags="[&#34;okta:industries/media-and-entertainment&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/springer-nature/" data-link-cta="yes" data-link-text="Springer Nature: The global team advancing scientific discovery, with secure access powered by Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--247369c2-19fc-484f-b770-a5c2672a1afc/card-springernature-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--84aece89-541b-4581-b1d5-2dd7eb2fd6e0/customer-springernature-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--84aece89-541b-4581-b1d5-2dd7eb2fd6e0/customer-springernature-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-springernature-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Springer Nature</span> <p class="cmp-customer-story-card__title">Springer Nature: The global team advancing scientific discovery, with secure access powered by Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;Species 360&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 17:58:13&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:industries/nonprofit&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/species-360/" data-link-cta="yes" data-link-text="Protecting Species360’s global conservation data with Okta Customer Identity Cloud" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--6aa5e03d-1815-4d3d-87e7-3a75f010ba40/card-species-360-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--9a63fd42-6be8-44e9-a509-98bcebc8f370/logo-species-360-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--9a63fd42-6be8-44e9-a509-98bcebc8f370/logo-species-360-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-species-360-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Species 360</span> <p class="cmp-customer-story-card__title">Protecting Species360’s global conservation data with Okta Customer Identity Cloud</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Centre Hospitalier Saint Quentin&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:09&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/healthcare&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/centre-hospitalier-de-saint-quentin/" data-link-cta="yes" data-link-text="Centre Hospitalier Saint Quentin: How Okta is helping a medical centre to keep its workers safe by securing remote working" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--dd0a162f-467c-4a16-b7c2-9e4fd6d83fd4/card-stquentinhospital-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2be85b0a-bc09-4986-9df3-bdda9d2cf39d/customer-stquentinhospital-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2be85b0a-bc09-4986-9df3-bdda9d2cf39d/customer-stquentinhospital-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-stquentinhospital-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Centre Hospitalier Saint Quentin</span> <p class="cmp-customer-story-card__title">Centre Hospitalier Saint Quentin: How Okta is helping a medical centre to keep its workers safe by securing remote working</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Takeda&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:54&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/healthcare&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/takeda-pharmaceuticals-zero-trust/" data-link-cta="yes" data-link-text="Takeda puts identity at the forefront of its Zero Trust strategy" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ffe80cb8-66cc-4dec-ab7a-74faa23a63bb/card-takeda-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--11ec1f24-3697-4248-8b52-b60795e56b9e/customer-takeda-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--11ec1f24-3697-4248-8b52-b60795e56b9e/customer-takeda-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-takeda-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Takeda</span> <p class="cmp-customer-story-card__title">Takeda puts identity at the forefront of its Zero Trust strategy</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Takeda&#34;,&#34;creationDate&#34;:&#34;15 Jan 2025 15:21:19&#34;}" data-tags="[&#34;okta:customer-first&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:industries/healthcare&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/takeda-pharmaceuticals-it-productivity/" data-link-cta="yes" data-link-text="Takeda accelerates service delivery with Workflows and API Access Management" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ffe80cb8-66cc-4dec-ab7a-74faa23a63bb/card-takeda-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--11ec1f24-3697-4248-8b52-b60795e56b9e/customer-takeda-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--11ec1f24-3697-4248-8b52-b60795e56b9e/customer-takeda-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-takeda-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Takeda</span> <p class="cmp-customer-story-card__title">Takeda accelerates service delivery with Workflows and API Access Management</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Takeda&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:06:22&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:industries/healthcare&#34;,&#34;okta:product-features/access-gateway&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:product-features/advanced-server-access&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/takeda/" data-link-cta="yes" data-link-text="Takeda provides millions of trusted digital experiences through Okta-powered TakedaID" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ffe80cb8-66cc-4dec-ab7a-74faa23a63bb/card-takeda-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--11ec1f24-3697-4248-8b52-b60795e56b9e/customer-takeda-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--11ec1f24-3697-4248-8b52-b60795e56b9e/customer-takeda-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-takeda-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Takeda</span> <p class="cmp-customer-story-card__title">Takeda provides millions of trusted digital experiences through Okta-powered TakedaID</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Suse&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:56:33&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/suse/" data-link-cta="yes" data-link-text="SUSE: Simplifying, modernizing, and accelerating digital transformation with the Okta Identity Cloud" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--2ce1f35d-5641-4cca-b85a-16cb2b40076c/card-suse-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--77a9d936-46c6-4759-b09e-94f951cbae1b/customer-suse-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--77a9d936-46c6-4759-b09e-94f951cbae1b/customer-suse-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-suse-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Suse</span> <p class="cmp-customer-story-card__title">SUSE: Simplifying, modernizing, and accelerating digital transformation with the Okta Identity Cloud</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;Submittable&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:58&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/submittable/" data-link-cta="yes" data-link-text="Submittable improves authentication flows and user satisfaction with Forms" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--13c3dd55-54cf-4f71-a292-1f40727f47a6/card-submittable-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--0b0d4971-ecfd-495f-baab-39a098b444be/customer-submittable-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--0b0d4971-ecfd-495f-baab-39a098b444be/customer-submittable-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-submittable-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Submittable</span> <p class="cmp-customer-story-card__title">Submittable improves authentication flows and user satisfaction with Forms</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Technical College System of Georgia&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:08&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/education&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/technical-college-system-of-georgia-tcsg/" data-link-cta="yes" data-link-text="The Technical College System of Georgia: Increasing educational opportunities by unifying identity management for 150,000 students" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--3cf19c00-7d47-41d6-acb4-bf108f776941/card-tcsg-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2b969d0a-b5f3-44d9-a2f7-bd6282028146/logo-tcsg-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2b969d0a-b5f3-44d9-a2f7-bd6282028146/logo-tcsg-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-tcsg-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Technical College System of Georgia</span> <p class="cmp-customer-story-card__title">The Technical College System of Georgia: Increasing educational opportunities by unifying identity management for 150,000 students</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Teach for America&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:07:23&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:industries/nonprofit&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:product-features/universal-directory&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/authentication&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/teach-for-america/" data-link-cta="yes" data-link-text="Teach For America fosters a more productive, collaborative environment with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--752f1802-f339-43e6-bda6-fe9a65e35610/card-teach-for-america-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--cea6e0be-4aa8-4d80-8302-88189a71a5b7/customer-teach-for-america-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--cea6e0be-4aa8-4d80-8302-88189a71a5b7/customer-teach-for-america-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-teach-for-america-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Teach for America</span> <p class="cmp-customer-story-card__title">Teach For America fosters a more productive, collaborative environment with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;The Gym Group&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:07:44&#34;}" data-tags="[&#34;okta:industries/services&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/the-gym-group/" data-link-cta="yes" data-link-text="The Gym Group: strengthens its security to optimize its operations and satisfy all of its stakeholders" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ac68f4f6-1949-4b6e-89db-f5890bc3c201/card-tgg-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--c9179b05-675e-425b-92ed-6fcf4f2c0daf/customer-tgg-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--c9179b05-675e-425b-92ed-6fcf4f2c0daf/customer-tgg-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-tgg-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">The Gym Group</span> <p class="cmp-customer-story-card__title">The Gym Group: strengthens its security to optimize its operations and satisfy all of its stakeholders</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Tibber&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:57&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/services&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/tibber/" data-link-cta="yes" data-link-text="Tibber: Empowering a rapidly expanding workforce to help customers lower their energy bills" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--32275dbc-12bb-484e-bf07-cea30fffcbeb/card-tibber-png.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--7704336e-aba7-404e-b6b7-46c62e058523/customer-tibber-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--7704336e-aba7-404e-b6b7-46c62e058523/customer-tibber-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-tibber-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Tibber</span> <p class="cmp-customer-story-card__title">Tibber: Empowering a rapidly expanding workforce to help customers lower their energy bills</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Thoughtworks&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:08:00&#34;}" data-tags="[&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/advanced-server-access&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/single-sign-on&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/thoughtworks/" data-link-cta="yes" data-link-text="Removing AD: Thoughtworks confident in better security, increased productivity with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--8b2edce3-2e9f-4df8-ae5d-e000ed7a6900/card-thoughtworks-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--6a9d5edb-2055-4e85-9466-0a4cca53bba3/logo-thoughtworks-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--6a9d5edb-2055-4e85-9466-0a4cca53bba3/logo-thoughtworks-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-thoughtworks-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Thoughtworks</span> <p class="cmp-customer-story-card__title">Removing AD: Thoughtworks confident in better security, increased productivity with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Telenet Group&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:32&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/advanced-server-access&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/telenet-group/" data-link-cta="yes" data-link-text="Telenet Group: Making secure access simple for 14,000 internal and external workers with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--fe215c29-2bea-407d-856b-3b8dcc16223e/card-telenet-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--169ccfcd-51d2-4ebb-bbd2-de9a02688487/customer-telenet-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--169ccfcd-51d2-4ebb-bbd2-de9a02688487/customer-telenet-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-telenet-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Telenet Group</span> <p class="cmp-customer-story-card__title">Telenet Group: Making secure access simple for 14,000 internal and external workers with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;TX Group&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:57:28&#34;}" data-tags="[&#34;okta:industries/media-and-entertainment&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/tx-group/" data-link-cta="yes" data-link-text="TX Group: Automating identity and access management with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--dffcfdca-ff85-4742-ae8b-b01264455ec1/card-txgroup-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--51108f57-8667-42c2-a7fc-1b0171ed8fc3/customer-txgroup-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--51108f57-8667-42c2-a7fc-1b0171ed8fc3/customer-txgroup-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-txgroup-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">TX Group</span> <p class="cmp-customer-story-card__title">TX Group: Automating identity and access management with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;University of Notre Dame&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:07&#34;}" data-tags="[&#34;okta:product-features/user-management&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:product-features/advanced-server-access&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/education&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/authentication&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/university-of-notre-dame/" data-link-cta="yes" data-link-text="Helping University of Notre Dame’s students and IT team work smarter" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--01b22c19-37b6-4aed-8394-5e7dd947d878/card-university-of-notre-dame-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--3e4cc702-f239-46aa-857b-7b5d00ac2987/logo-university-of-notre-dame-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--3e4cc702-f239-46aa-857b-7b5d00ac2987/logo-university-of-notre-dame-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-university-of-notre-dame-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">University of Notre Dame</span> <p class="cmp-customer-story-card__title">Helping University of Notre Dame’s students and IT team work smarter</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;TP ICAP&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:20:54&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/tp-icap/" data-link-cta="yes" data-link-text="Global brokerage creates a seamless customer experience with single identity management solution" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--0658d057-6bca-47ac-9f43-d259371ab829/card-tpicap-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--bdad1633-3f26-4fa0-b2a4-88f3bdf7c2da/customer-tpicap-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--bdad1633-3f26-4fa0-b2a4-88f3bdf7c2da/customer-tpicap-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-tpicap-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">TP ICAP</span> <p class="cmp-customer-story-card__title">Global brokerage creates a seamless customer experience with single identity management solution</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Transavia&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:08:42&#34;}" data-tags="[&#34;okta:industries/transportation&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/transavia/" data-link-cta="yes" data-link-text="In the clouds or on the ground, Okta delivers simple and secure access for Transavia&#39;s workforce" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--00545e7d-ce45-4c99-b1fa-1e0451eb9b38/card-transavia-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--a9e7b068-a183-4545-8849-2ae409c1d616/customer-transavia-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--a9e7b068-a183-4545-8849-2ae409c1d616/customer-transavia-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-transavia-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Transavia</span> <p class="cmp-customer-story-card__title">In the clouds or on the ground, Okta delivers simple and secure access for Transavia&#39;s workforce</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Unify Group&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:57:42&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/unify-group/" data-link-cta="yes" data-link-text="French media and marketing agency unifies digital access to optimise global workforce" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--29d516f1-0b62-4424-9adf-52c8c6c12bd3/card-unify-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--ceaef3a8-8c22-4159-a474-2c0394073352/customer-unify-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--ceaef3a8-8c22-4159-a474-2c0394073352/customer-unify-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-unify-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Unify Group</span> <p class="cmp-customer-story-card__title">French media and marketing agency unifies digital access to optimise global workforce</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;USA Today Network&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:09:32&#34;}" data-tags="[&#34;okta:industries/media-and-entertainment&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/usa-today-network/" data-link-cta="yes" data-link-text="Helping USA TODAY Network maintain security and trust" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--0513c45f-2eb8-4e49-acdd-d53c2a84d205/card-usatoday-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--09e9fc1e-320f-451b-8db6-61a2f1a4863e/customer-usatoday-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--09e9fc1e-320f-451b-8db6-61a2f1a4863e/customer-usatoday-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-usatoday-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">USA Today Network</span> <p class="cmp-customer-story-card__title">Helping USA TODAY Network maintain security and trust</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Verisk&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:09:59&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/verisk/" data-link-cta="yes" data-link-text="Verisk Analytics builds a consistent, unified customer experience with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--d4e90a8e-9f70-4a41-8f20-8f553ed742a4/card-veriskanalytics-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--2265867d-9cb3-4d54-8993-648f452162bf/customer-veriskanalytics-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--2265867d-9cb3-4d54-8993-648f452162bf/customer-veriskanalytics-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-veriskanalytics-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Verisk</span> <p class="cmp-customer-story-card__title">Verisk Analytics builds a consistent, unified customer experience with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Vektis&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:09:49&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/healthcare&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/vektis/" data-link-cta="yes" data-link-text="Vektis, Fastbyte, and Okta: Partnering to secure healthcare data for Dutch citizens" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--7d58d1f2-b8e5-4b53-84e7-a4ae15ed4628/card-vektis-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--59cc8ed8-c997-4f85-bd59-d70dd2050802/customer-vektis-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--59cc8ed8-c997-4f85-bd59-d70dd2050802/customer-vektis-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-vektis-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Vektis</span> <p class="cmp-customer-story-card__title">Vektis, Fastbyte, and Okta: Partnering to secure healthcare data for Dutch citizens</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Varo&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:09:43&#34;}" data-tags="[&#34;okta:industries/financial-services&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/identity-governance&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/varo/" data-link-cta="yes" data-link-text="Varo balances rapid growth and heightened security using Workforce Identity" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--e9b0d422-0b6a-48c0-9b26-1b6fe5eb2bdb/card-varo-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--51a84785-ce95-4158-b5a3-c019c70b0877/logo-varo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--51a84785-ce95-4158-b5a3-c019c70b0877/logo-varo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-varo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Varo</span> <p class="cmp-customer-story-card__title">Varo balances rapid growth and heightened security using Workforce Identity</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;WeTransfer&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:10:39&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/wetransfer/" data-link-cta="yes" data-link-text="How WeTransfer unifies Identity for its global community of more than 80 million people" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--a440f894-f245-4569-8ef8-d3bcc50e7194/card-wetransfer-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--7049cc9d-4a33-4df1-9a7b-6ccd05be677d/customer-wetransfer-logo-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--7049cc9d-4a33-4df1-9a7b-6ccd05be677d/customer-wetransfer-logo-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-wetransfer-logo-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">WeTransfer</span> <p class="cmp-customer-story-card__title">How WeTransfer unifies Identity for its global community of more than 80 million people</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Vinted&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:10:17&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/vinted/" data-link-cta="yes" data-link-text="Vinted: Quickly setting up new employees for success with an Okta-powered infrastructure" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--adbe6c00-1004-42ef-9c5b-b7bdb8dd1d33/card-vinted-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--6524b1cc-5163-4fbf-8290-254b9edd453f/logo-vinted-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--6524b1cc-5163-4fbf-8290-254b9edd453f/logo-vinted-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-vinted-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Vinted</span> <p class="cmp-customer-story-card__title">Vinted: Quickly setting up new employees for success with an Okta-powered infrastructure</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Workiva&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:10:53&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/workiva/" data-link-cta="yes" data-link-text="Workiva takes a modern approach to security and compliance with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--4d7d8a8f-aef4-4258-9d0f-e6eacfa4147f/card-workiva-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--ab61dc63-3b49-4911-bea8-ffb2b5969487/customer-workiva-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--ab61dc63-3b49-4911-bea8-ffb2b5969487/customer-workiva-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-workiva-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Workiva</span> <p class="cmp-customer-story-card__title">Workiva takes a modern approach to security and compliance with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Vivint Solar&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:58:12&#34;}" data-tags="[&#34;okta:industries/manufacturing&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/authentication&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/vivint-solar/" data-link-cta="yes" data-link-text="Vivint Solar blazes an IT trail for Customers, Partners and Employees in the cloud" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--0aad3076-db7c-46a0-a9b3-06e7662423c5/card-vivint-solar-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--aea37442-80bd-4111-9c5c-fac5c9723333/logo-vivint-solar-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--aea37442-80bd-4111-9c5c-fac5c9723333/logo-vivint-solar-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-vivint-solar-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Vivint Solar</span> <p class="cmp-customer-story-card__title">Vivint Solar blazes an IT trail for Customers, Partners and Employees in the cloud</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;Virgin Media O2&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:04:59&#34;}" data-tags="[&#34;okta:product-features/fast-pass&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/identity-governance&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/virgin-media-o2/" data-link-cta="yes" data-link-text="Virgin Media O2 consolidates 32 Identity management providers into one with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--b66bdb90-7dc8-47a5-a7f9-465779870376/card-virgin-media-o2-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--3dd38012-40ae-4f1e-ad44-fa45d67c5e03/logo-virgin-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--3dd38012-40ae-4f1e-ad44-fa45d67c5e03/logo-virgin-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-virgin.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Virgin Media O2</span> <p class="cmp-customer-story-card__title">Virgin Media O2 consolidates 32 Identity management providers into one with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Zeotap&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:11:42&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/zeotap/" data-link-cta="yes" data-link-text="Zeotap: Empowering the future of marketing with privacy-first services" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--3d104429-d575-4562-b0bf-57dd492dc8d6/card-zeotap-jpeg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--4ab22c7e-950e-495a-8188-76c6db2d28e4/customer-zeotap-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--4ab22c7e-950e-495a-8188-76c6db2d28e4/customer-zeotap-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-zeotap-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Zeotap</span> <p class="cmp-customer-story-card__title">Zeotap: Empowering the future of marketing with privacy-first services</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;Xactly&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:11:12&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/xactly/" data-link-cta="yes" data-link-text="Xactly reduces identity sprawl and drives fast remediation with Identity Security Posture Management" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--283229fe-4a40-4b47-a204-e4c1da3bec5c/card-xactly-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f427764e-542d-497c-895b-f51f741bbc21/customer-xactly-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f427764e-542d-497c-895b-f51f741bbc21/customer-xactly-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-xactly-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Xactly</span> <p class="cmp-customer-story-card__title">Xactly reduces identity sprawl and drives fast remediation with Identity Security Posture Management</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Xero&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 18:21:08&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/api-access-management&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/xero/" data-link-cta="yes" data-link-text="Automation is key for Xero’s growth trajectory. With Okta, the company can deliver" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--c1d27cba-c50b-4e1d-9ba8-e0290ed2577d/card-xero-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--0f75a5a0-4dfb-405c-a23b-2f231940a573/logo-xero-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--0f75a5a0-4dfb-405c-a23b-2f231940a573/logo-xero-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-xero.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Xero</span> <p class="cmp-customer-story-card__title">Automation is key for Xero’s growth trajectory. With Okta, the company can deliver</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Zapier&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:09&#34;}" data-tags="[&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/authorization&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/zapier/" data-link-cta="yes" data-link-text="How Zapier unified authorization across products with Okta’s Fine-Grained Authorization" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--bde9f225-997a-40f2-b6cf-46cc06313b61/card-zapier-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--b272bb2b-fa80-445b-a057-7efcb2587cba/customer-zapier-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--b272bb2b-fa80-445b-a057-7efcb2587cba/customer-zapier-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-zapier-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Zapier</span> <p class="cmp-customer-story-card__title">How Zapier unified authorization across products with Okta’s Fine-Grained Authorization</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;Wyndham Hotels \u0026 Resorts&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:10:58&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/access-gateway&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/media-and-entertainment&#34;,&#34;okta:product-features/adaptive-mfa&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/wyndham-hotels/" data-link-cta="yes" data-link-text="Wyndham Hotels &amp; Resorts gives 100M users an unforgettable digital experience with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--07e0e866-22ff-4dc3-b5fe-21abc032df2f/card-wyndham-hotels-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f3c87541-6c8c-4d09-ac23-1554b79b4cdf/logo-wyndham-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f3c87541-6c8c-4d09-ac23-1554b79b4cdf/logo-wyndham-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-wyndham.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Wyndham Hotels &amp; Resorts</span> <p class="cmp-customer-story-card__title">Wyndham Hotels &amp; Resorts gives 100M users an unforgettable digital experience with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Zoom&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:11:49&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;okta:product-features/advanced-server-access&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/zoom/" data-link-cta="yes" data-link-text="Okta helps Zoom maintain security posture in face of rapid growth" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--a7c5742b-562e-4ecd-b14d-ca823532decd/card-zoom-jpg.webp?preferwebp=true" alt="Two persons connected and speaking through an interface."/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--0996cfe9-7c9a-4515-ab74-a72409e3d463/logo-zoom-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--0996cfe9-7c9a-4515-ab74-a72409e3d463/logo-zoom-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-zoom.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Zoom</span> <p class="cmp-customer-story-card__title">Okta helps Zoom maintain security posture in face of rapid growth</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Automotive Manufacturer&#34;,&#34;creationDate&#34;:&#34;23 Jan 2025 16:25:20&#34;}" data-tags="[&#34;okta:industries/manufacturing&#34;,&#34;okta:product-features/universal-login&#34;,&#34;okta:customer-first&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:products/customer-identity-cloud&#34;,&#34;okta:product-features/social-login&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/attack-protection&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/automotive-manufacturer/" data-link-cta="yes" data-link-text="A German automotive company unifies driver experiences with Okta-powered digital ID" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--b2d69294-958d-4edd-8ab3-ffa86bca9d4a/card-automotive-manufacturer-jpg.webp?preferwebp=true" alt/> </div> <div class="cmp-customer-story-card__text-content"> <p class="cmp-customer-story-card__title">A German automotive company unifies driver experiences with Okta-powered digital ID</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Vibrant&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:05:58&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:industries/nonprofit&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/vibrant-emotional-health/" data-link-cta="yes" data-link-text="Vibrant Emotional Health provides secure access for crisis counselors and employees with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--a63658a9-1166-4a7c-a5f6-366a335b4c4b/card-vibrant-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--699b4b84-723c-4f2c-8fc5-112cdb4615c2/customer-vibrant-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--699b4b84-723c-4f2c-8fc5-112cdb4615c2/customer-vibrant-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-vibrant-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Vibrant</span> <p class="cmp-customer-story-card__title">Vibrant Emotional Health provides secure access for crisis counselors and employees with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Jabil&#34;,&#34;creationDate&#34;:&#34;23 Jan 2025 22:46:08&#34;}" data-tags="[&#34;okta:industries/manufacturing&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/jabil/" data-link-cta="yes" data-link-text="Identity as a building block: Jabil uses Okta to improve manufacturing efficiency" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ca18de56-8bd9-466d-b1a1-da9614f64652/card-jabil-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--bde70f8b-3bc9-4907-bd81-8e3f7d918a22/customer-jabil-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--bde70f8b-3bc9-4907-bd81-8e3f7d918a22/customer-jabil-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-jabil-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Jabil</span> <p class="cmp-customer-story-card__title">Identity as a building block: Jabil uses Okta to improve manufacturing efficiency</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Signify&#34;,&#34;creationDate&#34;:&#34;03 Feb 2025 21:42:17&#34;}" data-tags="[&#34;okta:industries/manufacturing&#34;,&#34;page-type:customer-story&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/signify/" data-link-cta="yes" data-link-text="Okta Customer Identity Cloud lets Philips Hue focus on R&amp;D, not IAM" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--4e2b7b01-bc61-4f00-85a4-a5f7611121d7/card-signify-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--d06d2c94-509c-4d8b-9b68-571628bbddf5/signify-holding-vector-logo-1--1--png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--d06d2c94-509c-4d8b-9b68-571628bbddf5/signify-holding-vector-logo-1--1--png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/signify-holding-vector-logo%201%20(1).png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Signify</span> <p class="cmp-customer-story-card__title">Okta Customer Identity Cloud lets Philips Hue focus on R&amp;D, not IAM</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Vialto Partners&#34;,&#34;creationDate&#34;:&#34;27 Jan 2025 18:37:31&#34;}" data-tags="[&#34;page-type:customer-story&#34;,&#34;okta:industries/technology&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/vialto-partners/" data-link-cta="yes" data-link-text="Why Vialto Partners trusts out-of-the-box Identity governance to ensure compliance" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--57660881-af6a-40de-9b41-516858ad7235/card-vialto-partners-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--b569fb71-1acc-4c62-be0a-365840444a28/customer-vialto-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--b569fb71-1acc-4c62-be0a-365840444a28/customer-vialto-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-vialto-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Vialto Partners</span> <p class="cmp-customer-story-card__title">Why Vialto Partners trusts out-of-the-box Identity governance to ensure compliance</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;Sephora&#34;,&#34;creationDate&#34;:&#34;17 Dec 2024 22:04:57&#34;}" data-tags="[&#34;okta:products/customer-identity-solution&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/retail&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/sephora/" data-link-cta="yes" data-link-text="By making identity the link between the HR system and business applications, Sephora saves time and increases efficiency" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--31d95fca-bbfa-417e-8bcc-71bc810e3818/hero-sephora-png.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--5b5b418d-4519-4c9a-849d-4b3609d50b0e/customer-sephora-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--5b5b418d-4519-4c9a-849d-4b3609d50b0e/customer-sephora-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-sephora-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">Sephora</span> <p class="cmp-customer-story-card__title">By making identity the link between the HR system and business applications, Sephora saves time and increases efficiency</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;NTT Data&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 19:42:06&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/services&#34;,&#34;okta:product-features/universal-directory&#34;,&#34;okta:product-features/workflows&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/ntt-data/" data-link-cta="yes" data-link-text="Customers NTT Data NTT DATA gives 140,000 employees the &#34;freedom to adapt&#34; with Okta" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--e377f5d7-0024-45f1-ad00-a872f8f881b2/card-ntt-data-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--fea7be32-f363-4a5a-8527-99253a649729/customer-ntt-data-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--fea7be32-f363-4a5a-8527-99253a649729/customer-ntt-data-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-ntt-data-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">NTT Data</span> <p class="cmp-customer-story-card__title">Customers NTT Data NTT DATA gives 140,000 employees the &#34;freedom to adapt&#34; with Okta</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;true&#34;,&#34;company&#34;:&#34;ManTech&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 17:54:08&#34;}" data-tags="[&#34;okta:products/workforce-identity-cloud&#34;,&#34;page-type:customer-story&#34;,&#34;okta:industries/services&#34;,&#34;okta:industries/public-sector&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/mantech/" data-link-cta="yes" data-link-text="Meeting federal compliance standards and keeping ahead of industry trends" data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--0092bb43-728a-4da3-b35c-a36017f2a4cb/card-mantech-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--cce4f008-15bb-4213-ae87-f25fb516164e/customer-mantech-logo-white-png.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--cce4f008-15bb-4213-ae87-f25fb516164e/customer-mantech-logo-white-png.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/customer-mantech-logo-white.png"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">ManTech</span> <p class="cmp-customer-story-card__title">Meeting federal compliance standards and keeping ahead of industry trends</p> </div> </a> </div></div> <div class="cmp-customers-overview-grid__item js-filter-grid-item" data-info="{&#34;featured&#34;:&#34;false&#34;,&#34;company&#34;:&#34;The Trevor Project&#34;,&#34;creationDate&#34;:&#34;21 Jan 2025 20:08:57&#34;}" data-tags="[&#34;okta:customer-first&#34;,&#34;okta:products/workforce-identity-cloud&#34;,&#34;okta:industries/nonprofit&#34;,&#34;okta:product-features/single-sign-on&#34;,&#34;okta:product-features/multi-factor-authentication&#34;,&#34;okta:product-features/lifecycle-management&#34;,&#34;page-type:customer-story&#34;,&#34;okta:product-features/universal-directory&#34;]"><div class="cmp-customer-story-card"> <a class="cmp-customer-story-card__link" href="/en-gb/customers/the-trevor-project/" data-link-cta="yes" data-link-text="The Trevor Project offers hope to LGBTQ youth in crisis. Okta helps IT secure and scale its lifesaving services." data-nav-hierarchy="" data-component-name="card" data-component-type="card"> <div class="cmp-customer-story-card__thumbnail"> <img class="cmp-customer-story-card__bg" src="/adobe/dynamicmedia/deliver/dm-aid--ada4067d-0e8d-4efe-8302-0644c1925445/card-trevor-project-jpg.webp?preferwebp=true" alt/> <div class="cmp-customer-story-card__logo-wrapper"> <img class="cmp-customer-story-card__logo" srcset="/adobe/dynamicmedia/deliver/dm-aid--f296951a-4a7c-44f5-81ff-2f55fcc58ab3/logo-the-trevor-project-white-svg.webp?preferwebp=true&amp;width=100 100w, /adobe/dynamicmedia/deliver/dm-aid--f296951a-4a7c-44f5-81ff-2f55fcc58ab3/logo-the-trevor-project-white-svg.webp?preferwebp=true&amp;width=200 200w" sizes="(max-width: 1200px) 100px, 200px" alt="" data-fallback-srcset="/content/dam/okta---digital/en_us/images/logos/white/logo-the-trevor-project-white.svg"/> </div> </div> <div class="cmp-customer-story-card__text-content"> <span class="cmp-customer-story-card__overline">The Trevor Project</span> <p class="cmp-customer-story-card__title">The Trevor Project offers hope to LGBTQ youth in crisis. Okta helps IT secure and scale its lifesaving services.</p> </div> </a> </div></div> </div> <div class="cmp-webinar-hub__flex-container cmp-customers-overview-grid__load-more-container"> <a role="button" class="cmp-webinar-hub__load-more-button cmp-button cmp-button--secondary cmp-button--regular js-filter-grid-load" href="#" hidden> <span class="cmp-button__label">Load more</span> </a> </div> </div> </div> </div> <div class="experiencefragment aem-GridColumn aem-GridColumn--default--12"> <div id="experiencefragment-a3b8c48f8e" class="cmp-experiencefragment cmp-experiencefragment--customers-cta-banner"> <div id="container-d3e2d7d88c" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="ctaBanner aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-cta-banner-v1" style="background-image: url(&#39;/adobe/dynamicmedia/deliver/dm-aid--09a5989c-34e1-469d-bee3-2c3f40d8c4a5/CTA-banner-background-jpg.webp?preferwebp=true&#39;);"> <div class="cmp-cta-banner-v1__content-wrapper"> <div class="cmp-cta-banner-v1__content"> <h2 class="cmp-cta-banner-v1__title">Continue your Identity journey</h2> <div class="cmp-cta-banner-v1__subtitle rte-content"><p>Get hands on with the free trial today, or get in touch with our team to discuss your unique needs.</p> </div> <div class="cmp-cta-banner-v1__buttons-wrapper"> <div class="cmp-cta-banner-v1__button-container"> <a data-component="button" data-type="atoms" x-data="buttonData({ type: 'primary', size: 'large', disabled: false, label: 'Get started', linkUrl: 'https://www.okta.com/uk/free-trial/', linkTarget: '_blank' })" id="button-08e529e77a" class="cmp-button--button-08e529e77a" :class="{ 'cmp-button': true, 'cmp-button--primary': type === 'primary', 'cmp-button--secondary': type === 'secondary', 'cmp-button--regular' : size === 'regular', 'cmp-button--large': size === 'large', 'cmp-button--disabled': false, 'cmp-button--link': false }" :target="linkTarget" aria-label="Get started with Okta Free Trial" href="https://www.okta.com/uk/free-trial/" data-link-cta="yes" data-link-text="Get started" data-nav-hierarchy="" data-component-name="button" data-component-type="button"> <span class="cmp-button__label" x-text="label"></span> </a> </div> <div class="cmp-cta-banner-v1__button-container"> <a data-component="button" data-type="atoms" x-data="buttonData({ type: 'secondary', size: 'large', disabled: false, label: 'Contact Us', linkUrl: 'https://www.okta.com/uk/contact-sales/', linkTarget: '_blank' })" id="button-34cb2719dc" class="cmp-button--button-34cb2719dc" :class="{ 'cmp-button': true, 'cmp-button--primary': type === 'primary', 'cmp-button--secondary': type === 'secondary', 'cmp-button--regular' : size === 'regular', 'cmp-button--large': size === 'large', 'cmp-button--disabled': false, 'cmp-button--link': false }" :target="linkTarget" aria-label="Contact our sales representatives for assistance" href="https://www.okta.com/uk/contact-sales/" data-link-cta="yes" data-link-text="Contact Us" data-nav-hierarchy="" data-component-name="button" data-component-type="button"> <span class="cmp-button__label" x-text="label"></span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="inheritedExperienceFragment aem-GridColumn aem-GridColumn--default--12"><div class="cmp-inherited-experience-fragment"> <div id="container-30f1f79181" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="footer aem-GridColumn aem-GridColumn--default--12"><footer data-component="footer" data-type="organism" x-data="footerData({intlMenuOpen: false})" class="cmp-footer"> <div class="footer__wrapper"> <nav class="cols-container" aria-label="footer navigation"> <div class="footer__contact-section"> <div> <a data-link-cta="yes" data-link-text="" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" href="https://www.okta.com" class="footer__logo" aria-label="Okta"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 109.21 36"> <path d="M98.97,23.67c-3.05,0-5.2-2.38-5.2-5.51s2.15-5.51,5.2-5.51,5.14,2.38,5.14,5.51-2.12,5.51-5.14,5.51Zm-.49,3.28c2.46,0,4.55-.96,5.87-2.97,.25,1.95,1.66,2.66,3.44,2.66h1.42v-3.09h-.61c-1.01,0-1.26-.49-1.26-1.64V9.69h-3.26v2.51c-1.11-1.76-3.2-2.82-5.6-2.82-4.28,0-8.21,3.59-8.21,8.78s3.94,8.78,8.21,8.78Zm-16.79-4.24c0,2.78,1.72,3.93,3.78,3.93h3.97v-3.09h-2.89c-1.2,0-1.45-.46-1.45-1.64V12.78h4.34v-3.09h-4.34V4h-3.41V22.71Zm-15.53,3.93h3.41v-7.27h1.14l5.81,7.27h4.31l-7.41-9.22,5.69-7.73h-3.84l-4.65,6.53h-1.05V4h-3.41V26.64Zm-11.07-17.26c-4.77,0-8.7,3.59-8.7,8.78s3.94,8.78,8.7,8.78,8.7-3.59,8.7-8.78-3.94-8.78-8.7-8.78Zm0,14.29c-3.05,0-5.2-2.38-5.2-5.51s2.15-5.51,5.2-5.51,5.2,2.38,5.2,5.51-2.15,5.51-5.2,5.51Z" fill="current"></path> <path d="M19.8,.26l-.74,9.12c-.35-.04-.7-.06-1.06-.06-.45,0-.89,.03-1.32,.1l-.42-4.42c-.01-.14,.1-.26,.24-.26h.75l-.36-4.47c-.01-.14,.1-.26,.23-.26h2.45c.14,0,.25,.12,.23,.26h0Zm-6.18,.45c-.04-.13-.18-.21-.31-.16l-2.3,.84c-.13,.05-.19,.2-.13,.32l1.87,4.08-.71,.26c-.13,.05-.19,.2-.13,.32l1.91,4.01c.69-.38,1.44-.67,2.23-.85L13.63,.71ZM7.98,3.25l5.29,7.46c-.67,.44-1.28,.96-1.8,1.56l-3.17-3.12c-.1-.1-.09-.26,.01-.35l.58-.48-3.15-3.19c-.1-.1-.09-.26,.02-.35l1.87-1.57c.11-.09,.26-.07,.34,.04ZM3.54,7.57c-.11-.08-.27-.04-.34,.08l-1.22,2.12c-.07,.12-.02,.27,.1,.33l4.06,1.92-.38,.65c-.07,.12-.02,.28,.11,.33l4.04,1.85c.29-.75,.68-1.45,1.16-2.08L3.54,7.57ZM.55,13.33c.02-.14,.16-.22,.29-.19l8.85,2.31c-.23,.75-.36,1.54-.38,2.36l-4.43-.36c-.14-.01-.24-.14-.21-.28l.13-.74-4.47-.42c-.14-.01-.23-.14-.21-.28l.42-2.41h0Zm-.33,5.98c-.14,.01-.23,.14-.21,.28l.43,2.41c.02,.14,.16,.22,.29,.19l4.34-1.13,.13,.74c.02,.14,.16,.22,.29,.19l4.28-1.18c-.25-.74-.41-1.53-.45-2.34L.21,19.31Zm1.42,6.34c-.07-.12-.02-.27,.1-.33l8.26-3.92c.31,.74,.73,1.43,1.23,2.05l-3.62,2.58c-.11,.08-.27,.05-.34-.07l-.38-.66-3.69,2.55c-.11,.08-.27,.04-.34-.08l-1.23-2.12Zm10.01-1.72l-6.43,6.51c-.1,.1-.09,.26,.02,.35l1.88,1.57c.11,.09,.26,.07,.34-.04l2.6-3.66,.58,.49c.11,.09,.27,.07,.35-.05l2.52-3.66c-.68-.42-1.31-.93-1.85-1.51Zm-1.27,10.45c-.13-.05-.19-.2-.13-.32l3.81-8.32c.7,.36,1.46,.63,2.25,.78l-1.12,4.3c-.03,.13-.18,.21-.31,.16l-.71-.26-1.19,4.33c-.04,.13-.18,.21-.31,.16l-2.3-.84h0Zm6.56-7.75l-.74,9.12c-.01,.14,.1,.26,.23,.26h2.45c.14,0,.25-.12,.23-.26l-.36-4.47h.75c.14,0,.25-.12,.24-.26l-.42-4.42c-.43,.07-.87,.1-1.32,.1-.36,0-.71-.02-1.06-.07h0ZM25.76,1.94c.06-.13,0-.27-.13-.32l-2.3-.84c-.13-.05-.27,.03-.31,.16l-1.19,4.33-.71-.26c-.13-.05-.27,.03-.31,.16l-1.12,4.3c.8,.16,1.55,.43,2.25,.78L25.76,1.94h0Zm5.02,3.63l-6.43,6.51c-.54-.58-1.16-1.09-1.85-1.51l2.52-3.66c.08-.11,.24-.14,.35-.05l.58,.49,2.6-3.66c.08-.11,.24-.13,.34-.04l1.88,1.57c.11,.09,.11,.25,.02,.35Zm3.48,5.12c.13-.06,.17-.21,.1-.33l-1.23-2.12c-.07-.12-.23-.15-.34-.08l-3.69,2.55-.38-.65c-.07-.12-.23-.16-.34-.07l-3.62,2.58c.5,.62,.91,1.31,1.23,2.05l8.26-3.92Zm1.3,3.32l.42,2.41c.02,.14-.07,.26-.21,.28l-9.11,.85c-.04-.82-.2-1.6-.45-2.34l4.28-1.18c.13-.04,.27,.05,.29,.19l.13,.74,4.34-1.13c.13-.03,.27,.05,.29,.19h0Zm-.41,8.85c.13,.03,.27-.05,.29-.19l.42-2.41c.02-.14-.07-.26-.21-.28l-4.47-.42,.13-.74c.02-.14-.07-.26-.21-.28l-4.43-.36c-.02,.82-.15,1.61-.38,2.36l8.85,2.31h0Zm-2.36,5.5c-.07,.12-.23,.15-.34,.08l-7.53-5.2c.48-.63,.87-1.33,1.16-2.08l4.04,1.85c.13,.06,.18,.21,.11,.33l-.38,.65,4.06,1.92c.12,.06,.17,.21,.1,.33l-1.22,2.12h0Zm-10.07-3.07l5.29,7.46c.08,.11,.24,.13,.34,.04l1.87-1.57c.11-.09,.11-.25,.02-.35l-3.15-3.19,.58-.48c.11-.09,.11-.25,.01-.35l-3.17-3.12c-.53,.6-1.13,1.13-1.8,1.56h0Zm-.05,10.16c-.13,.05-.27-.03-.31-.16l-2.42-8.82c.79-.18,1.54-.47,2.23-.85l1.91,4.01c.06,.13,0,.28-.13,.32l-.71,.26,1.87,4.08c.06,.13,0,.27-.13,.32l-2.3,.84h0Z" fill="current" fill-rule="evenodd"></path> </svg> </a> <p class="footer__contact-text"> To connect with a product expert today, use our <a data-link-cta="yes" data-link-text="chat box" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" href="#chat-now">chat box</a>, <a data-link-cta="yes" data-link-text="email us" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/contact-sales/">email us</a>, or call <a data-link-cta="yes" data-link-text="+44 (800) 368-8930" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" href="tel:%20+44%20(800)%20368-8930">+44 (800) 368-8930</a>. </p> <a data-link-cta="yes" data-link-text="Contact Us" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" class="button button__secondary-dark--regular" href="https://www.okta.com/uk/contact-sales/">Contact Us</a> </div> <div class="footer__social-media"> <a data-link-cta="yes" data-link-text="" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" href="https://www.youtube.com/OktaInc" aria-label="Okta on Youtube" aria-labelledby="youtube-icon-title"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" width="1000" height="1000" role="img"> <title id="youtube-icon-title">Okta on Youtube</title> <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 data-link-cta="yes" data-link-text="" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" href="https://www.twitter.com/okta" aria-label="Okta on X" aria-labelledby="x-icon-title"> <svg 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"/> </svg> </a> <a data-link-cta="yes" data-link-text="" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" href="https://www.linkedin.com/company/okta-inc-/" aria-label="Okta on LinkedIn" aria-labelledby="linkedin-icon-title"> <svg viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" role="img"> <title id="linkedin-icon-title">Okta on LinkedIn</title> <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> <h2 class="footer__header">Company</h2> <ul class="footer__list"> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="About Us" data-nav-hierarchy="Company|About Us" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/company/">About Us</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Our Customers" data-nav-hierarchy="Company|Our Customers" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/customers/">Our Customers</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Leadership" data-nav-hierarchy="Company|Leadership" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/leadership/">Leadership</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Investors" data-nav-hierarchy="Company|Investors" data-component-name="footer" data-component-type="footer" href="https://investor.okta.com/?_ga=2.173311395.1408537636.1665532992-1758812997.1653668763">Investors</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Careers" data-nav-hierarchy="Company|Careers" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/careers/">Careers</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Events" data-nav-hierarchy="Company|Events" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/events/">Events</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Press Room" data-nav-hierarchy="Company|Press Room" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/press-room/">Press Room</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Partners" data-nav-hierarchy="Company|Partners" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/partners/">Partners</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Responsibility" data-nav-hierarchy="Company|Responsibility" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/responsibility/">Responsibility</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Okta for Good" data-nav-hierarchy="Company|Okta for Good" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/okta-for-good/">Okta for Good</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Diversity, Inclusion &amp; Belonging" data-nav-hierarchy="Company|Diversity, Inclusion &amp; Belonging" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/diversity/">Diversity, Inclusion &amp; Belonging</a> </li> </ul> </div> <div> <h2 class="footer__header">Starting with Okta</h2> <ul class="footer__list"> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="The Okta Advantage" data-nav-hierarchy="Starting with Okta|The Okta Advantage" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/okta-advantage/">The Okta Advantage</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Customer Identity Cloud" data-nav-hierarchy="Starting with Okta|Customer Identity Cloud" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/customer-identity/">Customer Identity Cloud</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Workforce Identity Cloud" data-nav-hierarchy="Starting with Okta|Workforce Identity Cloud" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/workforce-identity/">Workforce Identity Cloud</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Free Trial" data-nav-hierarchy="Starting with Okta|Free Trial" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/free-trial/">Free Trial</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Pricing" data-nav-hierarchy="Starting with Okta|Pricing" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/pricing/">Pricing</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Contact Sales" data-nav-hierarchy="Starting with Okta|Contact Sales" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/contact-sales/">Contact Sales</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Trust" data-nav-hierarchy="Starting with Okta|Trust" data-component-name="footer" data-component-type="footer" href="https://trust.okta.com/?_ga=2.112714756.1408537636.1665532992-1758812997.1653668763&_gl=1%2A16ec8o3%2A_ga%2AMTc1ODgxMjk5Ny4xNjUzNjY4NzYz%2A_ga_QKMSDV5369%2AMTY2NTU4ODY2NC41Ny4xLjE2NjU1ODg5MTIuNjAuMC4w">Trust</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Accessibility" data-nav-hierarchy="Starting with Okta|Accessibility" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/accessibility/">Accessibility</a> </li> </ul> </div> <div> <h2 class="footer__header">Help &amp; Support</h2> <ul class="footer__list"> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Help &amp; Support" data-nav-hierarchy="Help &amp; Support|Help &amp; Support" data-component-name="footer" data-component-type="footer" href="https://support.okta.com/help/s/?language=en_US&_ga=2.141001906.1408537636.1665532992-1758812997.1653668763&_gl=1%2A19k8ftp%2A_ga%2AMTc1ODgxMjk5Ny4xNjUzNjY4NzYz%2A_ga_QKMSDV5369%2AMTY2NTU4ODY2NC41Ny4xLjE2NjU1ODk0OTAuNTkuMC4w">Help &amp; Support</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Frequently Asked Questions" data-nav-hierarchy="Help &amp; Support|Frequently Asked Questions" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/faq/">Frequently Asked Questions</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Contact Us" data-nav-hierarchy="Help &amp; Support|Contact Us" data-component-name="footer" data-component-type="footer" href="https://www.okta.com/uk/contact-sales/">Contact Us</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Customer Identity Cloud Status" data-nav-hierarchy="Help &amp; Support|Customer Identity Cloud Status" data-component-name="footer" data-component-type="footer" href="https://status.auth0.com/?_ga=2.51476969.1131952190.1694551039-2108337227.1682701839&_gl=1%2A16s7hs7%2A_ga%2AMjEwODMzNzIyNy4xNjgyNzAxODM5%2A_ga_QKMSDV5369%2AMTY5NDU1MTAzOS4zOC4xLjE2OTQ1NTI2NzcuMjAuMC4w">Customer Identity Cloud Status</a> </li> <li class="footer__list-item"><a class="anchor" data-link-cta="no" data-link-text="Workforce Identity Cloud Status" data-nav-hierarchy="Help &amp; Support|Workforce Identity Cloud Status" data-component-name="footer" data-component-type="footer" href="https://status.okta.com/?_ga=2.51476969.1131952190.1694551039-2108337227.1682701839&_gl=1%2A1gwr68d%2A_ga%2AMjEwODMzNzIyNy4xNjgyNzAxODM5%2A_ga_QKMSDV5369%2AMTY5NDU1MTAzOS4zOC4xLjE2OTQ1NTI2OTMuNC4wLjA.">Workforce Identity Cloud Status</a> </li> </ul> </div> </nav> <hr class="divider"/> <div class="footer__foot-and-copyright"> <ul class="social-media-list"> <li><a class="anchor" href="https://www.okta.com/uk/privacy-policy/" data-link-cta="no" data-link-text="Privacy Policy" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer">Privacy Policy</a> </li> <li><a class="anchor" href="https://www.okta.com/terms-of-service/" data-link-cta="no" data-link-text="Site Terms" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer">Site Terms</a> </li> <li><a class="anchor" href="https://trust.okta.com/" data-link-cta="no" data-link-text="Security" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer">Security</a> </li> <li><a class="anchor" href="https://www.okta.com/uk/html-sitemap/" data-link-cta="no" data-link-text="Sitemap" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer">Sitemap</a> </li> <li><a class="anchor" href="#" data-link-cta="no" data-link-text="Cookie Preferences" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" @click.prevent="openOneTrust()">Cookie Preferences</a> </li> <li><a class="anchor" href="https://www.okta.com/your-privacy-choices/" data-link-cta="no" data-link-text="Your Privacy Choices" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer">Your Privacy Choices</a> </li> </ul> <hr class="divider"/> <nav x-data="{ intlMenuOpen: false }" class="intl-navigation" aria-label="language navigation" x-on:keydown.escape="intlMenuOpen = false; document.getElementById('intl-menu-link-footer').focus()"> <a class="intl-button" role="button" @click="intlMenuOpen = !intlMenuOpen; $el.setAttribute('aria-expanded', intlMenuOpen)" id="intl-menu-link-footer" href="javascript:void(0)" data-link-cta="yes" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" aria-expanded="false" aria-controls="intl-menu-footer" aria-haspopup="true" tabindex="0"> <svg class="main-nav__icon main-nav__icon--intl" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true"> <path fill-rule="evenodd" class="icon__path" clip-rule="evenodd" d="M10.0001 18.3334c4.6024 0 8.3333-3.7309 8.3333-8.3333 0-4.60239-3.7309-8.33335-8.3333-8.33335-4.60239 0-8.33335 3.73096-8.33335 8.33335 0 4.6024 3.73096 8.3333 8.33335 8.3333Z" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> </path> <path d="M1.66675 10H18.3334" class="icon__path" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path> <path fill-rule="evenodd" class="icon__path" clip-rule="evenodd" d="M10.0001 1.66675c2.0844 2.28196 3.2689 5.24336 3.3333 8.33335-.0644 3.09-1.2489 6.0514-3.3333 8.3333-2.08442-2.2819-3.26898-5.2433-3.33335-8.3333.06437-3.08999 1.24893-6.05139 3.33335-8.33335v0Z" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> <span :class="{'tipitop__text-link--open': intlMenuOpen}" class="tipitop__text-link intl-link"> United Kingdom </span> </a> <div x-show="intlMenuOpen" class="intl-container" :class="{'int-container--open': intlMenuOpen}" x-init="$watch('intlMenuOpen', value => { if (value) { $nextTick(() => $refs.firstItem.focus()) } })" tabindex="-1" aria-labelledby="intl-menu-footer"> <ul class="intl-menu" id="intl-menu-footer" role="menu"> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/" id="intl-menu-option-footer-1" data-link-cta="yes" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" class="anchor" x-ref="firstItem"> United States </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/fr/" id="intl-menu-option-footer-2" data-link-cta="yes" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" class="anchor"> France </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/de/" id="intl-menu-option-footer-3" data-link-cta="yes" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" class="anchor"> Germany </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/jp/" id="intl-menu-option-footer-4" data-link-cta="yes" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" class="anchor"> Japan </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/nl/" id="intl-menu-option-footer-5" data-link-cta="yes" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" class="anchor"> Netherlands </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/au/" id="intl-menu-option-footer-6" data-link-cta="yes" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" class="anchor"> Australia </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/sg/" id="intl-menu-option-footer-7" data-link-cta="yes" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" class="anchor"> Singapore </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/kr/" id="intl-menu-option-footer-8" data-link-cta="yes" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" class="anchor"> Korea </a> </li> <li class="intl-menu__item" role="menuitem"> <a href="https://www.okta.com/se/" id="intl-menu-option-footer-9" data-link-cta="yes" data-link-text="United Kingdom" data-nav-hierarchy="" data-component-name="footer" data-component-type="footer" class="anchor" x-ref="lastItem"> Sweden </a> </li> </ul> </div> </nav> <div class="footer__copyright"> Copyright © 2025 Okta. All rights reserved. </div> </div> </div> </footer></div> </div> </div> </div> </div> </div> </div> </div> <script src="/etc.clientlibs/okta-www/clientlibs/clientlib-site.lc-c4d87430bbb8e753095c7b2c4a292c4f-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/clientlibs/clientlib-base.lc-7f40db52c5b2613a1ced0e329f48a7a5-lc.min.js"></script> <script type="text/javascript">_satellite.pageBottom();</script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10