Questions tagged [ibm-connections]

IBM Connections is social software for business that lets you access everyone in your professional network, including your colleagues, customers, and partners. IBM Connections includes the on-premises and cloud versions.

265 questions
0
votes
1 answer

How to add menu items to the Communities menu in IBM Connections?

I wish to add a new menu item/link (e.g. "Stack Overflow") at the end of the menu in the screenshot below. The new link URL would end in the community_uuid e.g. http://example.stackoverflow.com/some-page#community_uuid Is there any good…
dvdsmpsn
  • 2,839
  • 1
  • 26
  • 40
0
votes
2 answers

Path of newly added image files in IBM Connections

I have been trying to customize IBM Connections UI and have been able to insert and execute code in header.jsp thanks to the material available on the web. The problem is if I add a new image file under the themes directory in…
JDT
  • 109
  • 1
  • 2
  • 10
0
votes
0 answers

iWidgets: Authenticate Proxy Calls to 3rd Party Application

I created an iWidget for IBM Connections, which has to retrieve data from our external web application through the provided proxy. However, said application requires the user to be authenticated before providing an answer. Is there any general…
BennyLau
  • 107
  • 8
0
votes
1 answer

IBM Connections is throwing a 500 error during OAuth2 authorization. ([OAuth20ClientAuthnFilter]: filter is unavailable)

I'm currently working on an OAuth2 consumer for IBM Connections 4.0 (If it helps I'm using the social business quickstart image on smartcloud) I believe I have everything setup correctly (App is Registered and the Callback URL is running HTTPS), but…
Nathan
  • 30
  • 1
  • 5
0
votes
0 answers

ibm connections adding a library to comunity

Im trying to make connections 4.5 working with content manager. I guess im quite far away from start finally but there are many things i need to fix. Sometimes my widgets just doesnt load. It says cannot load widgets-config.xml when i restart…
Martin Fric
  • 726
  • 2
  • 9
  • 27
0
votes
2 answers

Endpoint authentication, Trying to add header JSESSION to ClientService in JAVA API

I'm implementing a custom API on top of SBT. I'm doing this so I can manipulate and transform the response from connections before returning it to the user. The basic auth with username and password is working. But I can't seem to find out how I can…
rbrastad
  • 36
  • 2
0
votes
2 answers

Cannot find download link for IBM Connections 4 Fix Pack: 4.0.0.0-IC-Multi-TDISOL-CR2-LO72170

I'm following an Install Guide to IBM Connections 4.0. This guide and many others point to the following Cumulative Release 2 Fix Pack: 4.0.0.0-IC-Multi-TDISOL-CR2-LO72170 All my online searches have failed me and keep referencing a different fix…
0
votes
1 answer

Connection Forbidden

When I'm trying to connect to my connections which is "https://connections.iainnovation.com/hompage" The browser shows: Forbidden, You don't have permission to access /homepage/ on this server, IBM_HTTP_Server at connections.iainnovation.com Port…
0
votes
1 answer

IBM Connections - can't add opensocial gadget

I developed an open social gadget and am trying to display it in Connections. I can't get Connections to even try to load the xml definition file. I get "Unable to load widget" in the gadget area in the side column In JS console the errors…
Vilém Procházka
  • 1,060
  • 2
  • 17
  • 28
0
votes
3 answers

What is the JSON syntax to add tags to a statusupdate in IBM Connections?

I want to post (programmatically) a statusupdate to the activitystream in IBM Connections (4.0). I am looking for the correct place to put this JSON "tags":[{"objectType":"tag","displayName":"ibms"}], I have tried this: { "actor": { "id":…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
1 answer

How to create an activity for another other user with IBM OpenSocial

I'm trying to create a new activity programmatically (using a POST to the /activities/service/atom2/activities URL). This works fine if I'm authenticating with the desired user. Actually I do want to create activities on behalf of another user (e.g.…
0
votes
1 answer

IBM Connections - get all followers of a Forum topic

I am attempting to send emails to all of the users currently following a topic when a reply is posted in IBM Connections. In IBM's API I can find how to assign a user to follow a forum topic but I do not see any way to retrieve a list of all the…
Ben Purdy
  • 45
  • 1
  • 7
0
votes
1 answer

Navigation bar in IBM Connections for Profiles and Files application is hidding

First of all, from the time I deployed IBM Connection navigation bar (this one that lists the applications: home, profiles, blogs and etc.) worked correctly. But some time ago it started to go away(hide) when I switch to Profiles or Files apps. In…
rilaby
  • 603
  • 5
  • 15
0
votes
1 answer

ATOM XML is not accepted by IBM Connections Server

I want to post this XML (generated by C# SyndicationItem ) to an IBM Connections 4.0 OAuth EndPoint: https:/HOSTNAME/forums/oauth/atom/replies?topicUuid=ee5878b5-65d4-4d44-8192-367e49c30e91 The servers return error 400, bad request. What could be…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
1 answer

Enabling Single Sign On for WebSphere Portal and IBM Connections

I'm trying to integrate IBM Connections and IBM Websphere Portal(WP) following this documentation . Can't get the SSO working between them. Here is the point about SSO at the documentation. Implementing all the steps having the message "You are not…
rilaby
  • 603
  • 5
  • 15