{"id":3023,"date":"2026-07-29T16:20:00","date_gmt":"2026-07-29T16:20:00","guid":{"rendered":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/"},"modified":"2026-07-29T20:59:06","modified_gmt":"2026-07-29T20:59:06","slug":"authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity","status":"publish","type":"post","link":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/","title":{"rendered":"Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification"},"content":{"rendered":"<p><br \/>\n<\/p>\n<div id=\"\">\n<p>Amazon Bedrock AgentCore Identification now helps Personal Key JWT shopper authentication for brokers. With Personal Key JWT shopper authentication, your brokers can authenticate to a downstream identification supplier\u2019s token endpoint utilizing a signed JSON Internet Token (JWT) shopper assertion as an alternative of a shared OAuth 2.0 shopper secret. You&#8217;ll be able to register a public key along with your identification supplier, whereas the corresponding personal key stays in an AWS Key Administration Service (AWS KMS). To authenticate, AgentCore Identification makes use of AWS KMS to signal the assertion and sends the signed assertion to the identification supplier, which verifies it utilizing the general public key you registered.<\/p>\n<p>This publish explains how Personal Key JWT shopper authentication works in AgentCore Identification and evaluations the supported grant flows. We then stroll via creating an AWS KMS signing key, registering its public key along with your identification supplier, configuring a credential supplier on the AWS Administration Console, and reviewing instance AWS CloudTrail occasions that file your agent\u2019s entry.<\/p>\n<h2 id=\"how-does-it-work\">How does it work?<\/h2>\n<p>The next instance illustrates the request movement. Contemplate a customer-support agent that should learn a buyer\u2019s order historical past from an inside orders API protected by your identification supplier.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/28\/ML-21480-1.png\" alt=\"Request flow showing the agent calling AgentCore Identity, which signs a JWT with KMS, posts the assertion to the identity provider, and returns an access token to the agent\" width=\"800\"\/><\/p>\n<p>Determine 1 \u2013 Instance request movement for a machine-to-machine token request, from the agent\u2019s name via to the downstream API<\/p>\n<p>The next diagram illustrates the request movement:<\/p>\n<p>        The agent calls GetResourceOauth2Token on AgentCore Identification to request a token for the orders API.<br \/>\n        AgentCore Identification reads the shopper ID, KMS key ARN, and signing algorithm out of your credential supplier. It builds a short-lived JWT shopper assertion with the required payload claims (plus any extra header or payload claims you configured, reminiscent of a key identifier or a certificates thumbprint), and calls kms:Signal towards your KMS uneven signing key utilizing the signing algorithm you configured (RS256, PS256, or ES256).<br \/>\n        AWS KMS indicators the assertion and returns the signature to AgentCore Identification. The personal key by no means leaves KMS.<br \/>\n        AgentCore Identification posts the signed assertion to your identification supplier\u2019s token endpoint with grant_type=client_credentials and client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer.<br \/>\n        The identification supplier verifies the signature towards the general public key you registered and returns an entry token to AgentCore Identification.<br \/>\n        AgentCore Identification returns the entry token to your agent.<br \/>\n        The agent calls the orders API with the entry token.<br \/>\n        The orders API returns the client\u2019s order historical past.<\/p>\n<h2 id=\"overview-of-supported-grant-flows\">Overview of supported grant flows<\/h2>\n<p>Personal Key JWT authentication works for the three grant flows:<\/p>\n<p>        Machine-to-machine (M2M): the agent acts as itself. There isn&#8217;t any human consumer within the image. The agent must entry a useful resource, for instance a background job syncing information, or a service that any customer-support agent can learn no matter who triggered it. The token represents the applying\/agent identification. Makes use of the client_credentials grant. The token\u2019s topic is the shopper itself.<br \/>\n        On-behalf-of (OBO): the agent acts for a selected consumer, utilizing that consumer\u2019s present token. A consumer has already signed in someplace and there may be an inbound consumer token. The agent must name a downstream API as that consumer, so their permissions and identification carry via. AgentCore Identification exchanges the inbound consumer token for a downstream token that represents the consumer, whereas nonetheless authenticating itself with the shopper assertion. You should utilize RFC 8693 token trade or the RFC 7523 JWT authorization grant, relying on the identification supplier.<br \/>\n        Consumer-delegated entry: the agent acts for a consumer, however the consumer grants consent interactively first. There isn&#8217;t any pre-existing token to trade. As an alternative, the consumer goes via an interactive login\/consent (the authorization code \/ three-legged OAuth movement), approving what the agent can do. After consent, the agent will get a token representing the consumer. Makes use of the authorization code grant.<\/p>\n<h2 id=\"prerequisites\">Stipulations<\/h2>\n<p>This publish assumes that you&#8217;ve got<\/p>\n<p>        An AWS account with AWS Administration Console entry to KMS, AgentCore and AWS CloudTrail.<br \/>\n        A tenant in your identification supplier, the place you&#8217;ll be able to register a public key for an software.<br \/>\n        Discovery URL and Shopper ID that purchasers use to find and combine along with your identification supplier.<br \/>\n        Affirm the signing algorithm your identification supplier requires for Personal Key JWT shopper authentication. Affirm the identical algorithm and key spec is supported by each AWS KMS and AgentCore Identification.<br \/>\n        Permissions for every a part of the movement:<\/p>\n<p>          Create and configure the KMS key \u2013 kms:CreateKey and kms:PutKeyPolicy.<br \/>\n          Export the general public key to register along with your identification supplier \u2013 kms:GetPublicKey. (In case your identification supplier generates the important thing pair and offers you the personal key materials as an alternative, you additionally want kms:GetParametersForImport and kms:ImportKeyMaterial to import it into KMS.)<br \/>\n          Create the credential supplier \u2013 bedrock-agentcore-control:CreateOauth2CredentialProvider.<\/p>\n<h2 id=\"getting-started\">Getting began<\/h2>\n<p>The next sections present  configure Personal Key JWT because the shopper authentication technique utilizing the AWS Administration Console.<\/p>\n<h3 id=\"step-1-create-the-kms-signing-key-and-register-the-public-key\">Step 1: Create the KMS signing key and register the general public key<\/h3>\n<p>Begin by creating an uneven KMS key that AgentCore Identification will use to signal the JWT shopper assertion. On this instance, we create the important thing in KMS and export the corresponding public key to the Identification supplier. Nevertheless, in case your identification supplier generates the important thing pair and offers you the personal key materials as an alternative, you&#8217;ll be able to import it to KMS.<\/p>\n<p>        Open the AWS KMS console in the identical AWS Area as your credential supplier.<br \/>\n        Select Buyer managed keys, then select Create key.<br \/>\n        For Key kind, select Uneven.<br \/>\n        For Key utilization, select Signal and confirm.<br \/>\n        For Key spec, select a spec suitable along with your signing algorithm. This instance makes use of ECC_NIST_P256 with the ES256 signing algorithm.<br \/>\n        Select Subsequent, enter an Alias, and proceed via the important thing administrator and key utilization permission steps.<br \/>\n        On the Edit key coverage step, add the next assertion to the important thing coverage to grant AgentCore Identification permission to make use of the important thing, changing 111122223333 along with your AWS account ID and  with AgentCore area in use. The kms:ViaService situation verifies the important thing can solely be used when the request originates via AgentCore Identification:<\/p>\n<div class=\"hide-language\">\n          {<br \/>\n  &#8220;Id&#8221;: &#8220;BedrockAgentCoreIdentityPrivateKeyJwtAccess&#8221;,<br \/>\n  &#8220;Model&#8221;: &#8220;2012-10-17&#8221;,<br \/>\n  &#8220;Assertion&#8221;: [<br \/>\n    {<br \/>\n      &#8220;Effect&#8221;: &#8220;Allow&#8221;,<br \/>\n      &#8220;Principal&#8221;: {<br \/>\n        &#8220;AWS&#8221;: &#8220;arn:aws:iam::111122223333:root&#8221;<br \/>\n      },<br \/>\n      &#8220;Action&#8221;: [<br \/>\n        &#8220;kms:Sign&#8221;,<br \/>\n        &#8220;kms:DescribeKey&#8221;<br \/>\n      ],<br \/>\n      &#8220;Useful resource&#8221;: &#8220;*&#8221;,<br \/>\n      &#8220;Situation&#8221;: {<br \/>\n        &#8220;StringEquals&#8221;: {<br \/>\n          &#8220;aws:ResourceAccount&#8221;: &#8220;${aws:PrincipalAccount}&#8221;<br \/>\n        },<br \/>\n        &#8220;StringLike&#8221;: {<br \/>\n          &#8220;kms:ViaService&#8221;: &#8220;bedrock-agentcore-identity..amazonaws.com&#8221;<br \/>\n        }<br \/>\n      }<br \/>\n    }<br \/>\n  ]<br \/>\n}\n         <\/div>\n<p>        Select End. On the important thing\u2019s element web page, word the important thing ARN. You present it whenever you create the credential supplier.<br \/>\n        Subsequent, export the general public key and register it along with your identification supplier:<\/p>\n<p>          On the important thing\u2019s element web page, select the Public key tab and obtain the general public key. KMS offers a DER-encoded public key.<br \/>\n          Convert the general public key into the format your supplier requires (for instance, an X.509 certificates for Microsoft Entra ID or a JSON Internet Key for Okta) and register it in your software.<\/p>\n<h3 id=\"step-2-add-an-oauth-client\">Step 2: Add an OAuth shopper<\/h3>\n<p>        Open the Amazon Bedrock AgentCore console.<br \/>\n        Within the left navigation pane, beneath Construct, select Identification.<br \/>\n        Within the Outbound Auth part, select Add Outbound Auth, after which select Add OAuth shopper.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/28\/ML-21480-2.png\" alt=\"AgentCore Identity console showing the Add Outbound Auth menu with the Add OAuth client option\" width=\"800\"\/><\/p>\n<p>Determine 2 \u2013 Including an OAuth shopper from the AgentCore Identification console<\/p>\n<h3 id=\"step-3-choose-private-key-jwt-as-the-client-authentication-method\">Step 3: Select Personal key JWT because the shopper authentication technique<\/h3>\n<p>On the Add OAuth Shopper web page, within the Supplier configurations part:<\/p>\n<p>        For Configuration kind, select Discovery URL so AgentCore Identification can retrieve your supplier\u2019s configuration mechanically. (Select Guide config in case your supplier doesn&#8217;t publish a discovery endpoint.)<br \/>\n        For Shopper authentication technique, select Personal key JWT.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/28\/ML-21480-3.png\" alt=\"Provider configurations section showing Private key JWT selected as the client authentication method\" width=\"800\"\/><\/p>\n<p>Determine 3 \u2013 Deciding on Personal key JWT because the shopper authentication technique<\/p>\n<h3 id=\"step-4-provide-the-discovery-url-client-id-kms-key-and-signing-algorithm\">Step 4: Present the invention URL, shopper ID, KMS key and signing algorithm<\/h3>\n<p>        For Discovery URL, enter the URL the place your supplier publishes its OpenID Join configuration (ending in .well-known\/openid-configuration).<br \/>\n        For Shopper ID, enter the shopper identifier registered at your identification supplier.<br \/>\n        For KMS key, select the ARN of your uneven KMS signing key. The important thing will need to have been created with SIGN_VERIFY as utilization and be in the identical Area for it to point out up within the checklist.<\/p>\n<p>Observe: You too can use a key from one other account in the identical Area by coming into that key\u2019s ARN. Cross-account entry requires further permissions in each accounts. See Permitting customers in different accounts to make use of a KMS key.<\/p>\n<p>        For Signing algorithm, select the algorithm your identification supplier requires for Personal Key JWT. It have to be suitable along with your KMS key spec:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/28\/ML-21480-4.png\" alt=\"Console fields for discovery URL, client ID, KMS key ARN, and signing algorithm selection\" width=\"800\"\/><\/p>\n<p>Determine 4 \u2013 Offering the invention URL, shopper ID, uneven KMS key and signing algorithm<\/p>\n<h3 id=\"step-5-optional-add-claims-then-create-the-client\">Step 5: (Elective) Add claims, then create the shopper<\/h3>\n<p>In case your identification supplier requires extra claims within the JWT shopper assertion, add them right here:<\/p>\n<p>        Below Header claims \u2013 non-compulsory, select Add header declare so as to add provider-specific header claims, reminiscent of a key identifier. The reserved keys alg and typ can&#8217;t be set.<br \/>\n        Below Payload claims \u2013 non-compulsory, select Add payload declare so as to add provider-specific payload claims. The reserved keys iss, sub, jti, exp, iat, and nbf can&#8217;t be set.<br \/>\n        Select Add OAuth Shopper.<br \/>\n        Confirm that the credential supplier was created by checking that it seems within the Outbound Auth checklist.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/28\/ML-21480-5.png\" alt=\"Console showing optional header claims and payload claims sections with the Add OAuth Client button\" width=\"800\"\/><\/p>\n<p>Determine 5 \u2013 Including non-compulsory header and payload claims earlier than creating the shopper<\/p>\n<h2 id=\"example-cloudtrail-logs-for-the-agent-access\">Instance CloudTrail logs for the agent entry<\/h2>\n<p>When an agent makes use of the credential supplier to fetch a token, the operations are recorded on AWS CloudTrail so you&#8217;ll be able to audit every entry. You will note occasion names reminiscent of:<\/p>\n<p>        GetWorkloadAccessToken (occasion supply bedrock-agentcore.amazonaws.com) \u2013 the agent obtains its workload identification token. The requestParameters file the workloadName, the assets block identifies the workload identification, and the returned token is redacted:<\/p>\n<div class=\"hide-language\">\n          {<br \/>\n   &#8220;eventSource&#8221;:&#8221;bedrock-agentcore.amazonaws.com&#8221;,<br \/>\n   &#8220;eventName&#8221;:&#8221;GetWorkloadAccessToken&#8221;,<br \/>\n   &#8220;requestParameters&#8221;:{<br \/>\n      &#8220;workloadName&#8221;:&#8221;my-agent-workload&#8221;<br \/>\n   },<br \/>\n   &#8220;responseElements&#8221;:{<br \/>\n      &#8220;workloadAccessToken&#8221;:&#8221;HIDDEN_DUE_TO_SECURITY_REASONS&#8221;<br \/>\n   },<br \/>\n   &#8220;assets&#8221;:[<br \/>\n      {<br \/>\n         &#8220;accountId&#8221;:&#8221;111122223333&#8243;,<br \/>\n         &#8220;type&#8221;:&#8221;AWS::BedrockAgentCore::WorkloadIdentity&#8221;,<br \/>\n         &#8220;ARN&#8221;:&#8221;arn:aws:bedrock-agentcore:us-east-1:111122223333:workload-identity-directory\/default\/workload-identity\/my-agent-workload&#8221;<br \/>\n      }<br \/>\n   ]<br \/>\n}\n         <\/div>\n<p>        GetResourceOauth2Token (occasion supply bedrock-agentcore.amazonaws.com) \u2013 the agent requests an entry token for the downstream useful resource. The requestParameters present which credential supplier, scopes, and grant movement have been used, and the inbound token is redacted.<\/p>\n<div class=\"hide-language\">\n          {<br \/>\n   &#8220;eventSource&#8221;:&#8221;bedrock-agentcore.amazonaws.com&#8221;,<br \/>\n   &#8220;eventName&#8221;:&#8221;GetResourceOauth2Token&#8221;,<br \/>\n   &#8220;requestParameters&#8221;:{<br \/>\n      &#8220;workloadIdentityToken&#8221;:&#8221;HIDDEN_DUE_TO_SECURITY_REASONS&#8221;,<br \/>\n      &#8220;resourceCredentialProviderName&#8221;:&#8221;my-private-key-jwt-provider&#8221;,<br \/>\n      &#8220;scopes&#8221;:[<br \/>\n         &#8220;https:\/\/graph.microsoft.com\/.default&#8221;<br \/>\n      ],<br \/>\n      &#8220;oauth2Flow&#8221;:&#8221;M2M&#8221;<br \/>\n   },<br \/>\n   &#8220;assets&#8221;:[<br \/>\n      {<br \/>\n         &#8220;accountId&#8221;:&#8221;111122223333&#8243;,<br \/>\n         &#8220;type&#8221;:&#8221;AWS::BedrockAgentCore::OAuth2CredentialProvider&#8221;,<br \/>\n         &#8220;ARN&#8221;:&#8221;arn:aws:bedrock-agentcore:us-east-1:111122223333:token-vault\/default\/oauth2credentialprovider\/my-private-key-jwt-provider&#8221;<br \/>\n      }<br \/>\n   ]<br \/>\n}\n         <\/div>\n<p>        Signal (occasion supply kms.amazonaws.com) \u2013 AgentCore Identification indicators the JWT shopper assertion along with your KMS key. That is the occasion that reveals Personal Key JWT working: userIdentity.invokedBy, sourceIPAddress, and userAgent are all bedrock-agentcore.amazonaws.com, confirming that AgentCore Identification referred to as kms:Signal in your behalf. Observe that the Signal occasion information the KMS signing algorithm identify, not the JWT algorithm identify you configured.<\/p>\n<div class=\"hide-language\">\n          {<br \/>\n   &#8220;eventSource&#8221;:&#8221;kms.amazonaws.com&#8221;,<br \/>\n   &#8220;eventName&#8221;:&#8221;Signal&#8221;,<br \/>\n   &#8220;userIdentity&#8221;:{<br \/>\n      &#8220;invokedBy&#8221;:&#8221;bedrock-agentcore.amazonaws.com&#8221;<br \/>\n   },<br \/>\n   &#8220;sourceIPAddress&#8221;:&#8221;bedrock-agentcore.amazonaws.com&#8221;,<br \/>\n   &#8220;userAgent&#8221;:&#8221;bedrock-agentcore.amazonaws.com&#8221;,<br \/>\n   &#8220;requestParameters&#8221;:{<br \/>\n      &#8220;signingAlgorithm&#8221;:&#8221;RSASSA_PKCS1_V1_5_SHA_256&#8243;,<br \/>\n      &#8220;keyId&#8221;:&#8221;arn:aws:kms:us-east-1:111122223333:key\/1234abcd-12ab-34cd-56ef-1234567890ab&#8221;,<br \/>\n      &#8220;messageType&#8221;:&#8221;DIGEST&#8221;<br \/>\n   },<br \/>\n   &#8220;responseElements&#8221;:null,<br \/>\n   &#8220;readOnly&#8221;:true,<br \/>\n   &#8220;managementEvent&#8221;:true,<br \/>\n   &#8220;assets&#8221;:[<br \/>\n      {<br \/>\n         &#8220;accountId&#8221;:&#8221;111122223333&#8243;,<br \/>\n         &#8220;type&#8221;:&#8221;AWS::KMS::Key&#8221;,<br \/>\n         &#8220;ARN&#8221;:&#8221;arn:aws:kms:us-east-1:111122223333:key\/1234abcd-12ab-34cd-56ef-1234567890ab&#8221;<br \/>\n      }<br \/>\n   ]<br \/>\n}\n         <\/div>\n<h2 id=\"clean-up\">Clear up<\/h2>\n<p>To keep away from incurring ongoing prices and to take away assets you now not want, clear up the credential supplier and the KMS signing key you created on this walkthrough.<\/p>\n<h3 id=\"remove-the-oauth-credential-provider\">Take away the OAuth credential supplier<\/h3>\n<p>        Open the Amazon Bedrock AgentCore console.<br \/>\n        Within the left navigation pane, beneath Construct, select Identification.<br \/>\n        Within the Outbound Auth part, find the credential supplier you created.<br \/>\n        Choose the supplier, select Delete, and ensure the deletion.<\/p>\n<h3 id=\"schedule-deletion-of-the-kms-key\">Schedule deletion of the KMS key<\/h3>\n<p>Deleting a KMS secret&#8217;s irreversible and everlasting. As soon as the secret&#8217;s deleted, any information or signatures that rely upon it may well now not be produced, so KMS requires you to schedule deletion with a ready interval relatively than deleting instantly. Earlier than you schedule deletion, affirm the secret&#8217;s now not referenced by any credential supplier or identification supplier registration. In case you are not sure whether or not the secret&#8217;s nonetheless in use, think about disabling the important thing as an alternative, which stops it from getting used whereas preserving it recoverable.<\/p>\n<p>        Open the AWS KMS console within the Area the place you created the important thing.<br \/>\n        Select Buyer managed keys, then choose the uneven signing key you created.<br \/>\n        Select Key actions, then select Schedule key deletion.<br \/>\n        Enter a ready interval between 7 and 30 days. Throughout this window the secret&#8217;s disabled however can nonetheless be recovered by canceling the scheduled deletion.<br \/>\n        Affirm that you simply wish to schedule the important thing for deletion.<\/p>\n<p>After the ready interval elapses, KMS completely deletes the important thing. Keep in mind to additionally take away or rotate the corresponding public key you registered along with your identification supplier, so it now not trusts the retired key.<\/p>\n<h2 id=\"conclusion\">Conclusion<\/h2>\n<p>By utilizing Personal Key JWT shopper authentication in AgentCore Identification, you can provide your brokers a secret-less, auditable method to authenticate to identification suppliers. The signing key stays on AWS KMS, each signing operation is recorded on AWS CloudTrail, and the identical credential supplier extends throughout M2M, on-behalf-of, and user-delegated flows. For end-to-end samples, together with Entra and Okta identity-provider registration and each M2M and OBO flows, see the Amazon Bedrock AgentCore samples on GitHub.<\/p>\n<h2>Concerning the authors<\/h2>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full wp-image-136194\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/28\/swara.jpeg\" alt=\"\" width=\"120\" height=\"160\"\/><\/p>\n<\/p><\/div>\n<h3 class=\"lb-h4\">Swara Gandhi<\/h3>\n<p>Swara is a Senior Options Architect on the AWS Identification Options crew. She works on constructing safe and scalable end-to-end identification options. She is enthusiastic about all the pieces identification, safety, and cloud.<\/p>\n<\/p><\/div>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/28\/ML-21480-6.jpg\" alt=\"Satveer Khurpa\" width=\"100\" height=\"100\"\/><\/p>\n<\/p><\/div>\n<h3 class=\"lb-h4\">Satveer Khurpa<\/h3>\n<p>Satveer is a Sr.\u00a0WW Specialist Options Architect, Amazon Bedrock AgentCore at Amazon Internet Providers, specializing in agentic AI safety with a deal with AgentCore Identification and Safety. On this function, he makes use of his experience in cloud-based architectures to assist purchasers design and deploy safe agentic AI methods throughout numerous industries. Satveer applies his deep understanding of agentic AI patterns, identification and entry administration, and defense-in-depth safety ideas to architect scalable, safe, and accountable agent-based purposes, enabling organizations to unlock new enterprise alternatives whereas sustaining strong safety postures for autonomous AI workloads.<\/p>\n<\/p><\/div><\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/aws.amazon.com\/blogs\/machine-learning\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Amazon Bedrock AgentCore Identification now helps Personal Key JWT shopper authentication for brokers. With Personal Key JWT shopper authentication, your brokers can authenticate to a downstream identification supplier\u2019s token endpoint utilizing a signed JSON Internet Token (JWT) shopper assertion as an alternative of a shared OAuth 2.0 shopper secret. You&#8217;ll be able to register a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3025,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png","fifu_image_alt":"","jnews-multi-image_gallery":[],"jnews_single_post":[],"jnews_primary_category":[],"jnews_override_bookmark_settings":[],"jnews_social_meta":[],"jnews_override_counter":[],"footnotes":""},"categories":[7],"tags":[1753,83,3470,267,276,3471,432,2848],"class_list":["post-3023","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-science-mlops","tag-agentcore","tag-amazon","tag-authenticate","tag-bedrock","tag-identity","tag-jwt","tag-key","tag-private"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification - Future News 24<\/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:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification - Future News 24\" \/>\n<meta property=\"og:description\" content=\"Amazon Bedrock AgentCore Identification now helps Personal Key JWT shopper authentication for brokers. With Personal Key JWT shopper authentication, your brokers can authenticate to a downstream identification supplier\u2019s token endpoint utilizing a signed JSON Internet Token (JWT) shopper assertion as an alternative of a shared OAuth 2.0 shopper secret. You&#8217;ll be able to register a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/\" \/>\n<meta property=\"og:site_name\" content=\"Future News 24\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-29T16:20:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-29T20:59:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png\" \/><meta property=\"og:image\" content=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png\" \/>\n<meta name=\"author\" content=\"Future News 24\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Future News 24\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/\"},\"author\":{\"name\":\"Future News 24\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/person\\\/cecad1bde21cfc357cf70128144d6c83\"},\"headline\":\"Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification\",\"datePublished\":\"2026-07-29T16:20:00+00:00\",\"dateModified\":\"2026-07-29T20:59:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/\"},\"wordCount\":2393,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/d2908q01vomqb2.cloudfront.net\\\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\\\/2026\\\/07\\\/29\\\/ml-21480.png\",\"keywords\":[\"AgentCore\",\"Amazon\",\"Authenticate\",\"Bedrock\",\"identity\",\"JWT\",\"Key\",\"Private\"],\"articleSection\":[\"Data Science &amp; MLOps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/\",\"name\":\"Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification - Future News 24\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/d2908q01vomqb2.cloudfront.net\\\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\\\/2026\\\/07\\\/29\\\/ml-21480.png\",\"datePublished\":\"2026-07-29T16:20:00+00:00\",\"dateModified\":\"2026-07-29T20:59:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/#primaryimage\",\"url\":\"https:\\\/\\\/d2908q01vomqb2.cloudfront.net\\\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\\\/2026\\\/07\\\/29\\\/ml-21480.png\",\"contentUrl\":\"https:\\\/\\\/d2908q01vomqb2.cloudfront.net\\\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\\\/2026\\\/07\\\/29\\\/ml-21480.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/07\\\/29\\\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/futurenews24.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#website\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/\",\"name\":\"Future News 24\",\"description\":\"The Smart Hub for AI and Next-Gen Innovation\",\"publisher\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/futurenews24.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\",\"name\":\"Future News 24\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fn24-favicon.png\",\"contentUrl\":\"https:\\\/\\\/futurenews24.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fn24-favicon.png\",\"width\":250,\"height\":250,\"caption\":\"Future News 24\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/person\\\/cecad1bde21cfc357cf70128144d6c83\",\"name\":\"Future News 24\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"caption\":\"Future News 24\"},\"sameAs\":[\"https:\\\/\\\/futurenews24.com\"],\"url\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/author\\\/mridulpahuja20\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification - Future News 24","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:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/","og_locale":"en_US","og_type":"article","og_title":"Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification - Future News 24","og_description":"Amazon Bedrock AgentCore Identification now helps Personal Key JWT shopper authentication for brokers. With Personal Key JWT shopper authentication, your brokers can authenticate to a downstream identification supplier\u2019s token endpoint utilizing a signed JSON Internet Token (JWT) shopper assertion as an alternative of a shared OAuth 2.0 shopper secret. You&#8217;ll be able to register a [&hellip;]","og_url":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/","og_site_name":"Future News 24","article_published_time":"2026-07-29T16:20:00+00:00","article_modified_time":"2026-07-29T20:59:06+00:00","og_image":[{"url":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png","type":"","width":"","height":""},{"url":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png","type":"","width":"","height":""}],"author":"Future News 24","twitter_card":"summary_large_image","twitter_image":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png","twitter_misc":{"Written by":"Future News 24","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/#article","isPartOf":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/"},"author":{"name":"Future News 24","@id":"https:\/\/futurenews24.com\/#\/schema\/person\/cecad1bde21cfc357cf70128144d6c83"},"headline":"Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification","datePublished":"2026-07-29T16:20:00+00:00","dateModified":"2026-07-29T20:59:06+00:00","mainEntityOfPage":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/"},"wordCount":2393,"commentCount":0,"publisher":{"@id":"https:\/\/futurenews24.com\/#organization"},"image":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/#primaryimage"},"thumbnailUrl":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png","keywords":["AgentCore","Amazon","Authenticate","Bedrock","identity","JWT","Key","Private"],"articleSection":["Data Science &amp; MLOps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/","url":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/","name":"Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification - Future News 24","isPartOf":{"@id":"https:\/\/futurenews24.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/#primaryimage"},"image":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/#primaryimage"},"thumbnailUrl":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png","datePublished":"2026-07-29T16:20:00+00:00","dateModified":"2026-07-29T20:59:06+00:00","breadcrumb":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/#primaryimage","url":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png","contentUrl":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/29\/ml-21480.png"},{"@type":"BreadcrumbList","@id":"https:\/\/futurenews24.com\/index.php\/2026\/07\/29\/authenticate-with-private-key-jwt-using-amazon-bedrock-agentcore-identity\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/futurenews24.com\/"},{"@type":"ListItem","position":2,"name":"Authenticate with Personal Key JWT utilizing Amazon Bedrock AgentCore Identification"}]},{"@type":"WebSite","@id":"https:\/\/futurenews24.com\/#website","url":"https:\/\/futurenews24.com\/","name":"Future News 24","description":"The Smart Hub for AI and Next-Gen Innovation","publisher":{"@id":"https:\/\/futurenews24.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/futurenews24.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/futurenews24.com\/#organization","name":"Future News 24","url":"https:\/\/futurenews24.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/futurenews24.com\/#\/schema\/logo\/image\/","url":"https:\/\/futurenews24.com\/wp-content\/uploads\/2026\/06\/fn24-favicon.png","contentUrl":"https:\/\/futurenews24.com\/wp-content\/uploads\/2026\/06\/fn24-favicon.png","width":250,"height":250,"caption":"Future News 24"},"image":{"@id":"https:\/\/futurenews24.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/futurenews24.com\/#\/schema\/person\/cecad1bde21cfc357cf70128144d6c83","name":"Future News 24","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","caption":"Future News 24"},"sameAs":["https:\/\/futurenews24.com"],"url":"https:\/\/futurenews24.com\/index.php\/author\/mridulpahuja20\/"}]}},"_links":{"self":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/3023","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/comments?post=3023"}],"version-history":[{"count":1,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/3023\/revisions"}],"predecessor-version":[{"id":3024,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/3023\/revisions\/3024"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/media\/3025"}],"wp:attachment":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/media?parent=3023"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/categories?post=3023"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/tags?post=3023"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}