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

Cannot push a new group with the old name of a renamed group #3559

Open
mladenvalkov1 opened this issue Jan 31, 2025 · 1 comment
Open

Cannot push a new group with the old name of a renamed group #3559

mladenvalkov1 opened this issue Jan 31, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@mladenvalkov1
Copy link

Found a bug? Please fill out the sections below. 👍

Issue Summary

Using scim events with okta. When a group is pushed to samljackson scim directory we create group using the displayName. This is stored in the jackson_store and in the jackson_index. When the group is renamed in okta, then we receive a PUT request with the new name which changes the information in the jackson_store, but the index remains unchanged. Then if I create a group with the old name in okta and try to push it, it conflicts because it uses the index which is by the old name.

Steps to Reproduce

  1. Go to okta push group (POST)
  2. Rename group (PUT)
  3. Create group with old name
  4. Push the created group.
@mladenvalkov1 mladenvalkov1 added the bug Something isn't working label Jan 31, 2025
@niwsa
Copy link
Member

niwsa commented Jan 31, 2025

@mladenvalkov1 Thanks for reporting this issue. Will check and let you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants