ADVERTISEMENT

With OTPs about to be phased out, get to know Silent Authentication

Published Apr 15, 2026 05:47 pm
The launch of Silent Mobile Authentication (SMA) with 8x8, Inc. and PLDT Enterprise.
The launch of Silent Mobile Authentication (SMA) with 8x8, Inc. and PLDT Enterprise.
The BSP (Bangko Sentral ng Pilipinas) has set June 30, 2026, as the deadline for using OTPs (One-Time Passwords) for verification when accessing and transacting with digital banks.
OTPs have been identified as highly susceptible to fraud and scams, such as phishing pages that can harvest OTPs in real time. SIM swap allows hackers to receive the OTPs instead of the user, and smishing tricks users into revealing their OTPs to waiting scammers.
One method banks and businesses can adopt once OTPs are no longer allowed is Silent Authentication.
PLDT Enterprise has rolled out SmartSafe SilentAccess, a flagship solution in its SmartSafe API suite, designed to speed up mobile user verification and enhance security. By tapping into mobile network and SIM-based signals, SilentAccess validates users seamlessly—no clunky one-time passwords required.
Through its integration with the 8x8 Connect platform, PLDT Enterprise and 8x8 have come together to help businesses use 8x8's Silent Mobile Authentication to reduce fraud while streamlining customer experiences. The result? A smoother login flow that eliminates manual code entry, reduces delays, and keeps users from dropping off mid-process.
I got to chat with Igor Mostovoy, Product Director, CPaaS (Communications Platform as a Service), and we discussed how Silent Authentication works and how it could become a standard for identity verification in the Philippines.
How does Silent Authentication work?
Igor Mostovoy: Compared to OTPs, Silent Mobile Authentication shifts the model from code-based verification to network-based verification. Instead of sending a code that a user must manually enter, the authentication request is validated directly with the mobile network operator. The system checks that the mobile number, SIM, and device session align with the expected identity.
Because that verification happens at the network level, it provides a strong signal that the request is coming from the legitimate device associated with that phone number. And it happens instantly in the background, so the user doesn’t need to copy, paste, or type anything.
What’s powerful about this approach is that it improves both security and the user experience simultaneously.
For Philippine enterprises, especially banks and fintech companies, integration with new security solutions can be challenging. What level of effort or technical complexity should organizations expect when adopting Silent Mobile Authentication through the 8x8 Connect platform?
Igor Mostovoy: Silent Mobile Authentication is delivered via APIs and designed to integrate with existing authentication flows with minimal disruption. For most organizations, particularly those already using messaging or CPaaS platforms, the integration is relatively straightforward from a development perspective.
The solution works best within a mobile app environment, where it can verify the device and network signals seamlessly in the background, enabling a frictionless login experience for end users.
In addition, organizations that are already using our CIAM platform can integrate even more quickly, as the authentication flow can be managed directly through the platform while leveraging 8x8’s silent authentication capabilities behind the scenes. This helps simplify implementation and reduces the amount of custom development required.
We typically recommend a phased approach. Companies can begin by introducing Silent Mobile Authentication for specific scenarios, such as returning users or low-friction login flows, while maintaining existing verification methods as a fallback.
This allows organizations to enhance both security and user experience incrementally, rather than undertaking a disruptive transformation.
Looking ahead, do you envision a future in which silent authentication becomes the standard for identity verification in the Philippines, or will it complement existing methods as part of a layered security approach?
Igor Mostovoy: Authentication is evolving toward models that are both more intelligent and less intrusive. The goal is to verify identity with greater confidence while asking the user to do less.
Silent Mobile Authentication is an important step in that direction because it uses signals from the mobile network itself - something that is inherently difficult for attackers to manipulate.
That said, the future of authentication will likely be layered. Organizations will combine multiple signals, such as device intelligence, biometrics, and network verification, to dynamically assess risk.
At 8x8, Silent Mobile Authentication is one of several modern authentication methods we offer through our ecosystem, including solutions powered by our CIAM platform. In addition to silent authentication, organizations can leverage passkeys, biometric authentication, magic links, social login, and other passwordless methods. Together, these capabilities provide a comprehensive authentication portfolio, allowing organizations to choose the right combination of methods based on their security requirements, regulatory obligations, and user experience goals.
In that environment, silent authentication can serve as the first line of verification - handling the majority of interactions seamlessly.
With fraudsters and scammers becoming ever more creative and inventive, it is important that we stay ahead and adopt verification systems that can keep our data and assets safe. With OTPs one foot outside the door already, it would be good to familiarise ourselves with the possible replacements.

Related Tags

OTPs Silent Authentication PLDT Enterprise
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.