Hi there,
I use python SDK to create group rules. Sometimes it fails with list index out of range error.
Before calling okta_client.create_group_rule(group_rule_object) I check if group_rule_object is instance of models.GroupRule so it’s not an issue with group rule object formatting. I confirmed that by logging the group_rule_object.
Did anyone face similar issue? Python version is 3.12 and okta version is 2.9.5