Uploaded image for project: 'Jetspeed 2 (Retired)'
  1. Jetspeed 2 (Retired)
  2. JS2-622

When deleting a User, SSO Details left orphaned

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1-dev
    • 2.2.0
    • SSO
    • None

    Description

      When deleting a user with SSO dependencies...I got no error, but, the SSO Details did not delete
      Need to add code into the User Manager to delete the /sso/1/user/david/remoteuser "remote" user from the SECURITY_PRINCIPAL table when a USER is deleted, such as /user/david from SECURITY_PRINICPAL, then all /sso/1/user/david/* will get deleted
      The SSO_SITE_TO_REMOTE assoc table row was left hanging
      This should get dropped when the REMOTE security principal is dropped via cascade on this constraint:

      FOREIGN KEY (PRINCIPAL_ID) REFERENCES SECURITY_PRINCIPAL (PRINCIPAL_ID)
      ON DELETE CASCADE

      Attachments

        Issue Links

          Activity

            People

              taylor David Sean Taylor
              taylor David Sean Taylor
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: