List forum-user-credentials
GET /forum-user-credentials
JIT-provisioned mapping between a Keycloak user (kc_sub = preferred_username claim) and their auto-created Lemmy account (F4.FORUM.02). Holds an AES-256-GCM encrypted internal Lemmy password — service-only, never exposed to end users, forum-connector is the sole consumer.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Strapi REST filter syntax
object
Responses
Section titled “ Responses ”OK
object
object
Keycloak preferred_username claim — the stable per-user key forum-connector looks up on every visit.
Sanitized Lemmy-safe username actually registered in Lemmy ([a-zA-Z0-9_], 3-20 chars).
AES-256-GCM encrypted internal Lemmy password (format iv:authTag:ciphertext:salt). NEVER returned in any API response. Decrypted only by forum-connector to perform Lemmy login on repeat visits.
Mirrors current Lemmy admin flag — set by F4.FORUM.03 (KC role forum-admin mapping).
object
object
Missing or invalid authentication
Not authorized (tenant scope or capability)