Welcome to the BitwiseLab Identity Platform
(version 1.2.2)
Secure identity and access management for BitwiseLab products
🔧 Service Utilities
-
Discovery Configuration
OpenID Connect discovery document with endpoints and metadata
-
API Documentation
Interactive Swagger API documentation and testing interface
-
Health Check
Service health monitoring endpoint
-
Claims Diagnostics
View claims and authentication information (Development only)
🔐 User Management
-
Manage Grants
View and revoke your stored application grants
-
Active Sessions
View and manage your server-side authentication sessions
-
CIBA Requests
View pending Client Initiated Backchannel Authentication requests
📡 Integration Endpoints
POST /connect/token
OAuth 2.0 token requests (client credentials, password, refresh token)
GET /connect/userinfo
OpenID Connect user information and claims
GET /connect/authorize
OAuth 2.0 authorization code flow initiation
GET /healthz
Service health monitoring endpoint
🚀 Quick Start
For Administrators:
- Login to access user management tools
- Use Swagger Documentation to test API endpoints
- View Discovery Configuration for client setup
For Developers: Check out the API Documentation for integration examples and endpoint details.