does anyone have real world agentic authentication with ContextForge #5613
Replies: 1 comment
|
There is now a documented machine-to-machine authentication path for this. It was added in ContextForge 1.0.5. An agent or service account can obtain an OAuth access token from a trusted external IdP — normally with Authorization: Bearer <access-token>The required configuration is:
ContextForge then verifies the token's signature, expiry, issuer, and audience against the provider's JWKS. It accepts access tokens for this flow, not ID tokens. One detail matters for service accounts: a See Machine-to-machine API auth with external IdP tokens and the v1.0.5 release. |
Uh oh!
There was an error while loading. Please reload this page.
This document, https://github.com/IBM/mcp-context-forge/blob/main/docs/docs/manage/sso.md, is more for contextForge admin authentication via browser web sso.
I am looking for agent runtime authentication, where contextForge is between agent and tools (so browser sso does not work). Does ContextForge have JWT or other api authentication path?
If anyone implement the agentic authentication in ContextForge, can you share how does it work?
All reactions