-
Bug
-
Resolution: Duplicate
-
Medium
-
None
-
Severity 3 - Minor
-
Issue Summary
Accounts that were previously provisioned and deactivated through the IdP, are not able to be reactivated in bulk through the Managed Accounts page. When directly accessing the user's profile, and clicking the Reactivate Account button, the account is reactivated. So it's specifically related to the Reactivate button on Managed Accounts.
Steps to Reproduce
- Provision a user through an IdP.
- Deactivate the user through the IdP.
- Delete the user from the SCIM directory or delete SCIM configuration.
- Go to admin.atlassian.com > Directory > Managed Accounts.
- Mark the deactivated user and hit the reactivate button.
- A pop up is shown the user is reactivated, but you'll see the user remains in a deactivate state.
Expected Results
Users are reactivated.
Actual Results
Users remain deactivated. The issue seems to be with the users having their active field marked as BLOCKED.
active: "BLOCKED"
Workaround
Reactivating the users by entering the profile and hitting the Reactivate Account button. Obviously this is not a bulk operation.
Duplicate of https://jira.atlassian.com/browse/ACCESS-1556