GluuFederation / scim

SCIM server/client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove usage of oxTrustActive

jgomer2001 opened this issue · comments

Historically, SCIM does not use gluuStatus attribute but oxTrustActive. The former has values active/inactive/... while the latter is just true/false, following exactly the format expected by the spec with regards to active attribute. SCIM has always done the required syncing between gluuStatus andoxTrustActive but there are external sources (eg. scripts) that can make both attributes go out of sync.

We have to evaluate the feasibility of removing oxTrustActive from schema.

This issue is a better fit for jans-scim