Version: 1.0.0
Propper Auth API Core
Authentication & Authorization API
Core authentication service providing OAuth 2.0, OIDC, and token management.
Features
- OAuth 2.0 - Client Credentials, Authorization Code flows with PKCE
- OpenID Connect - Discovery document and userinfo endpoints
- JWT Tokens - Secure token generation and validation
- JWKS - JSON Web Key Set for token verification
Authentication Methods
Bearer Token
Authorization: Bearer <access_token>
Authentication
- HTTP: Bearer Auth
OAuth 2.0 Bearer token
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
License