Tokens
Request an OIDC token
Request an Open ID Connect token for your machine. Customize the audience claim with the aud parameter. This returns a JWT token. Learn more about using OpenID Connect on Fly.io.
post/tokens/oidc
Request body
Example request
{
"aud": "https://fly.io/org-slug"
}Response
OIDC token