| GET | /admin/oauth/devices | List Device Authorization Sessions | detail → |
| DELETE | /admin/oauth/devices/{device_code} | Revoke Device Authorization | detail → |
| GET | /admin/oauth/providers | List OAuth Providers | detail → |
| POST | /admin/oauth/providers | Create OAuth Provider | detail → |
| DELETE | /admin/oauth/providers/{name} | Delete OAuth Provider | detail → |
| PUT | /admin/oauth/providers/{name} | Update OAuth Provider | detail → |
| PUT | /admin/oauth/providers/{name}/toggle | Enable/Disable OAuth Provider | detail → |
| GET | /oauth/authorize | OAuth 2.0 Authorization Endpoint | detail → |
| POST | /oauth/authorize | OAuth 2.0 Authorization Endpoint (POST) | detail → |
| POST | /oauth/bind | Bind OAuth Account | detail → |
| GET | /oauth/client/{client_id} | Get Client Public Information | detail → |
| GET | /oauth/connections/{user_id} | Get OAuth Connection List | detail → |
| GET | /oauth/consents | Get Authorization Consent List | detail → |
| DELETE | /oauth/consents/{id} | Revoke Authorization Consent | detail → |
| POST | /oauth/device/authorize | Device Authorization Request | detail → |
| POST | /oauth/device/verify | Device Authorization Verification (User Side) | detail → |
| GET | /oauth/dpop/nonce | Get DPoP Nonce | detail → |
| POST | /oauth/introspect | Token Introspection | detail → |
| GET | /oauth/providers | Get OAuth Provider List | detail → |
| POST | /oauth/pushed-authorization | Push Authorization Request (PAR) | detail → |
| POST | /oauth/refresh | Refresh Access Token | detail → |
| POST | /oauth/register | Dynamic Client Registration | detail → |
| DELETE | /oauth/register/{client_id} | Delete Client Registration | detail → |
| GET | /oauth/register/{client_id} | Read Client Registration | detail → |
| PUT | /oauth/register/{client_id} | Update Client Registration | detail → |
| POST | /oauth/revoke | Revoke Token | detail → |
| GET | /oauth/risk-assessment | Get OAuth Client Risk Assessment | detail → |
| POST | /oauth/token | OAuth 2.0 Token Endpoint | detail → |
| POST | /oauth/token-exchange | Token Exchange | detail → |
| DELETE | /oauth/unbind/{connection_id} | Unbind OAuth account | detail → |
| GET | /oauth/userinfo | Get user info | detail → |
| GET | /oauth/{provider}/authorize | Get OAuth authorization URL | detail → |
| GET | /oauth/{provider}/callback | OAuth authorization callback | detail → |