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*.jarstart Jira server(s)
Bamboo
stop Bamboo server(s)
Delete the following file(s) from bamboo_home folder:
shared/plugins/*kerberosauth-plugin*.jarstart Bamboo server(s)
Bitbucket
stop Bitbucket server(s)
Delete the following file(s) from bitbucket_home folder:
shared/plugins/installed-plugins/*kerberosauth-plugin*.jarstart Bitbucket server(s)