Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SCIM change log and expose API to get changes from certain date #1728

Closed
nynymike opened this issue Jul 17, 2019 · 0 comments
Closed
Assignees
Labels
enhancement libs update, re-factroring, etc.
Milestone

Comments

@nynymike
Copy link
Contributor

If you want to connect Gluu to an IDM system with bidirectional synchronization,
there is no problem writing changes into Gluu but it is hard to read
changes from Gluu into the IDM. The reason is that you simplly do not know what
has changed since the last time you searched Gluu.

So the API would provide a search "return all
entries where modifyTimestamp is newer then X" the IDM could
remember the highest timestamp of all entries returned by the last
search and start the next search at this point.

@nynymike nynymike added the enhancement libs update, re-factroring, etc. label Jul 17, 2019
@nynymike nynymike added this to the 4.1 milestone Jul 17, 2019
jgomer2001 added a commit that referenced this issue Oct 22, 2019
jgomer2001 added a commit that referenced this issue Oct 24, 2019
jgomer2001 added a commit that referenced this issue Oct 31, 2019
jgomer2001 added a commit to GluuFederation/docs-ce-prod that referenced this issue Dec 10, 2019
jgomer2001 added a commit that referenced this issue Dec 10, 2019
@yuriyz yuriyz modified the milestones: 4.1, 4.2 Dec 12, 2019
@jgomer2001 jgomer2001 modified the milestones: 4.2, 4.1 Dec 17, 2019
jgomer2001 added a commit that referenced this issue Dec 25, 2019
jgomer2001 added a commit that referenced this issue Dec 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement libs update, re-factroring, etc.
Projects
None yet
Development

No branches or pull requests

3 participants