API + MCP
The simplest target. It swaps an ID-JAG from any issuer that publishes a JWKS for an access token, then serves a message-of-the-day API and a one-tool MCP server.
Use it for A first end-to-end test, with nothing to register.
API
A multi-tenant todo list with its own authorization server and API. Several tenants can share one IdP issuer, and the token endpoint tells them apart by the ID-JAG's aud_tenant claim. Each tenant signs in over OpenID Connect or SAML.
Use it for The multi-tenant case: two tenants on the same IdP issuer with different client IDs.
API + MCP
A team wiki of Markdown workspaces with page history, a REST API and an MCP server. Access is scoped wiki:read, wiki:write and wiki:delete, checked per API call and per MCP tool.
Use it for A richer API and MCP server, including scopes narrowed at the token request.
API + MCP
One part of xaa.dev,
an independent playground from Okta with a client, an identity provider and a resource app
of its own.
The resource side of xaa.dev: an authorization server that validates ID-JAGs and issues scoped access tokens, in front of a REST API and an MCP server. It also tests your own resource app, whether it runs its own authorization server or not.
Use it for Checking a resource app or MCP server you are building against a known-good IdP and client.
MCP
An on-call MCP server with four tools, some of which need a particular scope or role and say which when they refuse. It accepts access tokens from an Okta or Auth0 authorization server, not ID-JAGs.
Use it for MCP client authorization and step-up.