{"id":514135,"date":"1970-01-01T00:00:00","date_gmt":"1969-12-31T23:00:00","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/"},"modified":"1970-01-01T00:00:00","modified_gmt":"1969-12-31T23:00:00","slug":"authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/","title":{"rendered":"Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Mapping of Federated user within your organization is done by setting the external group mapping in any MuleSoft Anypoint Platform Role. If you want to use such a user to call the platform API, you need to have a valid access token. The steps below would guide you step by step to retrieve the access token for such federated user with an example.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-steps\">Steps<\/h2>\n\n\n\n<h5 class=\"has-black-color has-cyan-bluish-gray-background-color has-text-color has-background wp-block-heading\" id=\"h-1-open-the-browser-developer-tool-here-in-this-case-i-am-using-google-chrome-click-customize-and-control-google-chrome-more-tools-developer-tools\">1. Open the Browser Developer Tool. Here in this case I am using Google Chrome. Click \u201cCustomize and Control Google Chrome\u201d &gt;&gt; \u201cMore Tools\u201d &gt;&gt; \u201cDeveloper Tools\u201d<\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/Developer-tool.png\" alt=\"Developer tool\" class=\"wp-image-8127\"\/><\/figure><\/div>\n\n\n\n<h5 class=\"has-black-color has-cyan-bluish-gray-background-color has-text-color has-background wp-block-heading\" id=\"h-2-prepare-the-url-anypoint-mulesoft-com-accounts-login-domain_name-in-case-the-control-plain-is-hosted-in-eu-eu1-anypoint-mulesoft-com-accounts-login-domain_name\">2. Prepare the URL anypoint.mulesoft.com\/accounts\/login\/&lt;&lt;Domain_Name&gt;&gt; In case the control plain is hosted in EU: <strong><em>eu1.<\/em><\/strong>anypoint.mulesoft.com\/accounts\/login\/&lt;&lt;Domain_Name&gt;&gt;<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example: <\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>NOTE: Domain name can be obtained as<\/em><br><em>Anypoint Platform &gt;&gt; <\/em><strong><em>Access Management<\/em><\/strong><em> &gt;&gt;&nbsp;<\/em><strong><em>Organizations<\/em><\/strong><em>&nbsp;&gt;&gt;&nbsp;yourMasterOrg, and copy the domain name.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h5 class=\"has-black-color has-cyan-bluish-gray-background-color has-text-color has-background wp-block-heading\" id=\"h-3-enter-the-url-in-the-same-session-tab-where-developer-tool-is-open-it-will-be-redirected-to-your-idp-s-single-sign-on-page-enter-the-idp-credentials-and-authenticate-yourself\">3. Enter the URL in the same Session\/Tab where Developer Tool is open. It will be redirected to your IDP\u2019s Single Sign on Page. Enter the IDP Credentials and authenticate yourself.<\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/MuleSoft-Anypoint-Platform.png\" alt=\"\" class=\"wp-image-8139\"\/><\/figure><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Copy the SAMLResponse as highlighted above. This SAMLResponse will be used to obtain the Bearer Token.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h5 class=\"has-black-color has-cyan-bluish-gray-background-color has-text-color has-background wp-block-heading\" id=\"h-4-get-the-idp-id-access-management-identity-providers-saml-edit-configuration\">4. Get the IDP ID: \u201cAccess Management\u201d &gt;&gt; \u201cIdentity Providers\u201d &gt;&gt; \u201cSAML\u201d &gt;&gt; <strong><em>edit<\/em><\/strong> &gt;&gt; \u201cConfiguration\u201d<\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/Acess-Management.png\" alt=\"\" class=\"wp-image-8155\"\/><\/figure><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h5 class=\"has-black-color has-cyan-bluish-gray-background-color has-text-color has-background wp-block-heading\" id=\"h-5-use-the-command-below-to-get-the-bearer-token\">5. Use the Command below to get the bearer token:<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/Bearer-Token.png\" alt=\"\" class=\"wp-image-8157\"\/><\/figure><\/div>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-background has-fixed-layout\" style=\"background-color:#e7f5fe\"><tbody><tr><td>curl &#8211;location &#8211;request POST &#8216;https:\/\/eu1.anypoint.mulesoft.com\/accounts\/login\/&lt;Org-ID&gt;\/providers\/&lt;Provider-ID&gt;\/receive-id&#8217; <br>&#8211;header &#8216;Content-Type: application\/json&#8217; <br>&#8211;header &#8216;X-Requested-With: XMLHttpRequest&#8217; <br>&#8211;data-raw &#8216;{<br>&nbsp;&nbsp;&nbsp; &#8220;SAMLResponse&#8221;: &#8220;&lt;SAML_RESPONSE&gt;&#8221;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h5 class=\"has-black-color has-cyan-bluish-gray-background-color has-text-color has-background wp-block-heading\" id=\"h-6-after-obtaining-the-bearer-token-federated-users-within-your-organization-can-use-it-to-access-an-api-for-example-you-can-access-the-api-using-one-of-the-following-methods\">6. After obtaining the bearer token federated users within your organization can use it to access an API. For example, you can access the API using one of the following methods:<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Anypoint CLI<\/strong>: A user can access a platform API by supplying the&nbsp;-bearer&nbsp;option to the&nbsp;anypoint-cli&nbsp;command. See&nbsp;<a href=\"https:\/\/docs.mulesoft.com\/runtime-manager\/anypoint-platform-cli#logging-in\" target=\"_blank\" rel=\"noreferrer noopener\">Anypoint CLI<\/a>&nbsp;for more information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>curl<\/strong>: A user can access a platform API by passing the bearer token when accessing an API endpoint as shown in the following<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example: Get the VPN Tunnel Status<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/VPN-Tunnel-status.png\" alt=\"\" class=\"wp-image-8159\"\/><\/figure><\/div>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-background\" style=\"background-color:#e7f5fe\"><tbody><tr><td>curl &#8211;location &#8211;request GET &#8216;https:\/\/eu1.anypoint.mulesoft.com\/cloudhub\/api\/organizations\/&lt;Org-ID&gt;\/vpcs\/&lt;VPC-ID&gt;\/ipsec\/&lt;VPN-ID&gt;&#8217; <br>&#8211;header &#8216;Authorization: Bearer 52e94424-ccf62fd57612&#8217; <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>NOTE:<\/em><\/strong><em> if the User tries to access something which isn\u2019t allowed by his designated role\/permission then API will return 401 unauthorized error.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><em>NOTE<\/em><\/strong><em>: Validity of the bearer token is as per the Default Session timeout property. For More Information. Check <u><a href=\"https:\/\/docs.mulesoft.com\/access-management\/organization#organization-settings\">Organization Settings<\/a><\/u><\/em><\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Need help with setting up or optimizing your MuleSoft Anypoint platform? Our 75+ Certified MuleSoft experts have around 25 years of integration experience and can guide you in the most difficult challenges. Contact us to learn more.<\/p>\n\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mapping of Federated user within your organization is done by setting the external group mapping in any MuleSoft Anypoint Platform Role. If you want to use such a user to call the platform API, you need to have a valid access token. The steps below would guide you step by step to retrieve the access [&hellip;]<\/p>\n","protected":false},"featured_media":514139,"template":"","categories":[2643],"tags":[3241],"industry":[],"class_list":["post-514135","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","category-business-platforms-sk","tag-uk-import-sk"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t<figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/\" target=\"_self\" ><img width=\"1536\" height=\"864\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1.jpg 1536w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1-300x169.jpg 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1-1024x576.jpg 1024w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1-768x432.jpg 768w\" sizes=\"auto, (max-width: 1536px) 100vw, 1536px\" \/><\/a><\/figure>\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-1 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/\" target=\"_self\" >Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources | Devoteam<\/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:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources\" \/>\n<meta property=\"og:description\" content=\"Mapping of Federated user within your organization is done by setting the external group mapping in any MuleSoft Anypoint Platform Role. If you want to use such a user to call the platform API, you need to have a valid access token. The steps below would guide you step by step to retrieve the access [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/\",\"name\":\"Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/api-header-image-1536x864-1.jpg\",\"datePublished\":\"1969-12-31T23:00:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/#breadcrumb\"},\"inLanguage\":\"en-SK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-SK\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/api-header-image-1536x864-1.jpg\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/api-header-image-1536x864-1.jpg\",\"width\":1536,\"height\":864},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/sk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-SK\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources | Devoteam","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:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/","og_locale":"en_US","og_type":"article","og_title":"Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources","og_description":"Mapping of Federated user within your organization is done by setting the external group mapping in any MuleSoft Anypoint Platform Role. If you want to use such a user to call the platform API, you need to have a valid access token. The steps below would guide you step by step to retrieve the access [&hellip;]","og_url":"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/","og_site_name":"Devoteam","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/","url":"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/","name":"Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/sk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1.jpg","datePublished":"1969-12-31T23:00:00+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/#breadcrumb"},"inLanguage":"en-SK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/"]}]},{"@type":"ImageObject","inLanguage":"en-SK","@id":"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1.jpg","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1.jpg","width":1536,"height":864},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/sk\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/sk\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/sk\/expert-view\/"},{"@type":"ListItem","position":3,"name":"Authenticating the federated users within your organization to access a MuleSoft API &amp; Resources"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/sk\/#website","url":"https:\/\/devoteam.info\/sk\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/sk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-SK"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1.jpg",1536,864,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1-150x150.jpg",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1-300x169.jpg",300,169,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1-768x432.jpg",768,432,true],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1-1024x576.jpg",1024,576,true],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1.jpg",1536,864,false],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/api-header-image-1536x864-1.jpg",1536,864,false]},"uagb_author_info":{"display_name":"Julien Pawlowski","author_link":"https:\/\/devoteam.info\/sk\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"Mapping of Federated user within your organization is done by setting the external group mapping in any MuleSoft Anypoint Platform Role. If you want to use such a user to call the platform API, you need to have a valid access token. The steps below would guide you step by step to retrieve the access&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/expert-view\/514135","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/expert-view\/514135\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/media\/514139"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/media?parent=514135"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/categories?post=514135"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/tags?post=514135"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/sk\/wp-json\/wp\/v2\/industry?post=514135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}