Atlassian OAuth Service Provider Plugin is Disabled After Upgrade

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

Symptoms

After upgrading Confluence to version 5.4.x, the Atlassian OAuth Service Provider Plugin is disabled and 'grayed' out (no enable button).

The following can be seen in the atlassian-confluence.log when starting Confluence:

1 2014-07-28 16:22:23,640 WARN [main] [atlassian.plugin.manager.DefaultPluginManager] addPlugins System Plugin 'com.atlassian.oauth.serviceprovider' is disabled.

Diagnosis

Cause

The UPM (Universal Plugin Manager) is not updated to the latest compatible version and com.atlassian.oauth.serviceprovider is disabled in BANDANA's plugin.manager.state.Map.

Solution

Resolution

  1. Upgrade the UPM to the latest version

  2. Backup your database.

  3. Run the following query:

    1 select * from BANDANA where BANDANAKEY='plugin.manager.state.Map';
  4. Update the BANDANAKEY to remove com.atlassian.oauth.serviceprovider from plugin.manager.state.Map. Removing Malfunctioning Add-ons will guide you through this process

  5. Restart Confluence

Updated on April 2, 2025

Still need help?

The Atlassian Community is here for you.