{"id":503294,"date":"2021-06-14T12:49:25","date_gmt":"2021-06-14T10:49:25","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/"},"modified":"2025-02-11T12:29:37","modified_gmt":"2025-02-11T11:29:37","slug":"authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/nl\/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\">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\">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\">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\">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\">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\">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-subtle-pale-blue-background-color has-fixed-layout has-background\"><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\">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-subtle-pale-blue-background-color has-background\"><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":354047,"template":"","categories":[1617,927],"tags":[811,765,766,1977,1231],"industry":[],"class_list":["post-503294","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","category-business-platforms","category-cloud-native-app-development","tag-api","tag-business-platforms","tag-cloud-native-app-development","tag-connectivity","tag-integration"],"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\/nl\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/\" target=\"_self\" ><img width=\"2000\" height=\"1125\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image.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\/12\/api-header-image.jpg 2000w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image-300x169.jpg 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image-1024x576.jpg 1024w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image-768x432.jpg 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image-1536x864.jpg 1536w\" sizes=\"auto, (max-width: 2000px) 100vw, 2000px\" \/><\/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\/nl\/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=\"description\" content=\"Mapping of Federated user within your organization is done by setting the external group mapping in any MuleSoft Anypoint Platform Role.\" \/>\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\/nl\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\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.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/nl\/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 property=\"article:modified_time\" content=\"2025-02-11T11:29:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1125\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/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\\\/nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/api-header-image.jpg\",\"datePublished\":\"2021-06-14T10:49:25+00:00\",\"dateModified\":\"2025-02-11T11:29:37+00:00\",\"description\":\"Mapping of Federated user within your organization is done by setting the external group mapping in any MuleSoft Anypoint Platform Role.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/api-header-image.jpg\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/api-header-image.jpg\",\"width\":2000,\"height\":1125,\"caption\":\"API Strategy with MuleSoft\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/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\\\/nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/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\\\/nl\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"}]}<\/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","description":"Mapping of Federated user within your organization is done by setting the external group mapping in any MuleSoft Anypoint Platform Role.","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\/nl\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/","og_locale":"nl_NL","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.","og_url":"https:\/\/devoteam.info\/nl\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/","og_site_name":"Devoteam","article_modified_time":"2025-02-11T11:29:37+00:00","og_image":[{"width":2000,"height":1125,"url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"3 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/nl\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/","url":"https:\/\/devoteam.info\/nl\/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\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/nl\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/nl\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image.jpg","datePublished":"2021-06-14T10:49:25+00:00","dateModified":"2025-02-11T11:29:37+00:00","description":"Mapping of Federated user within your organization is done by setting the external group mapping in any MuleSoft Anypoint Platform Role.","breadcrumb":{"@id":"https:\/\/devoteam.info\/nl\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/nl\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/devoteam.info\/nl\/expert-view\/authenticating-the-federated-users-within-your-organization-to-access-a-mulesoft-api-resources\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image.jpg","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image.jpg","width":2000,"height":1125,"caption":"API Strategy with MuleSoft"},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/nl\/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\/nl\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/nl\/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\/nl\/#website","url":"https:\/\/devoteam.info\/nl\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image.jpg",2000,1125,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image-150x150.jpg",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image-300x169.jpg",300,169,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image-768x432.jpg",768,432,true],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image-1024x576.jpg",1024,576,true],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image-1536x864.jpg",1536,864,true],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/api-header-image.jpg",2000,1125,false]},"uagb_author_info":{"display_name":"Julien Pawlowski","author_link":"https:\/\/devoteam.info\/nl\/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\/nl\/wp-json\/wp\/v2\/expert-view\/503294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/expert-view\/503294\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/media\/354047"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/media?parent=503294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/categories?post=503294"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/tags?post=503294"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/industry?post=503294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}