{"id":333,"date":"2026-05-19T10:56:48","date_gmt":"2026-05-19T10:56:48","guid":{"rendered":"https:\/\/www.hexnode.com\/help\/idp\/?p=333"},"modified":"2026-05-28T06:12:57","modified_gmt":"2026-05-28T06:12:57","slug":"saml-sso-configuration-for-apps","status":"publish","type":"post","link":"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/","title":{"rendered":"SAML SSO Configuration: Integrating Enterprise Applications Securely"},"content":{"rendered":"<p>This article provides an overview of the Security Assertion Markup Language (SAML) protocol and offers a step-by-step guide to configuring a SAML 2.0 enterprise application within Hexnode IdP. <\/p>\n<h2>Overview of SAML authentication <\/h2>\n<p>Security Assertion Markup Language (SAML) is an open, XML-based standard used for exchanging authentication and authorization data between parties. In the context of modern enterprise identity and access management (IAM), SAML is the backbone of Single Sign-On (SSO). It shifts the burden of credential management away from individual applications and centralizes it within a secure, dedicated identity system. <\/p>\n<p>The SAML transaction primarily involves two entities: <\/p>\n<ul>\n<li><strong>Identity Provider (IdP)<\/strong>: The system that holds the user identities and verifies their credentials. It is responsible for authenticating the user and asserting their identity to other systems. <\/li>\n<li><strong>Service Provider (SP)<\/strong>: The target application or service the user is trying to access (e.g., Salesforce, Slack, or Google Workspace). The SP trusts the IdP to handle authentication. <\/li>\n<\/ul>\n<p>Instead of users memorizing separate passwords for dozens of applications, they log in once to the IdP. Upon successful authentication, the IdP sends a digitally signed XML document called a <strong>SAML assertion<\/strong> to the SP. This assertion acts as trusted proof of identity, instructing the SP to grant the user a secure session. <\/p>\n<h2>Hexnode IdP as the Identity Provider <\/h2>\n<p>Within this architecture, Hexnode IdP serves as your authoritative Identity Provider. Integrating an application with Hexnode IdP using the SAML 2.0 protocol establishes a secure trust relationship between your directory and the third-party Service Provider. <\/p>\n<p>When a user attempts to access an integrated application, Hexnode IdP validates their credentials. Once verified, Hexnode IdP generates and securely passes an identity assertion\u2014a digital &#8220;passport&#8221;\u2014to the Service Provider. This allows the user to access authorized applications without navigating additional login prompts. <\/p>\n<p>Furthermore, Hexnode IdP allows you to pair SAML authentication with SCIM 2.0 (System for Cross-domain Identity Management) provisioning. While SAML handles the &#8220;login&#8221; event, SCIM automates the continuous lifecycle of the user account. Changes made in Hexnode IdP can automatically trigger the creation, update, synchronization, and deactivation of user accounts within the target application, ensuring organizational alignment and reducing manual IT overhead. <\/p>\n<h2>When to use SAML authentication <\/h2>\n<p>SAML is the traditional, enterprise-grade standard for identity federation. You should choose SAML when: <\/p>\n<ul>\n<li><strong>Integrating established enterprise software<\/strong>: SAML is universally supported by the vast majority of major B2B SaaS platforms, enterprise applications, and legacy web services. <\/li>\n<li><strong>Relying on rich identity data exchanges<\/strong>: Because SAML utilizes comprehensive XML documents, it is highly effective at passing detailed user attributes, roles, and authorization data alongside the primary authentication event. <\/li>\n<li><strong>Meeting strict organizational compliance<\/strong>: SAML provides highly configurable security parameters (such as structured token signing and encryption) that are often required to meet rigid corporate security and compliance frameworks. <\/li>\n<\/ul>\n<h2>Configure a SAML 2.0 application in Hexnode IdP <\/h2>\n<p>The following steps outline how to initialize a SAML application, configure SSO settings, enable SCIM automated provisioning, and assign user access. <\/p>\n<h3>Step 1: Initialize the application <\/h3>\n<p>First, create the application container within the portal. <\/p>\n<ol>\n<li>Log in to the <strong>Hexnode IDP<\/strong> portal. <\/li>\n<li>Navigate to <strong>Applications &gt; MyApps<\/strong>. <\/li>\n<li>Click <strong>+ Add Apps<\/strong>. <\/li>\n<li>Select <strong>SAML 2.0<\/strong> as the protocol. <\/li>\n<li>Click the edit icon next to <em>Untitled Application<\/em> to rename the application. <\/li>\n<li><em>(Optional)<\/em> Upload a logo for quick visual recognition. <\/li>\n<li>Click <strong>Save<\/strong>. <\/li>\n<\/ol>\n<h3>Step 2: Configure SAML Single Sign-On (SSO) <\/h3>\n<p>Define how Hexnode IDP securely passes identity information to the application by providing the expected endpoint and formatting details. <\/p>\n<p><a href=\"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/Configure-SAML-SSO-Configuration-Settings-for-App-in-Hexnode-IDP.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/Configure-SAML-SSO-Configuration-Settings-for-App-in-Hexnode-IDP.png\" title=\"Configure SAML SSO Configuration Settings for App in Hexnode IDP\" alt=\"Screenshot of the Hexnode IDP portal showing the SAML SSO Configuration page for an application. It displays various configuration fields including ACS URL, Entity ID, Audience URI, Name ID Format, and Logout URL.\" width=\"750\" height=\"500\"><\/a><\/p>\n<ol>\n<li>In the configuration wizard, provide the following details:\n<ol style=\"list-style-type: lower-alpha\">\n<li><strong>ACS URL<\/strong>: Enter the Assertion Consumer Service URL. This is the exact endpoint where the application expects to receive the SAML response. <em>Note that, if entered value is incorrect, the assertion will not reach its destination and login will fail. <\/em><\/li>\n<li><strong>Entity ID<\/strong>: Enter the globally unique identifier that represents the Service Provider. This ensures the assertion is generated exclusively for this application. <\/li>\n<li><strong>Audience URI<\/strong>: Define the intended recipient of the SAML assertion. This is often identical to the Entity ID and serves as an additional validation check. <\/li>\n<li><strong>Name ID Format<\/strong>: Select how the user is identified inside the SAML assertion:\n<ol style=\"list-style-type: lower-roman\">\n<li><strong>Email Address<\/strong>: Select this if the application uses an email address as the unique username. <\/li>\n<li><strong>Unspecified<\/strong>: Select this if the Service Provider does not mandate a specific predefined format type. <\/li>\n<li><strong>Persistent<\/strong>: Select this for applications that require a stable, unique identifier that remains constant across sessions, even if attributes like email change. <\/li>\n<\/ol>\n<\/li>\n<li><strong>Logout URL<\/strong>: Enter the Single Logout (SLO) endpoint for the application. Configuring this ensures that when a user logs out of the application or Hexnode IDP, their session is securely terminated across all connected services. <\/li>\n<\/ol>\n<\/li>\n<li>After entering the required details, click <strong>Next<\/strong>. <\/li>\n<\/ol>\n<h2>Step 3: Automate user lifecycle with SCIM 2.0 provisioning <\/h3>\n<p>If you wish to automatically sync user accounts between Hexnode IdP and the Service Provider, configure the SCIM connection parameters. <\/p>\n<p><a href=\"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/Configure-SCIM-Provisioning-for-App-in-Hexnode-IDP-using-SAML-SSO-Configuration.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/Configure-SCIM-Provisioning-for-App-in-Hexnode-IDP-using-SAML-SSO-Configuration.png\" title=\"Configure SCIM Provisioning for App in Hexnode IDP using SAML SSO Configuration\" alt=\"Screenshot of the Hexnode IDP portal showing the SCIM provisioning options for an application as part of the SAML SSO Configuration. The page shows settings for providing the SCIM 2.0 Endpoint URL and secure Authorization Token, selecting Provisioning Actions (Create Users, Update Users, Deactivate Users, Sync Groups), configuring the Synchronization Schedule, and setting up User Attribute Mapping and Group Attribute Mapping.\" width=\"750\" height=\"500\"><\/a><\/p>\n<ol>\n<li>Provide the <strong>SCIM 2.0 Endpoint URL<\/strong> and the secure <strong>Authorization Token<\/strong>. <\/li>\n<li>Select the required <strong>Provisioning Actions<\/strong> (<strong>Create Users, Update Users, Deactivate Users, Sync Groups<\/strong>). <\/li>\n<li>Configure the Synchronization Schedule by setting a specific Schedule Sync time and Frequency (Daily, Weekly, or Monthly). <\/li>\n<li>Configure the <strong>User Attribute Mapping<\/strong> and <strong>Group Attribute Mapping<\/strong> to align Hexnode IdP fields with the application&#8217;s required schema. <\/li>\n<li>Click <strong>Next<\/strong>. <\/li>\n<\/ol>\n    \t\t<div class=\"hts-messages hts-messages--info  hts-messages--withtitle hts-messages--withicon \"   >\r\n    \t\t\t<span class=\"hts-messages__title\">Note:<\/span>    \t\t\t    \t\t\t\t<p>\r\n    \t\t\t\t\t<\/p>\n<p>For comprehensive instructions on configuring automated provisioning, refer to the article: <a href=\"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/\" target=\"_blank\" rel=\"noopener noreferrer\">Configure SCIM Provisioning in Hexnode IdP<\/a>. <\/p>\n<p>    \t\t\t\t<\/p>\r\n    \t\t\t    \t\t\t\r\n    \t\t<\/div><!-- \/.ht-shortcodes-messages -->\r\n    \t\t\n<h3>Step 4: Manage user and group assignments <\/h3>\n<p>In the <strong>Assignments<\/strong> section, define which identities are authorized to authenticate into the application. You can browse your directory and explicitly <strong>Include<\/strong> or <strong>Exclude<\/strong> specific users or groups to control access based on your organization\u2019s requirements. After defining the initial access rules, click <strong>Next<\/strong>. <\/p>\n    \t\t<div class=\"hts-messages hts-messages--info  hts-messages--withtitle hts-messages--withicon \"   >\r\n    \t\t\t<span class=\"hts-messages__title\">Note:<\/span>    \t\t\t    \t\t\t\t<p>\r\n    \t\t\t\t\t<\/p>\n<p>For comprehensive instructions on configuring and modifying access rules, refer to the article: <a href=\"https:\/\/www.hexnode.com\/help\/idp\/assign-users-to-applications\/\" target=\"_blank\" rel=\"noopener noreferrer\">Assign Users\/Groups to Applications for Enterprise Single Sign-On<\/a>.<br \/>\n    \t\t\t\t<\/p>\r\n    \t\t\t    \t\t\t\r\n    \t\t<\/div><!-- \/.ht-shortcodes-messages -->\r\n    \t\t\n<h3>Step 5: Review the application <\/h3>\n<ol>\n<li>On the <strong>Review<\/strong> page, verify the summary of your:\n<ol style=\"list-style-type: lower-alpha\">\n<li>SAML Single Sign-On settings <\/li>\n<li>SCIM provisioning configuration <\/li>\n<li>User and group assignments <\/li>\n<\/ol>\n<\/li>\n<li>If adjustments are necessary, click <strong>Edit<\/strong> next to the corresponding section. <\/li>\n<li>Click <strong>Create<\/strong> to finalize the integration. <\/li>\n<\/ol>\n<p>The application is now active and can be managed or modified at any time under <strong>Applications &gt; My Apps<\/strong>. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article provides an overview of the Security Assertion Markup Language (SAML) protocol and offers a step-by-step guide to configuring a SAML 2.0 enterprise application within Hexnode IdP. Overview of SAML authentication Security Assertion Markup Language (SAML) is an open, XML-based standard used for exchanging authentication and authorization data between parties. In the context of [&hellip;]<\/p>\n","protected":false},"author":26,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[13,12],"tags":[],"class_list":["post-333","post","type-post","status-publish","format-standard","hentry","category-saml","category-authentication-protocols"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SAML SSO Configuration Guide for Enterprise Apps<\/title>\n<meta name=\"description\" content=\"Step-by-step SAML SSO configuration guide for enterprise apps. Centralize identity federation and automate account lifecycles.\" \/>\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.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SAML SSO Configuration Guide for Enterprise Apps\" \/>\n<meta property=\"og:description\" content=\"Step-by-step SAML SSO configuration guide for enterprise apps. Centralize identity federation and automate account lifecycles.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/\" \/>\n<meta property=\"og:site_name\" content=\"Hexnode IDP\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-19T10:56:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T06:12:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hexnode.com\/help\/idp\/wp-content\/uploads\/sites\/4\/2026\/05\/Configure-SAML-SSO-Configuration-Settings-for-App-in-Hexnode-IDP.png\" \/>\n<meta name=\"author\" content=\"Shandwani Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shandwani Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/\",\n\t            \"url\": \"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/\",\n\t            \"name\": \"SAML SSO Configuration Guide for Enterprise Apps\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.hexnode.com\/help\/idp\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\/\/www.hexnode.com\/help\/idp\/wp-content\/uploads\/sites\/4\/2026\/05\/Configure-SAML-SSO-Configuration-Settings-for-App-in-Hexnode-IDP.png\",\n\t            \"datePublished\": \"2026-05-19T10:56:48+00:00\",\n\t            \"dateModified\": \"2026-05-28T06:12:57+00:00\",\n\t            \"description\": \"Step-by-step SAML SSO configuration guide for enterprise apps. Centralize identity federation and automate account lifecycles.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/#primaryimage\",\n\t            \"url\": \"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/Configure-SAML-SSO-Configuration-Settings-for-App-in-Hexnode-IDP-scaled.png\",\n\t            \"contentUrl\": \"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/Configure-SAML-SSO-Configuration-Settings-for-App-in-Hexnode-IDP-scaled.png\",\n\t            \"width\": 2560,\n\t            \"height\": 1320,\n\t            \"caption\": \"Screenshot of the Hexnode IDP portal showing the SAML SSO Configuration page for an application. It displays various configuration fields including ACS URL, Entity ID, Audience URI, Name ID Format, and Logout URL.\"\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.hexnode.com\/help\/idp\/#website\",\n\t            \"url\": \"https:\/\/www.hexnode.com\/help\/idp\/\",\n\t            \"name\": \"Hexnode IDP\",\n\t            \"description\": \"Hexnode IDP Help\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.hexnode.com\/help\/idp\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SAML SSO Configuration Guide for Enterprise Apps","description":"Step-by-step SAML SSO configuration guide for enterprise apps. Centralize identity federation and automate account lifecycles.","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.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/","og_locale":"en_US","og_type":"article","og_title":"SAML SSO Configuration Guide for Enterprise Apps","og_description":"Step-by-step SAML SSO configuration guide for enterprise apps. Centralize identity federation and automate account lifecycles.","og_url":"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/","og_site_name":"Hexnode IDP","article_published_time":"2026-05-19T10:56:48+00:00","article_modified_time":"2026-05-28T06:12:57+00:00","og_image":[{"url":"https:\/\/www.hexnode.com\/help\/idp\/wp-content\/uploads\/sites\/4\/2026\/05\/Configure-SAML-SSO-Configuration-Settings-for-App-in-Hexnode-IDP.png","type":"","width":"","height":""}],"author":"Shandwani Wilson","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shandwani Wilson","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/","url":"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/","name":"SAML SSO Configuration Guide for Enterprise Apps","isPartOf":{"@id":"https:\/\/www.hexnode.com\/help\/idp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/#primaryimage"},"image":{"@id":"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hexnode.com\/help\/idp\/wp-content\/uploads\/sites\/4\/2026\/05\/Configure-SAML-SSO-Configuration-Settings-for-App-in-Hexnode-IDP.png","datePublished":"2026-05-19T10:56:48+00:00","dateModified":"2026-05-28T06:12:57+00:00","description":"Step-by-step SAML SSO configuration guide for enterprise apps. Centralize identity federation and automate account lifecycles.","breadcrumb":{"@id":"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/#primaryimage","url":"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/Configure-SAML-SSO-Configuration-Settings-for-App-in-Hexnode-IDP-scaled.png","contentUrl":"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/Configure-SAML-SSO-Configuration-Settings-for-App-in-Hexnode-IDP-scaled.png","width":2560,"height":1320,"caption":"Screenshot of the Hexnode IDP portal showing the SAML SSO Configuration page for an application. It displays various configuration fields including ACS URL, Entity ID, Audience URI, Name ID Format, and Logout URL."},{"@type":"WebSite","@id":"https:\/\/www.hexnode.com\/help\/idp\/#website","url":"https:\/\/www.hexnode.com\/help\/idp\/","name":"Hexnode IDP","description":"Hexnode IDP Help","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hexnode.com\/help\/idp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/posts\/333","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/comments?post=333"}],"version-history":[{"count":10,"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/posts\/333\/revisions"}],"predecessor-version":[{"id":392,"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/posts\/333\/revisions\/392"}],"wp:attachment":[{"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/media?parent=333"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/categories?post=333"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/tags?post=333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}