Reference
This section describes TokenIDP behavior as a set of exact interfaces, request fields, endpoint contracts, and configuration details.
Audience: Developers, CTOs
Use the Reference section when you need exact names, payloads, and endpoint behavior.
Reference Pages
- Supported Specifications
- API Scopes and API Resources
- Authorize Endpoint
- Token Endpoint
- OpenID Configuration Endpoint
- JWKS Endpoint
- UserInfo Endpoint
- Revocation Endpoint
- Introspection Endpoint
- Logout Endpoint
Working 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 Tips
- When a client library behaves unexpectedly, compare its request format against the endpoint reference instead of relying on defaults.