Cengel ID Developer Documentation
Complete guide to integrating with Cengel ID OAuth 2.0 and OpenID Connect authentication system.
Welcome to Cengel ID Developer Documentation
Cengel ID is an OAuth 2.0 and OpenID Connect compliant identity provider that enables secure authentication and authorization for your applications. This documentation guides you through integrating Cengel ID into your application.
Our system supports the Authorization Code flow with standard client secret authentication. We issue JWT-based tokens that follow industry-standard security practices.
Quick Start
- Register your application in thedeveloper portal
- Read theGetting Startedguide
- Follow theAuthorization Flowdocumentation
Getting Started
Learn the basics, prerequisites, and quick setup guide for integrating Cengel ID into your application.
Authorization Flow
Step-by-step guide to the OAuth 2.0 Authorization Code flow, including state and nonce parameters.
Scopes
Understand available scopes and what data each scope provides access to.
API Endpoints
Complete reference for all OAuth and OpenID Connect endpoints with request/response examples.
Token Management
Learn about access tokens, refresh tokens, ID tokens, and how to manage them securely.
User Info
Understand the UserInfo endpoint response structure and scope-based data filtering.
Error Handling
Comprehensive guide to error codes, status codes, and error handling strategies.
Base URL
https://id.cengel.studio
Use this base URL for all API endpoints.
