{"id":189,"date":"2024-12-08T13:31:47","date_gmt":"2024-12-08T12:31:47","guid":{"rendered":"https:\/\/networkjon.wordpress.com\/?p=189"},"modified":"2024-12-08T13:31:47","modified_gmt":"2024-12-08T12:31:47","slug":"eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295","status":"publish","type":"post","link":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/","title":{"rendered":"EAP-TLS authentication in a multi-domain Windows environment &#8211; Fix for NPS Error 295"},"content":{"rendered":"\n<p>This blog post is about a recent issue I had to troubleshoot. The original mission was quite simple and something I am very much used to: deploy 802.1x authentication on the Wi-Fi infrastructure using EAP-TLS (currently the best recommended option that uses certificates on both the RADIUS servers and the wireless clients). Infrastructure is fairly common with Microsoft NPS servers playing as RADIUS servers and the internal PKI running on ADCS (Active Directory Certificate Services).<\/p>\n\n\n\n<p>But there was another constraint that I do not usually deal with: there are multiple Windows domains running inside the company and inter-domain EAP-TLS authentication needs to work. This constraints comes from the fact that users and servers are not in the same domains. So this means that users\/computers from the BLUE domain and with a BLUE certificate need to be able to authenticate on a NPS server which is part of the RED domain and, therefore, using a RED certificate.<\/p>\n\n\n\n<p>After I had finished configuring everything (or so I thought&#8230;), I stumbled on an authentication issue. Here is the error log from the NPS server when a client tries to authenticate:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Error 295: A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>A quick packet capture on the wireless clients showed that the NPS server was sending an Access-Reject as a result of this issue.<\/p>\n\n\n\n<p>Of course trust relationships were established between domains so the RED NPS can look users and computers up on the BLUE domain (it is a very important step because NPS is not only authenticating but checking the user or computer object actually exists in the directory).<\/p>\n\n\n\n<p>Right away, I opened the Certificate store on the RED NPS servers to make sure the BLUE Root CA was imported in the &#8220;Trusted Root CA&#8221;, which was the case.<\/p>\n\n\n\n<p><strong>But here is the point I was missing. <\/strong>You need to import the BLUE Root CA inside a specific store called the NTAuthCertificates store. There are two methods to achieve this:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Method 1 &#8211; GUI: <\/strong>on the RED ADCS server, start <em>pkiview.msc <\/em>and import the BLUE Root CA inside the NTAuthCertificates store<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png\" target=\"_blank\" rel=\" noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"944\" height=\"358\" src=\"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944\" alt=\"\" class=\"wp-image-218\" srcset=\"https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png 944w, https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1-300x114.png 300w, https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1-768x291.png 768w\" sizes=\"auto, (max-width: 944px) 100vw, 944px\" \/><\/a><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Method 2 &#8211; CLI: <\/strong>on the RED ADCS server, use the following CLI command to import the BLUE Root CA inside the NTAuthCertificates store<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>certutil -dspublish {CAcert.cer} NTAuthCA<\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"604\" height=\"136\" src=\"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image-1.png?w=604\" alt=\"\" class=\"wp-image-203\" srcset=\"https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image-1.png 604w, https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image-1-300x68.png 300w\" sizes=\"auto, (max-width: 604px) 100vw, 604px\" \/><\/figure>\n<\/div>\n\n\n<p>I then suggest you check the import was successfull using the following command <strong>on the NPS server<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>certutil -enterprise -verifystore NTAuth<\/code><\/pre>\n\n\n\n<p>You should first see the RootCA of the RED domain and then the BLUE RootCA you imported into NTAuth:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image2.png\" target=\"_blank\" rel=\" noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"944\" height=\"408\" src=\"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image2.png?w=944\" alt=\"\" class=\"wp-image-220\" srcset=\"https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image2.png 944w, https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image2-300x130.png 300w, https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image2-768x332.png 768w\" sizes=\"auto, (max-width: 944px) 100vw, 944px\" \/><\/a><\/figure>\n\n\n\n<p><strong>Important: <\/strong>if you don&#8217;t see the Root CA, you might need to reload the NPS server.<\/p>\n\n\n\n<p>I decided to write this blog post because I struggled to find this last bit of information on this issue. I hope this will be of some help for others!<\/p>\n\n\n\n<p>Of course, for authenticating users and computers of the BLUE domain, we are missing a few other things and you will also need to generate and install a certificate from the BLUE domain (signed bu the BLUE Root CA) on the RED NPS. And then configure a specific policy rule on NPS that will make use of this certificate. But the goal of this blog post is not to go into details on configuring authentifcation on NPS but rather talk about that specific NTAuthCertificates store in a multi-domain Microsoft environment.<\/p>\n\n\n\n<p>A reference blog that helped me during my research: <a href=\"https:\/\/www.gradenegger.eu\/en\/the-request-for-a-certificate-fails-with-the-error-message-a-certification-chain-processed-correctly-but-one-of-the-ca-certificates-is-not-trusted-by-the-policy-provider-0x800b0112-21\/\">https:\/\/www.gradenegger.eu\/en\/the-request-for-a-certificate-fails-with-the-error-message-a-certification-chain-processed-correctly-but-one-of-the-ca-certificates-is-not-trusted-by-the-policy-provider-0x800b0112-21\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This blog post is about a recent issue I had to troubleshoot. The original mission was quite simple and something I am very much used to: deploy 802.1x authentication on the Wi-Fi infrastructure using EAP-TLS (currently the best recommended option that uses certificates on both the RADIUS servers and the wireless clients). Infrastructure is fairly [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-189","post","type-post","status-publish","format-standard","hentry","category-non-classe"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>EAP-TLS authentication in a multi-domain Windows environment - Fix for NPS Error 295 - Network Jon<\/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:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EAP-TLS authentication in a multi-domain Windows environment - Fix for NPS Error 295 - Network Jon\" \/>\n<meta property=\"og:description\" content=\"This blog post is about a recent issue I had to troubleshoot. The original mission was quite simple and something I am very much used to: deploy 802.1x authentication on the Wi-Fi infrastructure using EAP-TLS (currently the best recommended option that uses certificates on both the RADIUS servers and the wireless clients). Infrastructure is fairly [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/\" \/>\n<meta property=\"og:site_name\" content=\"Network Jon\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-08T12:31:47+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944\" \/>\n<meta name=\"author\" content=\"Jonathan Rambeau\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jonathan Rambeau\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/\"},\"author\":{\"name\":\"Jonathan Rambeau\",\"@id\":\"https:\/\/www.networkjon.fr\/blog\/#\/schema\/person\/afb31b920aeee6f10a46f51943c789f3\"},\"headline\":\"EAP-TLS authentication in a multi-domain Windows environment &#8211; Fix for NPS Error 295\",\"datePublished\":\"2024-12-08T12:31:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/\"},\"wordCount\":583,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.networkjon.fr\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944\",\"articleSection\":[\"Non class\u00e9\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/\",\"url\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/\",\"name\":\"EAP-TLS authentication in a multi-domain Windows environment - Fix for NPS Error 295 - Network Jon\",\"isPartOf\":{\"@id\":\"https:\/\/www.networkjon.fr\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944\",\"datePublished\":\"2024-12-08T12:31:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#primaryimage\",\"url\":\"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944\",\"contentUrl\":\"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.networkjon.fr\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EAP-TLS authentication in a multi-domain Windows environment &#8211; Fix for NPS Error 295\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.networkjon.fr\/blog\/#website\",\"url\":\"https:\/\/www.networkjon.fr\/blog\/\",\"name\":\"Network Jon\",\"description\":\"A blog about Wi-Fi, 802.11, networking and automation... mostly in English... et parfois en Fran\u00e7ais... by Jonathan Rambeau\",\"publisher\":{\"@id\":\"https:\/\/www.networkjon.fr\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.networkjon.fr\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.networkjon.fr\/blog\/#organization\",\"name\":\"Network Jon\",\"url\":\"https:\/\/www.networkjon.fr\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.networkjon.fr\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/11\/cropped-logo-networkjon-1-1.jpg\",\"contentUrl\":\"https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/11\/cropped-logo-networkjon-1-1.jpg\",\"width\":1024,\"height\":1024,\"caption\":\"Network Jon\"},\"image\":{\"@id\":\"https:\/\/www.networkjon.fr\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/jonathan-rambeau-987a58225\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.networkjon.fr\/blog\/#\/schema\/person\/afb31b920aeee6f10a46f51943c789f3\",\"name\":\"Jonathan Rambeau\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.networkjon.fr\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/88f9b026f1a082206693533f8a10b031ac2c51ee4d5f96a6427b54044b37fbc6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/88f9b026f1a082206693533f8a10b031ac2c51ee4d5f96a6427b54044b37fbc6?s=96&d=mm&r=g\",\"caption\":\"Jonathan Rambeau\"},\"sameAs\":[\"http:\/\/networkjon.fr\/blog\"],\"url\":\"https:\/\/www.networkjon.fr\/blog\/author\/jram\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EAP-TLS authentication in a multi-domain Windows environment - Fix for NPS Error 295 - Network Jon","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:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/","og_locale":"en_GB","og_type":"article","og_title":"EAP-TLS authentication in a multi-domain Windows environment - Fix for NPS Error 295 - Network Jon","og_description":"This blog post is about a recent issue I had to troubleshoot. The original mission was quite simple and something I am very much used to: deploy 802.1x authentication on the Wi-Fi infrastructure using EAP-TLS (currently the best recommended option that uses certificates on both the RADIUS servers and the wireless clients). Infrastructure is fairly [&hellip;]","og_url":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/","og_site_name":"Network Jon","article_published_time":"2024-12-08T12:31:47+00:00","og_image":[{"url":"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944","type":"","width":"","height":""}],"author":"Jonathan Rambeau","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan Rambeau","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#article","isPartOf":{"@id":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/"},"author":{"name":"Jonathan Rambeau","@id":"https:\/\/www.networkjon.fr\/blog\/#\/schema\/person\/afb31b920aeee6f10a46f51943c789f3"},"headline":"EAP-TLS authentication in a multi-domain Windows environment &#8211; Fix for NPS Error 295","datePublished":"2024-12-08T12:31:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/"},"wordCount":583,"commentCount":0,"publisher":{"@id":"https:\/\/www.networkjon.fr\/blog\/#organization"},"image":{"@id":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#primaryimage"},"thumbnailUrl":"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944","articleSection":["Non class\u00e9"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/","url":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/","name":"EAP-TLS authentication in a multi-domain Windows environment - Fix for NPS Error 295 - Network Jon","isPartOf":{"@id":"https:\/\/www.networkjon.fr\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#primaryimage"},"image":{"@id":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#primaryimage"},"thumbnailUrl":"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944","datePublished":"2024-12-08T12:31:47+00:00","breadcrumb":{"@id":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#primaryimage","url":"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944","contentUrl":"http:\/\/networkjon.fr\/blog\/wp-content\/uploads\/2024\/12\/image1-1.png?w=944"},{"@type":"BreadcrumbList","@id":"https:\/\/www.networkjon.fr\/blog\/eap-tls-authentication-in-a-multi-domain-windows-environment-fix-for-nps-error-295\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.networkjon.fr\/blog\/"},{"@type":"ListItem","position":2,"name":"EAP-TLS authentication in a multi-domain Windows environment &#8211; Fix for NPS Error 295"}]},{"@type":"WebSite","@id":"https:\/\/www.networkjon.fr\/blog\/#website","url":"https:\/\/www.networkjon.fr\/blog\/","name":"Network Jon","description":"A blog about Wi-Fi, 802.11, networking and automation... mostly in English... et parfois en Fran\u00e7ais... by Jonathan Rambeau","publisher":{"@id":"https:\/\/www.networkjon.fr\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.networkjon.fr\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.networkjon.fr\/blog\/#organization","name":"Network Jon","url":"https:\/\/www.networkjon.fr\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.networkjon.fr\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/11\/cropped-logo-networkjon-1-1.jpg","contentUrl":"https:\/\/www.networkjon.fr\/blog\/wp-content\/uploads\/2024\/11\/cropped-logo-networkjon-1-1.jpg","width":1024,"height":1024,"caption":"Network Jon"},"image":{"@id":"https:\/\/www.networkjon.fr\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/jonathan-rambeau-987a58225\/"]},{"@type":"Person","@id":"https:\/\/www.networkjon.fr\/blog\/#\/schema\/person\/afb31b920aeee6f10a46f51943c789f3","name":"Jonathan Rambeau","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.networkjon.fr\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/88f9b026f1a082206693533f8a10b031ac2c51ee4d5f96a6427b54044b37fbc6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/88f9b026f1a082206693533f8a10b031ac2c51ee4d5f96a6427b54044b37fbc6?s=96&d=mm&r=g","caption":"Jonathan Rambeau"},"sameAs":["http:\/\/networkjon.fr\/blog"],"url":"https:\/\/www.networkjon.fr\/blog\/author\/jram\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.networkjon.fr\/blog\/wp-json\/wp\/v2\/posts\/189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.networkjon.fr\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.networkjon.fr\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.networkjon.fr\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.networkjon.fr\/blog\/wp-json\/wp\/v2\/comments?post=189"}],"version-history":[{"count":0,"href":"https:\/\/www.networkjon.fr\/blog\/wp-json\/wp\/v2\/posts\/189\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.networkjon.fr\/blog\/wp-json\/wp\/v2\/media?parent=189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.networkjon.fr\/blog\/wp-json\/wp\/v2\/categories?post=189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.networkjon.fr\/blog\/wp-json\/wp\/v2\/tags?post=189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}