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

Fix: typo in query parameter for Okta group rule deletion API #2083

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RGVas
Copy link

@RGVas RGVas commented Sep 12, 2024

Fixes #2082

This PR fixes a typo found when calling Okta API to delete a group rule. Currently the removeUsers query parameter is set as RemoveUsers which causes users to not be removed from groups after rule deletion.

@exitcode0
Copy link
Contributor

Should this have a test case?

Not trying to suggest that @RGVas should be obligated to include one in this PR
Perhaps we should create an issue/ Okta Jira as a TODO for the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

okta_group_rule.remove_assigned_users = True fails to remove users when deleting rule
2 participants