You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Go to okta push group (POST)
Rename group (PUT)
Create group with old name
Push the created group.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: