PRIVATEOAuth Provider
OAuth Provider
postCheck Redirect URI
Reports whether the exact redirect URI is registered for the client. **Authentication:** None required
postComplete OAuth Code
Completes the device code flow by approving or denying the authorisation request. **Required scopes:** `auth:oauth`
postComplete OAuth Flow
Completes the OAuth authorisation flow after user consent, generating an authorisation code and returning the redirect URL. **Required scopes:** `auth:oauth`
postGet Public Client
Retrieves public details of an OAuth client for displaying on the consent screen, including requested scopes and user permissions. **Required scopes:** `auth:oauth`
postLookup OAuth Code
Looks up details of an OAuth authorisation code for the device code flow, returning client and scope information. **Required scopes:** `auth:oauth`
postProcess Logout
Processes an RP-Initiated Logout request, revoking credentials and returning front-channel logout URIs for the frontend to render. **Required scopes:** `auth:oauth`