{"id":347,"date":"2026-05-22T10:44:52","date_gmt":"2026-05-22T10:44:52","guid":{"rendered":"https:\/\/www.hexnode.com\/help\/idp\/?p=347"},"modified":"2026-05-28T07:21:48","modified_gmt":"2026-05-28T07:21:48","slug":"configure-scim-provisioning-hexnode-idp","status":"publish","type":"post","link":"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/","title":{"rendered":"Configure SCIM Provisioning in Hexnode IdP"},"content":{"rendered":"<p>This article explains the concepts and architecture of System for Cross-domain Identity Management (SCIM) 2.0 provisioning within Hexnode IdP. It details how Hexnode securely authorizes connections, defines provisioning actions, maps attribute data, and automates the user lifecycle across your enterprise applications. <\/p>\n<h2>Introduction to SCIM 2.0 &amp; Application Provisioning <\/h2>\n<p><strong>System for Cross-domain Identity Management (SCIM) 2.0<\/strong> is an open standard designed to automate user identity lifecycle management between identity providers and third-party systems. <\/p>\n<p>While authentication protocols like SAML 2.0 and OpenID Connect (OIDC) manage the &#8220;handshake&#8221; during a login session, they do not inherently manage the user account&#8217;s existence in the application&#8217;s database. <\/p>\n<ul>\n<li><strong>Authentication (<a href=\"https:\/\/www.hexnode.com\/help\/idp\/saml-sso-configuration-for-apps\/\" target=\"_blank\" rel=\"noopener noreferrer\">SAML<\/a>\/<a href=\"https:\/\/www.hexnode.com\/help\/idp\/configure-oidc-single-sign-on-apps\/\" target=\"_blank\" rel=\"noopener noreferrer\">OIDC<\/a>) answers<\/strong>: <em>Is this user who they say they are, and can they access the app right now? <\/em><\/li>\n<li><strong>Provisioning (SCIM) answers<\/strong>: <em>Should this user exist in the application at all, and what should their profile attributes and group memberships look like? <\/em><\/li>\n<\/ul>\n<p>By utilizing SCIM 2.0, Hexnode IdP ensures that user accounts and group memberships inside target applications remain perfectly aligned with your authoritative central directory. <\/p>\n<h2>Application Provisioning in Hexnode IdP <\/h2>\n<p>Application provisioning is the process of creating, updating, and disabling user accounts and profiles in target applications (Service Providers). Based on your organization&#8217;s configuration, Hexnode IdP supports two methods: <\/p>\n<ul>\n<li><strong>Automatic Provisioning<\/strong>: When SCIM 2.0 is configured and enabled for an integrated application, Hexnode IdP automatically synchronizes identity data. Actions such as creating, updating, and deactivating user accounts within the target application occur automatically based on a defined schedule and changes within the Hexnode IdP directory. <\/li>\n<li><strong>Manual Provisioning<\/strong>: If SCIM is not enabled, the integration relies on manual provisioning. IT administrators must manually create, update, and deactivate user accounts directly within the target application&#8217;s local database before an SSO login can succeed. <\/li>\n<\/ul>\n<h2>How automatic provisioning works <\/h2>\n<p>To successfully automate identity management, Hexnode IdP uses several core mechanisms to establish trust, determine the scope of automation, and translate data schemas. <\/p>\n<p><a href=\"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/App-Settings-to-configure-SCIM-provisioning-for-SAMLOIDC-SSO-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\/App-Settings-to-configure-SCIM-provisioning-for-SAMLOIDC-SSO-in-Hexnode-IDP.png\" title=\"App Settings to configure scim provisioning for SAML\/OIDC Single Sign-On in Hexnode IDP\" alt=\"Screenshot of the Hexnode IDP portal showing the options to configure scim provisioning for an application during the setup for SAML or OIDC Single Sign-On. The page displays settings for the SCIM 2.0 Endpoint URL, secure Authorization Token, Provisioning Actions (Create Users, Update Users, Deactivate Users, Sync Groups), Synchronization Schedule, User Attribute Mapping, and Group Attribute Mapping.\" width=\"750\" height=\"500\"><\/a><\/p>\n<h3>1. Authorization <\/h3>\n<p>To perform lifecycle actions, Hexnode IdP must securely communicate with the target Service Provider&#8217;s SCIM API. This trust is established using two primary components: <\/p>\n<ul>\n<li><strong>SCIM 2.0 Endpoint URL<\/strong>: The base API endpoint exposed by the Service Provider. Hexnode IdP routes all provisioning requests to this specific address. <\/li>\n<li><strong>Authorization Token<\/strong>: Hexnode IdP authenticates its SCIM requests using a secure bearer token. This token acts as a continuous trust credential. Without it, the Service Provider will reject all inbound provisioning requests from Hexnode IdP. <\/li>\n<\/ul>\n<h3>2. Provisioning Actions <\/h3>\n<p>Administrators can define the exact level of control Hexnode IdP exerts over identities inside the target application. You can selectively enable the following operations: <\/p>\n<ul>\n<li><strong>Create Users<\/strong>: Automatically provisions a new account when a user is assigned to the application in Hexnode IdP. <\/li>\n<li><strong>Update Users<\/strong>: Synchronizes changes made in Hexnode IdP, ensuring updates to attributes (like name or email) are pushed to the target application over time. <\/li>\n<li><strong>Deactivate Users<\/strong>: Disables user accounts in the target application when access is revoked or the user is offboarded. <\/li>\n<li><strong>Sync Groups<\/strong>: Maintains accurate group membership within the application to support role-based access control (RBAC). <\/li>\n<\/ul>\n<h3>3. Attribute Mapping <\/h3>\n<p>Different systems often use different naming conventions for data (e.g., Hexnode might use First Name, while the target app expects givenName). <strong>Attribute Mapping<\/strong> ensures that identity data in Hexnode IdP aligns with the schema expected by the Service Provider. <\/p>\n<ul>\n<li><strong>Outbound Directionality<\/strong>: Hexnode IdP supports <strong>outbound provisioning<\/strong>. This means Hexnode acts as the authoritative source of truth, pushing data <em>outward<\/em> to the Service Provider. <\/li>\n<li><strong>User Attribute Mapping<\/strong>: Administrators map user-level fields (such as First Name, Last Name, Email Address, and Username) from Hexnode IdP to the corresponding fields in the target application. <\/li>\n<li><strong>Group Attribute Mapping<\/strong>: In Hexnode IdP, a group is simply a collection of users organized by department, team, or role (such as &#8220;Sales&#8221; or &#8220;IT&#8221;). The main use of a group is to make access management efficient \u2014 allowing you to assign applications  to an entire team at once rather than doing it one by one. Group attribute mapping works exactly the same way as user mapping. Instead of matching individual user details, it matches your Hexnode group data with the target application&#8217;s group fields, ensuring that team memberships are accurately translated across both systems. <\/li>\n<li><strong>Customization<\/strong>: Administrators are not limited to the default fields. By clicking the <strong>+ Add more<\/strong> button, you can manually add and map custom attributes if the target application requires additional data points.<\/li>\n<\/ul>\n<h3>4. Synchronization Schedule <\/h3>\n<p>Hexnode IdP does not push identity changes randomly. It evaluates and transmits updates to the Service Provider based on a strict, administrator-defined schedule. This rhythm is controlled by: <\/p>\n<ul>\n<li><strong>Schedule Frequency<\/strong>: Defines how often the sync cycle occurs (<strong>Daily<\/strong>, <strong>Weekly<\/strong>, or <strong>Monthly<\/strong>). <\/li>\n<li><strong>Schedule Sync<\/strong>: Defines the exact hour and minute the automated provisioning tasks are executed.  <\/li>\n<\/ul>\n<h2>Deprovisioning (Offboarding) <\/h2>\n<p>Deprovisioning is the automated offboarding process. When a user leaves your organization, changes roles, or has their application access revoked in Hexnode IdP, leaving their target account active creates severe security vulnerabilities and consumes expensive software licenses. <\/p>\n<p>When a user is unassigned or offboarded, Hexnode IdP triggers a deprovisioning action. During the next scheduled sync, Hexnode IdP sends a structured SCIM request to the target application to disable or remove the user&#8217;s account. This prevents future access to the app independent of their SSO login status, ensuring rapid, automated compliance. <\/p>\n<p>In Hexnode IdP, administrators can manually execute global deprovisioning by navigating to <strong>Directory &gt; Users &gt; All Users<\/strong>, selecting the target users, clicking Actions, and choose <strong>Deactivate User\/Delete User<\/strong> action. Depending on the action chosen, SCIM communicates the lifecycle change to the connected applications: <\/p>\n<h3>Deactivate User <\/h3>\n<p>This action temporarily disables the user&#8217;s access without permanently erasing their directory profile. <\/p>\n<ul>\n<li><strong>Immediate Impact<\/strong>: All active user sessions are terminated instantly, and all valid Refresh Tokens and Access Tokens are revoked. <\/li>\n<li><strong>Access Restricted<\/strong>: The user is unable to log in to the IdP and all connected applications. <\/li>\n<li><strong>SCIM Behaviour<\/strong>: A deactivate command is sent to the Service Provider during the next sync to disable the downstream account. <\/li>\n<\/ul>\n<h3>Delete User <\/h3>\n<p>This action permanently removes the user from your identity environment. <\/p>\n<p><a href=\"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/Deprovisioning-via-Delete-User-action-to-securely-revoke-app-access-after-you-configure-SCIM-provisioning-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\/Deprovisioning-via-Delete-User-action-to-securely-revoke-app-access-after-you-configure-SCIM-provisioning-in-Hexnode-IDP.png\" title=\"Deprovisioning via Delete User action to securely revoke app access after you configure SCIM provisioning in Hexnode IDP\" alt=\"Screenshot of the Hexnode IDP portal showing the All Users section under the Directory tab. Target users are selected, and the Delete User option is chosen from the Actions menu. This manual deletion in the IdP acts as the trigger to automatically revoke the user's access in connected downstream applications.\" width=\"750\" height=\"500\"><\/a><\/p>\n<ul>\n<li><strong>Immediate Impact<\/strong>: All access and refresh tokens for the user are revoked instantly. <\/li>\n<li><strong>Data Erased<\/strong>: All user data, profiles, and historical logs within the IdP are completely purged. <\/li>\n<li><strong>SCIM Behaviour<\/strong>: Users are fully deprovisioned from all connected SaaS\/Cloud applications according to the Service Provider&#8217;s deletion logic. <\/li>\n<\/ul>\n<h2>Conclusion: Comparing Provisioning Models <\/h2>\n<p>When integrating applications with Hexnode IdP, choosing the right provisioning model is critical for security and operational efficiency. While manual processes or Just-In-Time (JIT) provisioning may suffice for very small deployments, SCIM 2.0 is the only protocol that provides full lifecycle automation. <\/p>\n<table>\n<tbody>\n<tr>\n<th width=\"25%\">Feature<\/th>\n<th width=\"25%\">SCIM 2.0 (Automatic)<\/th>\n<th width=\"25%\">Just-In-Time (JIT)<\/th>\n<th width=\"25%\">Manual Provisioning<\/th>\n<\/tr>\n<tr>\n<td><strong>Account Creation<\/strong><\/td>\n<td>Automatic (upon assignment)<\/td>\n<td>Automatic (upon first login)<\/td>\n<td>Manual (IT Admin)<\/td>\n<\/tr>\n<tr>\n<td><strong>Profile Updates<\/strong><\/td>\n<td>Automatic (via Scheduled Sync)<\/td>\n<td>Reactive (only updates during login)<\/td>\n<td>Manual (IT Admin)<\/td>\n<\/tr>\n<tr>\n<td><strong>Deprovisioning<\/strong><\/td>\n<td>Automatic (Account disabled\/deleted)<\/td>\n<td>Unsupported (Accounts remain orphaned)<\/td>\n<td>Manual (IT Admin)<\/td>\n<\/tr>\n<tr>\n<td><strong>Security Risk<\/strong><\/td>\n<td>Low (Instant compliance)<\/td>\n<td>High (Orphaned accounts retain access)<\/td>\n<td>Medium (Prone to human error)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>By implementing SCIM 2.0 alongside your SAML or OIDC SSO configurations, you eliminate administrative bottlenecks, drastically reduce the risk of orphaned accounts, and ensure that your application ecosystem always mirrors your central Hexnode IdP directory. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article explains the concepts and architecture of System for Cross-domain Identity Management (SCIM) 2.0 provisioning within Hexnode IdP. It details how Hexnode securely authorizes connections, defines provisioning actions, maps attribute data, and automates the user lifecycle across your enterprise applications. Introduction to SCIM 2.0 &amp; Application Provisioning System for Cross-domain Identity Management (SCIM) 2.0 [&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":[16,15],"tags":[],"class_list":["post-347","post","type-post","status-publish","format-standard","hentry","category-scim","category-app-provisioning"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Configure SCIM Provisioning | Hexnode IdP<\/title>\n<meta name=\"description\" content=\"Learn to configure SCIM provisioning in Hexnode IdP. Automate user account creation, attribute mapping, and secure authorization across apps.\" \/>\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\/configure-scim-provisioning-hexnode-idp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Configure SCIM Provisioning | Hexnode IdP\" \/>\n<meta property=\"og:description\" content=\"Learn to configure SCIM provisioning in Hexnode IdP. Automate user account creation, attribute mapping, and secure authorization across apps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/\" \/>\n<meta property=\"og:site_name\" content=\"Hexnode IDP\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-22T10:44:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T07:21:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hexnode.com\/help\/idp\/wp-content\/uploads\/sites\/4\/2026\/05\/App-Settings-to-configure-SCIM-provisioning-for-SAMLOIDC-SSO-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=\"6 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\/configure-scim-provisioning-hexnode-idp\/\",\n\t            \"url\": \"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/\",\n\t            \"name\": \"How to Configure SCIM Provisioning | Hexnode IdP\",\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\/configure-scim-provisioning-hexnode-idp\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\/\/www.hexnode.com\/help\/idp\/wp-content\/uploads\/sites\/4\/2026\/05\/App-Settings-to-configure-SCIM-provisioning-for-SAMLOIDC-SSO-in-Hexnode-IDP.png\",\n\t            \"datePublished\": \"2026-05-22T10:44:52+00:00\",\n\t            \"dateModified\": \"2026-05-28T07:21:48+00:00\",\n\t            \"description\": \"Learn to configure SCIM provisioning in Hexnode IdP. Automate user account creation, attribute mapping, and secure authorization across apps.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/#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\/configure-scim-provisioning-hexnode-idp\/\"\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\/configure-scim-provisioning-hexnode-idp\/#primaryimage\",\n\t            \"url\": \"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/App-Settings-to-configure-SCIM-provisioning-for-SAMLOIDC-SSO-in-Hexnode-IDP-scaled.png\",\n\t            \"contentUrl\": \"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/App-Settings-to-configure-SCIM-provisioning-for-SAMLOIDC-SSO-in-Hexnode-IDP-scaled.png\",\n\t            \"width\": 2560,\n\t            \"height\": 1299,\n\t            \"caption\": \"Screenshot of the Hexnode IDP portal showing the options to configure scim provisioning for an application during the setup for SAML or OIDC Single Sign-On. The page displays settings for the SCIM 2.0 Endpoint URL, secure Authorization Token, Provisioning Actions (Create Users, Update Users, Deactivate Users, Sync Groups), Synchronization Schedule, User Attribute Mapping, and Group Attribute Mapping.\"\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":"How to Configure SCIM Provisioning | Hexnode IdP","description":"Learn to configure SCIM provisioning in Hexnode IdP. Automate user account creation, attribute mapping, and secure authorization across apps.","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\/configure-scim-provisioning-hexnode-idp\/","og_locale":"en_US","og_type":"article","og_title":"How to Configure SCIM Provisioning | Hexnode IdP","og_description":"Learn to configure SCIM provisioning in Hexnode IdP. Automate user account creation, attribute mapping, and secure authorization across apps.","og_url":"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/","og_site_name":"Hexnode IDP","article_published_time":"2026-05-22T10:44:52+00:00","article_modified_time":"2026-05-28T07:21:48+00:00","og_image":[{"url":"https:\/\/www.hexnode.com\/help\/idp\/wp-content\/uploads\/sites\/4\/2026\/05\/App-Settings-to-configure-SCIM-provisioning-for-SAMLOIDC-SSO-in-Hexnode-IDP.png","type":"","width":"","height":""}],"author":"Shandwani Wilson","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shandwani Wilson","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/","url":"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/","name":"How to Configure SCIM Provisioning | Hexnode IdP","isPartOf":{"@id":"https:\/\/www.hexnode.com\/help\/idp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/#primaryimage"},"image":{"@id":"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hexnode.com\/help\/idp\/wp-content\/uploads\/sites\/4\/2026\/05\/App-Settings-to-configure-SCIM-provisioning-for-SAMLOIDC-SSO-in-Hexnode-IDP.png","datePublished":"2026-05-22T10:44:52+00:00","dateModified":"2026-05-28T07:21:48+00:00","description":"Learn to configure SCIM provisioning in Hexnode IdP. Automate user account creation, attribute mapping, and secure authorization across apps.","breadcrumb":{"@id":"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hexnode.com\/help\/idp\/configure-scim-provisioning-hexnode-idp\/#primaryimage","url":"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/App-Settings-to-configure-SCIM-provisioning-for-SAMLOIDC-SSO-in-Hexnode-IDP-scaled.png","contentUrl":"https:\/\/cdn.hexnode.com\/help\/idp\/wp-content\/uploads\/2026\/05\/App-Settings-to-configure-SCIM-provisioning-for-SAMLOIDC-SSO-in-Hexnode-IDP-scaled.png","width":2560,"height":1299,"caption":"Screenshot of the Hexnode IDP portal showing the options to configure scim provisioning for an application during the setup for SAML or OIDC Single Sign-On. The page displays settings for the SCIM 2.0 Endpoint URL, secure Authorization Token, Provisioning Actions (Create Users, Update Users, Deactivate Users, Sync Groups), Synchronization Schedule, User Attribute Mapping, and Group Attribute Mapping."},{"@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\/347","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=347"}],"version-history":[{"count":8,"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/posts\/347\/revisions"}],"predecessor-version":[{"id":401,"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/posts\/347\/revisions\/401"}],"wp:attachment":[{"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/media?parent=347"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/categories?post=347"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hexnode.com\/help\/idp\/wp-json\/wp\/v2\/tags?post=347"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}