/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

roadie.io
| | www.stevejgordon.co.uk
2.0 parsecs away

Travel
| | In this post, I cover the steps required to create and sign a JWT and use it to authenticate a GitHub App built using .NET.
| | blog.christianposta.com
2.9 parsecs away

Travel
| | In this blog post, we'll walk through an OAuth 2.0 token exchange and delegation to an A2A Agent. We will focus on configuring the A2A Agent Card, implementing the agent in Python, and validating the OAuth credentials. At the end of this walk through, we'll have an A2A enabled agent that has a user's delegated/downscoped intended for specific skills of the agent. This token can be further exchanged to operate as the user including calling out to MCP tools. Source code for this demo is on my GitHub. Digging into MCP Authorization is the next blog. Let's dig in.
| | www.apideck.com
3.4 parsecs away

Travel
| | This guide will walk you through creating a Dropbox app, retrieving your Client ID and Client Secret, and adding them to your Apideck dashboard so you can sync files securely.
| | mydeveloperplanet.com
21.1 parsecs away

Travel
| This blog provides comprehensive guidance on setting up the OpenID Connect Authorization Code Flow using Keycloak. It explains key concepts, prerequisites, and step-by-step instructions to create realms, clients, and users. The blog emphasizes understanding OAuth2.0 and OIDC, concluding with the implementation of the Authorization Code Flow in applications.