Uninstalling Kantega SSO from Atlassian products

Uninstalling Kantega SSO from Atlassian products

In some situations you may have a problem accessing the Manage apps page in your Atlassian product due to some technical problems. Then it is necessary to delete the app more thoroughly. This can be done in the below described ways for the different Atlassian products.

Confluence

  • stop Confluence server(s)

  • Run the following SQL against Confluence database:
    delete from PLUGINDATA where pluginkey = 'no.kantega.kerberosauth.kerberosauth-plugin.confluence';

  • start Confluence server(s)

Jira

  • stop Jira server(s)

  • Delete the following file(s) from jira_home folder:
    plugins/installed-plugins/*kerberosauth-plugin*.jar

  • start Jira server(s)

Bamboo

  • stop Bamboo server(s)

  • Delete the following file(s) from bamboo_home folder:
    shared/plugins/*kerberosauth-plugin*.jar

  • start Bamboo server(s)

Bitbucket

  • stop Bitbucket server(s)

  • Delete the following file(s) from bitbucket_home folder:
    shared/plugins/installed-plugins/*kerberosauth-plugin*.jar

  • start Bitbucket server(s)