-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Connect - Confluence, Connect - Jira
-
Minor
-
Unit testing
-
S
Problem Statement
When a custom domain is added, this triggers the apps' installation lifecycle hook so that they can receive the new base url.
For Connect on Forge apps, the installation hook will incorrectly receive the Forge oauthClientId as opposed to the Connect oauthClientId, causing subsequent user impersonation requests in the Connect remote to fail.
Workaround
In the meantime, the app vendors can manually generate the correct OAuth client ID for the broken tenants by base64 encoding the following JSON format:
echo -n "{\"hostKey\":\"${TENANT_ID}\",\"addonKey\":\"${ADDON_KEY}\"}" | base64
- is cloned from
-
ECO-927 Sending incorrect oauthClientId to installation callback on site rename for Connect on Forge apps
-
- Closed
-
- is blocked by
-
ONECLOUD-15105 Loading...
- links to