OGC API Processes

Sign in with your AUTHENIX account to deploy and execute processes

OGC Processes
??
User
Dashboard
Processes
Total jobs
Running
Successful
Failed
Callbacks
0
Recent jobs
Job IDProcessStatusCreated
Activity log
Connecting…
Deploy process
DRU — Part 2
Process identity
Execution unit (Docker)

The server will verify the pulled image digest matches this value before deploying. The process image must read inputs from stdin (JSON) and write its result to stdout.

Process description (JSON — OGC schema)
Execute process
POST /processes/{id}/execution
Target
Inputs (JSON)
Callback subscriber (optional)

In a real deployment the server POSTs the job result to this URI. The dashboard simulates callback reception via polling.

Process list
IDTitleVersionImageDeployedActions
No processes loaded
Job monitor
Job IDProcessStatusCreatedIPFS CIDActions
No jobs yet
Job callbacks

When a job completes the server notifies the subscriber URI. The dashboard simulates receiving these callbacks by polling active jobs. Each notification appears here and as a toast.

No callbacks received yet
Settings & token
Authenticated user
Subject (sub)
Name
Email
Scopes
Expires
Access token

Click to copy. This token is sent as Authorization: Bearer … on every API call.

ID token claims
— not yet received —

Decoded JWT payload from the id_token returned alongside the access token. Signature not verified client-side.

AUTHENIX endpoints
Issuerhttps://www.authenix.eu
Client ID8fd29c71-8c84-4b7c-bd39-53d26bcaeb76
FlowToken flow — response_type=token id_token + PKCE
Token deliveryURL fragment (#access_token=…&id_token=…)
Token infohttps://www.authenix.eu/oauth/tokeninfo
UserInfohttps://www.authenix.eu/openid/userinfo
Auth endpoint