{"id":29587,"date":"2025-12-09T06:43:43","date_gmt":"2025-12-09T06:43:43","guid":{"rendered":"http:\/\/localhost\/?p=29587"},"modified":"2025-12-09T06:43:43","modified_gmt":"2025-12-09T06:43:43","slug":"how-to-streamline-zero-trust-using-the-shared-signals-framework","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=29587","title":{"rendered":"How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-09T11:35:46&#8243;,&#8221;description&#8221;:&#8221;![](data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=)\\n\\nZero Trust helps organizations shrink their attack surface and respond to threats faster, but many still struggle to implement it because their security tools don&#8217;t share signals reliably. 88% of organizations admit they&#8217;ve suffered significant challenges in trying to implement such approaches, according to Accenture**.** When products can&#8217;t communicate, real-time access decisions break down.\\n\\nThe Shared Signals Framework (SSF) aims to fix this with a standardized way to exchange security events. Yet adoption is uneven. For example, Kolide Device Trust doesn&#8217;t currently support SSF. \\n\\nScott Bean, Senior IAM and Security Engineer at MongoDB, proposed a way to solve the problem, giving teams an easy and intuitive way to operationalize SSF across their environment.\\n\\nIn this guide, we&#8217;ll share an overview of the workflow, plus step-by-step instructions for getting it up and running.\\n\\n## The problem \u2013 IAM tools don&#8217;t support SSF\\n\\nA core requirement of Zero Trust is continuous, reliable signals about user and device posture. But many tools don&#8217;t support SSF for Continuous Access Evaluation Protocol (CAEP), making it hard to share or act on these signals.\\n\\nTeams often face three challenges:\\n\\n  * Tools lack native SSF support\\n  * Signals require enrichment or correlation\\n  * Managing SSF endpoints and token handling adds overhead\\n\\n\\n\\nWithout this interoperability, organizations struggle to apply consistent policies \u2014 and in cases like Kolide Device Trust, critical device events never reach systems like Okta.\\n\\n## The solution \u2013 a SSF transmitter that turns Kolide issues into CAEP events\\n\\nBecause SSF is built on HTTPS requests, the OpenID standard works with Tines&#8217; HTTP Action.\\n\\nScott developed a new workflow integrating Kolide Device Trust with Tines, enabling it to send SSF signals to Okta. If a device is non-compliant, Kolide sends a message to the workflow via webhook. Tines enriches the signal, makes sure it can be linked to a user, builds a Security Event Token (SET), and then sends it to Okta.\\n\\nIn this way, Tines acts as the connective tissue that makes SSF work across the distributed IT environment, even if individual tools don&#8217;t natively support the standard. \\n\\nTines can:\\n\\n  * **Receive signals from Kolide (and tools like it)** via webhook when a device becomes non-compliant\\n  * **Enrich and correlate those signals** (e.g., map device to user)\\n  * **Generate and sign SETs** that meet the SSF specification\\n  * **Deliver them to Okta (and other identity providers)** to enforce Zero Trust\\n  * **Host required SSF metadata endpoints** using API path prefixes, giving consuming systems a standards-compliant place to fetch keys and decrypt tokens\\n\\n\\n\\nAll of which makes Zero Trust enforcement faster, more reliable, and much easier to operationalize. IT teams are empowered with continuous, real-time risk assessment of devices, faster response to threats, and more flexible policy orchestration. And end users get the benefit of automated remediation, which helps to optimize productivity and minimize IT intervention.\\n\\nIf you want to go deeper into identity modernization, the Tines IAM guide explores how teams are unifying device trust, access decisions, and least-privilege enforcement with automation. Scott&#8217;s workflow is one of several real-world patterns inside.\\n\\n## Workflow overview\\n\\n### **Required tools:**\\n\\n  * **Tines** \u2013 workflow orchestration and AI platform \\n  * **Kolide** \u2013 device trust and posture monitoring\\n  * **Okta** \u2013 identity platform receiving CAEP events\\n\\n\\n\\n### **Required credentials:**\\n\\n  * Tines API Key &#8211; `Team` Scoped with the `Editor` role\\n  * Kolide API Key &#8211; Read Only\\n  * Kolide Webhook Signing Secret\\n\\n\\n\\n### **Required resources:**\\n\\nOkta domain, such as example.okta.com, example.oktapreview.com, or a branded domain.\\n\\n**How it works:**\\n\\nThe workflow creates a proof-of-concept SSF transmitter that can be registered with Okta and sends device compliance change CAEP events (sent as SETs), based on issues generated in Kolide. There are three elements:\\n\\n**1\\\\. Generate and store SET signing keys** (SETs are signed JSON Web Tokens):\\n\\n  * Creates an RSA key pair and converts it to JWK format.\\n  * Publishes the public key for SSF receivers to validate SET signatures.\\n  * Stores the private JWK keyset as a Tines secret.\\n\\n\\n\\n**2\\\\. Expose SSF transmitter API**\\n\\nSSF receivers (like Okta) need:\\n\\n  * a .well-known\/sse-configuration endpoint describing the transmitter\\n  * a JWK endpoint exposing the public key used to verify SET signatures\\n  * a webhook trigger acts as the SSF API surface\\n  * logic returns the .well-known config\\n  * logic returns the JWKs\\n\\n\\n\\nOnce this is live, teams can register a new SSF receiver in Okta under:\\n\\n  * Security \u2192 Device Integrations \u2192 Receive shared signals\\n\\n\\n\\nAnd create a new stream using the API&#8217;s URL and the new `.well-known` endpoint\\n\\n**3\\\\. Create, sign and send of SETs from Kolide events**\\n\\n  * Receives Kolide **issue** events via webhook and validates them using the signing secret.\\n  * Fetches device and user metadata from Kolide.\\n  * Builds a SET for a **Device Compliance Change** CAEP event.\\n  * Signs the SET with the stored private key using the JWT_SIGN formula.\\n  * Sends the signed token to Okta&#8217;s security-events endpoint.\\n\\n\\n\\nThis delivers real-time device-compliance updates to Okta so access policies can respond immediately.\\n\\n## Configuring the workflow \u2014 a step-by-step guide \\n\\nYou can build and run this entire workflow using Tines Community Edition.\\n\\n![](data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=)\\n\\n**1\\\\. Log into Tines or create a new account.**\\n\\n**2\\\\. Navigate to thepre-built workflow in the library.** Select import. This should take you straight to your new pre-built workflow.\\n\\n![](data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=)\\n\\n**3\\\\. Gather the required credentials**\\n\\n  * Tines API Key (team-scoped with Editor role)\\n  * Kolide API Key (read-only)\\n  * Kolide Webhook Signing Secret\\n\\n\\n\\nThese ensure authenticated calls to Kolide and secure webhook validation.\\n\\n**4\\\\. Collect your required resources**\\n\\nYou&#8217;ll need an Okta tenant domain, such as:\\n\\n  * example.oktapreview.com\\n  * example.okta.com\\n  * or your custom Okta brand domain\\n\\n\\n\\nThis domain is used when sending signed SETs to Okta&#8217;s security-events endpoint.\\n\\n**Note:** In the example provided, Scott set up as a `push` rather than a `poll` provider as tokens are sent based off of inbound webhooks, so there&#8217;s no need to store state**.**\\n\\n**5\\\\. Generate your SET signing keys**\\n\\n  * Use the Generate JWK keyset action to create RSA keys\\n  * Convert both public and private keys to JWK format (two event transforms)\\n  * Store the resulting keyset using a Tines secret\\n\\n\\n\\nThis is required before Okta will accept and verify your SETs.\\n\\n**6\\\\. Publish the SSF transmitter API**\\n\\nThe SSF API webhook contains two branches:\\n\\n  * .well-known endpoint \\n    * Trigger: well-known\\n    * Event transform: returns the SSF configuration declaring the transmitter&#8217;s capabilities\\n  * JWKS endpoint \\n    * Trigger: JWKs\\n    * Event transform: returns the public JWKs so Okta can verify signatures\\n\\n\\n\\nOnce live, Okta can register this transmitter as a shared signals sender.\\n\\n**7\\\\. Connect Kolide and process device issues**\\n\\nThe Kolide integration flow follows these steps:\\n\\n  * Webhook: Kolide webhook \u2013 receives issue opened\/resolved events\\n  * Get device details \u2013 fetches metadata for the device involved\\n  * Device has a user \u2013 branching logic to confirm a user is associated\\n  * Get user details \u2013 look up user metadata for the CAEP payload\\n\\n\\n\\nDepending on whether the issue is new or resolved:\\n\\n  * Build SET \u2013 construct the CAEP device_compliance_change event\\n  * Sign SET \u2013 use the RSA private key stored earlier to produce an SSF-compliant SET\\n  * Send SET \u2013 send the final signed token to Okta&#8217;s security-events endpoint\\n\\n\\n\\nAs soon as Okta receives and verifies the SET, the associated user risk level updates.\\n\\n## Bringing it all together \\n\\nSSF exists to help security tools speak the same language, delivering continuous insight into risk and device posture. But when key tools don&#8217;t support the standard, gaps open up, and access policies lag behind real-world changes.\\n\\nTines bridges these gaps by enabling new intelligent workflows. They ensure that even tools that don&#8217;t support SSF can send information in the same standardized way. By using Tines to generate, sign, and deliver compliance signals in real time, you get the benefits of SSF even when the source tool wasn&#8217;t built for it.\\n\\nIf you&#8217;d like to try this workflow yourself, you can spin it up in minutes with a free Tines account. And if you want to see how device posture fits into a broader identity strategy, this guide to modern IAM workflows offers practical patterns and real-world workflows like Scott&#8217;s you can start building on today.\\n\\nFound this article interesting? This article is a contributed piece from one of our valued partners. Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.\\n&#8221;,&#8221;published&#8221;:&#8221;2025-12-09T11:30:00&#8243;,&#8221;modified&#8221;:&#8221;2025-12-09T11:30:00&#8243;,&#8221;type&#8221;:&#8221;thn&#8221;,&#8221;title&#8221;:&#8221;How to Streamline Zero Trust Using the Shared Signals Framework&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;THN:01E7C3152CF77F73E0768DC861ABECDC&#8221;,&#8221;bulletinFamily&#8221;:&#8221;info&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;&#8221;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:0,&#8221;severity&#8221;:&#8221;NONE&#8221;,&#8221;vector&#8221;:&#8221;NONE&#8221;,&#8221;version&#8221;:&#8221;NONE&#8221;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/thehackernews.com\/2025\/12\/how-to-streamline-zero-trust-using.html&#8221;,&#8221;category_name&#8221;:&#8221;News&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-09T11:35:46&#8243;,&#8221;description&#8221;:&#8221;![](data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=)\\n\\nZero Trust helps organizations shrink their attack surface and respond to threats faster, but many still struggle to implement it because their security tools don&#8217;t&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[6,8,12,13,33,7,11,43,5],"class_list":["post-29587","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-exploit","tag-news","tag-none","tag-security","tag-tapic","tag-thn","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC - zero redgem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zero.redgem.net\/?p=29587\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-12-09T11:35:46&#8243;,&#8221;description&#8221;:&#8221;![](data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=)nnZero Trust helps organizations shrink their attack surface and respond to threats faster, but many still struggle to implement it because their security tools don&#8217;t...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=29587\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-09T06:43:43+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=29587#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=29587\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC\",\"datePublished\":\"2025-12-09T06:43:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=29587\"},\"wordCount\":1670,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"news\",\"NONE\",\"Security\",\"tapic\",\"thn\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=29587#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=29587\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=29587\",\"name\":\"How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-12-09T06:43:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=29587#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=29587\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=29587#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC - zero redgem","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zero.redgem.net\/?p=29587","og_locale":"en_US","og_type":"article","og_title":"How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-12-09T11:35:46&#8243;,&#8221;description&#8221;:&#8221;![](data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=)nnZero Trust helps organizations shrink their attack surface and respond to threats faster, but many still struggle to implement it because their security tools don&#8217;t...","og_url":"https:\/\/zero.redgem.net\/?p=29587","og_site_name":"zero redgem","article_published_time":"2025-12-09T06:43:43+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=29587#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=29587"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC","datePublished":"2025-12-09T06:43:43+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=29587"},"wordCount":1670,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","news","NONE","Security","tapic","thn","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=29587#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=29587","url":"https:\/\/zero.redgem.net\/?p=29587","name":"How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-12-09T06:43:43+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=29587#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=29587"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=29587#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"How to Streamline Zero Trust Using the Shared Signals Framework_THN:01E7C3152CF77F73E0768DC861ABECDC"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/29587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29587"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/29587\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29587"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=29587"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=29587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}