OAuth
OAuth metadata and token lifecycle endpoints.
Epismo exposes OAuth endpoints for application sign-in, token lifecycle operations, and OpenID user info.
| Method | Path | Purpose |
|---|---|---|
| POST | /oauth/token |
Exchange grants for tokens |
| GET/POST | /oauth/userinfo |
OpenID user info |
| POST | /oauth/register |
Dynamic client registration |
| POST | /oauth/revoke |
Revoke token |
| POST | /oauth/introspect |
Inspect token state |
| GET | /.well-known/oauth-authorization-server |
Authorization server metadata |
| GET | /.well-known/openid-configuration |
OpenID provider metadata |
MCP clients also use OAuth metadata exposed by the MCP server.