Uploaded image for project: 'Atlassian Access'
  1. Atlassian Access
  2. ACCESS-1021

Provide ability to remove synced accounts and groups from the Directory through the UI

    XMLWordPrintable

Details

    • 164
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Current scenario

      In case you have an Atlassian Access subscription, you can create a SCIM integration to provision your users from your external Identity Provider. During the implementation phase, it's common to end up with duplicated accounts, as the mapping for SAML and SCIM can be different, and it's commonly needed to remove one account from the directory (on Atlassian side), to troubleshoot the duplication issue.

      Currently, the only way to perform this action is using the Deactivate a user REST API, which would delete the account from the directory, and deactivate it on Atlassian side. Then, Org admins are able to re-activate the account if needed. However, there isn't an easy way to perform this task on the UI, requiring admins to either rely on the API, or engage Atlassian Support to assist on the issue.

       

      Currently, if we want to Unlink Groups created in Atlassian via IDP (SCIM), we need to remove the SCIM/User Provisioning Configuration from the Organisation.

      The following API deletes the group from Atlassian instead on Unlinking it

      curl --request DELETE \
        --url 'https://api.atlassian.com/scim/directory/dir/Groups/gid' \
        --header 'Authorization: Bearer <access_token>'

      Proposed Solution

      Provide to Org admins the ability to remove accounts and groups (make mutable) from the directory on the Organisation UI, rather than requiring them to use the REST API or delete the SCIM configuration.

      • Provide the ability to remove a user from the SCIM directory without having to deactivate their account.

      Attachments

        Issue Links

          Activity

            People

              ayang@atlassian.com Aneita
              edc026a7b429 Vitor A (Inactive)
              Votes:
              119 Vote for this issue
              Watchers:
              91 Start watching this issue

              Dates

                Created:
                Updated: