{"id":1730,"date":"2015-06-08T10:51:44","date_gmt":"2015-06-08T15:51:44","guid":{"rendered":"https:\/\/johndeletre.blog\/2015\/06\/adfs-sso-web-browsers\/"},"modified":"2023-12-16T15:01:18","modified_gmt":"2023-12-16T20:01:18","slug":"adfs-sso-web-browsers","status":"publish","type":"post","link":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/","title":{"rendered":"ADFS SSO web browsers"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1730\" class=\"elementor elementor-1730 elementor-141\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-35963869 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"35963869\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8436134\" data-id=\"8436134\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-629fa6ea elementor-widget elementor-widget-text-editor\" data-id=\"629fa6ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 1.6em; font-size: 15.4px; text-rendering: optimizelegibility; color: #22252c; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, 'Segoe UI', sans-serif;\"><span style=\"font-family: 'Segoe UI Light'; font-size: 1em;\">When you implement ADFS 3.0 with Office365 to have single sign-on for your users, it becomes quite frustrating to have to re-enter your password credentials with Chrome, Firefox, Safari,&#8230; . For this to work with your new ADFS 3.0 infrastructure, you will need to change two variables in your configuration  <strong style=\"font-weight: bold;\">WIASupportedUserAgents<\/strong>  and  <strong style=\"font-weight: bold;\">ExtendedProtectionTokenCheck.<\/strong>  Indeed, some browsers, such as Firefox, Chrome, and Safari, do not support extended authentication protection &#8211; a protection that allows them to be used across the Windows platform to protect users from man-in-the-middle attacks. To prevent this type of attack from happening, the default setting of ADFS is <strong style=\"font-weight: bold;\">$true<\/strong><strong style=\"font-weight: bold;\">.<\/strong> In order to allow other browsers to authenticate without asking you for your login and password, you need to remove this security. If you want to allow your users to authenticate without having a Windows prompt, follow the steps below<br><\/span><\/p>\n<p style=\"margin-top: 1.5em; margin-right: 0px; margin-left: 0px; line-height: 1.6em; font-size: 15.4px; text-rendering: optimizelegibility; color: #22252c; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, 'Segoe UI', sans-serif;\"><span style=\"font-family: 'Segoe UI Light'; font-size: 1em;\">1. Disable extended protection on each of your ADFS servers<\/span><\/p>\n<div style=\"line-height: 1.5em; color: #22252c; background: threeddarkshadow; width: 690px; height: 28px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; font-family: consolas; font-size: 0.9em; margin-left: 5px; border-top: thin solid black; border-right: thin solid black; border-left: thin solid black;\"><img decoding=\"async\" style=\"border-width: 0px; border-style: initial; vertical-align: middle; padding-right: 2px; cursor: zoom-in;\" src=\"https:\/\/microsofttouch.fr\/resized-image\/__size\/20x240\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-00-74\/logo_2D00_powershell.png\" alt=\" \" width=\"25\" height=\"25\"> <strong style=\"font-weight: bold;\"><span style=\"color: white; vertical-align: middle;\">Script.ps1<\/span><\/strong><\/div>\n<div style=\"line-height: 1; background: #123456; border: thin solid black; width: 690px; height: 30px; color: white; overflow: auto; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; font-family: consolas; font-size: 0.9em; margin-left: 5px;\"><b><b>PS C:\\Users\\John&gt; <strong style=\"font-weight: bold;\">Set-ADFSProperties -ExtendedProtectionTokenCheck None<\/strong><\/b><\/b><\/div>\n<p style=\"margin-top: 1.5em; margin-right: 0px; margin-left: 0px; line-height: 1.6em; font-size: 1em; text-rendering: optimizelegibility; color: #22252c; font-family: 'Segoe UI Light';\">2. Then add the necessary agents. In <span style=\"color: #000000;\">yellow <\/span>you will find the new agents for Firefox\/Chrome and Safari.<\/p>\n<div style=\"line-height: 1.5em; color: #22252c; background: threeddarkshadow; width: 690px; height: 28px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; font-family: consolas; font-size: 0.9em; margin-left: 5px; border-top: thin solid black; border-right: thin solid black; border-left: thin solid black;\"><img decoding=\"async\" style=\"border-width: 0px; border-style: initial; vertical-align: middle; padding-right: 2px; cursor: zoom-in;\" src=\"https:\/\/microsofttouch.fr\/resized-image\/__size\/20x240\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-00-74\/logo_2D00_powershell.png\" alt=\" \" width=\"25\" height=\"25\"> <strong style=\"font-weight: bold;\">Script.ps1<\/strong><\/div>\n<div style=\"line-height: 1; background: #123456; border: thin solid black; width: 690px; height: 60px; color: white; overflow: auto; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; font-family: consolas; font-size: 0.9em; margin-left: 5px;\"><b><b>PS C:\\Users\\John&gt; <strong style=\"font-weight: bold;\">Set-ADFSProperties -WIASupportedUserAgents @(&#8220;MSIE 6.0\u2033, &#8220;MSIE 7.0\u2033, &#8220;MSIE 8.0\u2033, &#8220;MSIE 9.0\u2033, &#8220;MSIE 10.0\u2033, &#8220;Trident\/7.0\u2033, &#8220;MSIPC&#8221;, &#8220;Windows Rights Management Client&#8221;, <span style=\"color: #ffff00;\">&#8220;Mozilla\/5.0\u2033<\/span>, <span style=\"color: #ffff00;\">&#8220;Safari\/6.0\u2033<\/span>, <span style=\"color: #ffff00;\">&#8220;Safari\/7.0\u2033<\/span>)<\/strong><\/b><\/b><\/div>\n<p style=\"margin-top: 1.5em; margin-right: 0px; margin-left: 0px; line-height: 1.6em; font-size: 1em; text-rendering: optimizelegibility; color: #22252c; font-family: 'Segoe UI Light';\">3. Finally, restart the ADFS service on all your servers:<\/p>\n<div style=\"line-height: 1.5em; color: #22252c; background: threeddarkshadow; width: 690px; height: 28px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; font-family: consolas; font-size: 0.9em; margin-left: 5px; border-top: thin solid black; border-right: thin solid black; border-left: thin solid black;\"><img decoding=\"async\" style=\"border-width: 0px; border-style: initial; vertical-align: middle; padding-right: 2px; cursor: zoom-in;\" src=\"https:\/\/microsofttouch.fr\/resized-image\/__size\/20x240\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-00-74\/logo_2D00_powershell.png\" alt=\" \" width=\"25\" height=\"25\"> <strong style=\"font-weight: bold;\"><span style=\"color: white; vertical-align: middle;\">Script.ps1<\/span><\/strong><\/div>\n<div style=\"line-height: 1; background: #123456; border: thin solid black; width: 690px; height: 50px; color: white; overflow: auto; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; font-family: consolas; font-size: 0.9em; margin-left: 5px;\"><b>PS C:\\Users\\John&gt; Net Stop ADFSSRV<\/b><br><b>PS C:\\Users\\John&gt; Net Start ADFSSRV<\/b><\/div>\n<p style=\"margin-top: 1.5em; margin-right: 0px; margin-left: 0px; line-height: 1.6em; font-size: 1em; text-rendering: optimizelegibility; color: #22252c; font-family: 'Segoe UI Light';\">To test if this works, open a browser other than internet explorer and log into your Office 365 portal. You should not get any messages asking you to authenticate if you are logged in as an active user in Office365.<\/p>\n<p style=\"margin: 1.5em 0px 0px; line-height: 1.6em; font-size: 15.4px; text-rendering: optimizelegibility; color: #22252c; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, 'Segoe UI', sans-serif;\"><img decoding=\"async\" style=\"border-width: 0px; border-style: initial; float: right; cursor: zoom-in;\" src=\"https:\/\/microsofttouch.fr\/resized-image\/__size\/940x0\/__key\/communityserver-blogs-components-weblogfiles\/00-00-00-00-74\/Office_5F00_365_5F00_logo.png\" alt=\" \" width=\"150\"><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>ADFS 3.0 and single sign-on in other web browsers<\/p>\n","protected":false},"author":1,"featured_media":1617,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[62],"tags":[75,63,76,77],"class_list":["post-1730","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-365-en","tag-adfs-en","tag-azure-ad-connect-en","tag-single-sign-on","tag-sso-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>ADFS SSO web browsers &#062; JD. Blog<\/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:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ADFS SSO web browsers\" \/>\n<meta property=\"og:description\" content=\"ADFS 3.0 and single sign-on in other web browsers\" \/>\n<meta property=\"og:url\" content=\"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/\" \/>\n<meta property=\"og:site_name\" content=\"JD. Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/TheCowboy974\" \/>\n<meta property=\"article:published_time\" content=\"2015-06-08T15:51:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-16T20:01:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/PowerShell-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1022\" \/>\n\t<meta property=\"og:image:height\" content=\"655\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"John Deletre\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/john_deletre\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Deletre\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/\"},\"author\":{\"name\":\"John Deletre\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/person\\\/76185eeef8e3b5739329b634aab80675\"},\"headline\":\"ADFS SSO web browsers\",\"datePublished\":\"2015-06-08T15:51:44+00:00\",\"dateModified\":\"2023-12-16T20:01:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/\"},\"wordCount\":265,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/PowerShell-1.png\",\"keywords\":[\"ADFS\",\"Azure AD Connect\",\"Single sign-on\",\"SSO\"],\"articleSection\":[\"Microsoft 365\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/\",\"name\":\"ADFS SSO web browsers &#062; JD. Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/PowerShell-1.png\",\"datePublished\":\"2015-06-08T15:51:44+00:00\",\"dateModified\":\"2023-12-16T20:01:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/#primaryimage\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/PowerShell-1.png\",\"contentUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/PowerShell-1.png\",\"width\":1022,\"height\":655},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2015\\\/06\\\/adfs-sso-web-browsers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ADFS SSO web browsers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/\",\"name\":\"JD. Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#organization\",\"name\":\"JD. Blog\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/cropped-Sans-titre-3.png\",\"contentUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/cropped-Sans-titre-3.png\",\"width\":512,\"height\":512,\"caption\":\"JD. Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/person\\\/76185eeef8e3b5739329b634aab80675\",\"name\":\"John Deletre\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g\",\"caption\":\"John Deletre\"},\"sameAs\":[\"https:\\\/\\\/johndeletre.blog\",\"https:\\\/\\\/www.facebook.com\\\/TheCowboy974\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/johndeletre\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/john_deletre\"],\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/author\\\/johnadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"ADFS SSO web browsers &#062; JD. Blog","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:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/","og_locale":"en_US","og_type":"article","og_title":"ADFS SSO web browsers","og_description":"ADFS 3.0 and single sign-on in other web browsers","og_url":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/","og_site_name":"JD. Blog","article_author":"https:\/\/www.facebook.com\/TheCowboy974","article_published_time":"2015-06-08T15:51:44+00:00","article_modified_time":"2023-12-16T20:01:18+00:00","og_image":[{"width":1022,"height":655,"url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/PowerShell-1.png","type":"image\/png"}],"author":"John Deletre","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/john_deletre","twitter_misc":{"Written by":"John Deletre","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/#article","isPartOf":{"@id":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/"},"author":{"name":"John Deletre","@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/person\/76185eeef8e3b5739329b634aab80675"},"headline":"ADFS SSO web browsers","datePublished":"2015-06-08T15:51:44+00:00","dateModified":"2023-12-16T20:01:18+00:00","mainEntityOfPage":{"@id":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/"},"wordCount":265,"commentCount":0,"publisher":{"@id":"https:\/\/johndeletre.blog\/en\/#organization"},"image":{"@id":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/#primaryimage"},"thumbnailUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/PowerShell-1.png","keywords":["ADFS","Azure AD Connect","Single sign-on","SSO"],"articleSection":["Microsoft 365"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/","url":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/","name":"ADFS SSO web browsers &#062; JD. Blog","isPartOf":{"@id":"https:\/\/johndeletre.blog\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/#primaryimage"},"image":{"@id":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/#primaryimage"},"thumbnailUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/PowerShell-1.png","datePublished":"2015-06-08T15:51:44+00:00","dateModified":"2023-12-16T20:01:18+00:00","breadcrumb":{"@id":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/#primaryimage","url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/PowerShell-1.png","contentUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/PowerShell-1.png","width":1022,"height":655},{"@type":"BreadcrumbList","@id":"https:\/\/johndeletre.blog\/en\/2015\/06\/adfs-sso-web-browsers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/johndeletre.blog\/en\/"},{"@type":"ListItem","position":2,"name":"ADFS SSO web browsers"}]},{"@type":"WebSite","@id":"https:\/\/johndeletre.blog\/en\/#website","url":"https:\/\/johndeletre.blog\/en\/","name":"JD. Blog","description":"","publisher":{"@id":"https:\/\/johndeletre.blog\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/johndeletre.blog\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/johndeletre.blog\/en\/#organization","name":"JD. Blog","url":"https:\/\/johndeletre.blog\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/logo\/image\/","url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/cropped-Sans-titre-3.png","contentUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/cropped-Sans-titre-3.png","width":512,"height":512,"caption":"JD. Blog"},"image":{"@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/person\/76185eeef8e3b5739329b634aab80675","name":"John Deletre","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g","caption":"John Deletre"},"sameAs":["https:\/\/johndeletre.blog","https:\/\/www.facebook.com\/TheCowboy974","https:\/\/www.linkedin.com\/in\/johndeletre\/","https:\/\/x.com\/https:\/\/twitter.com\/john_deletre"],"url":"https:\/\/johndeletre.blog\/en\/author\/johnadmin\/"}]}},"jetpack_featured_media_url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/PowerShell-1.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/posts\/1730","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/comments?post=1730"}],"version-history":[{"count":0,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/posts\/1730\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/media\/1617"}],"wp:attachment":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/media?parent=1730"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/categories?post=1730"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/tags?post=1730"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}