Reference
The reference section is for precise behavior: endpoint contracts, request fields, response shapes, supported specifications, scopes, and API resources. Use it when you are wiring a client library, reviewing an integration, or checking exactly which TokenIDP surface a feature depends on.
Reference pages
- Supported Specifications
- API Resources and API Scopes
- Authorize Endpoint
- Token Endpoint
- OpenID Configuration Endpoint
- JWKS Endpoint
- UserInfo Endpoint
- Revocation Endpoint
- Introspection Endpoint
- Logout Endpoint
Example
curl https://id.example.com/.well-known/jwks.json
The response contains the public signing key material that APIs and clients use to validate TokenIDP-issued JWTs.
Common Pitfalls
- Mixing tutorial guidance with endpoint contracts.
- Assuming TokenIDP implements every optional OAuth extension.
Troubleshooting
- When a client library behaves unexpectedly, compare its request format against the endpoint reference instead of relying on defaults.