RTC News Feed Viewlets
Is there a way to prevent a user from having to manually put in their credentials in the News Feed viewlet on a dashboard similar to how the My Workitems Changes Feed uses the current user's credentials without them manually logging into the feed?
|
2 answers
It looks like you can prefix the URL with ${server-URL} to bypass the need to manually enter credentials.
https://localhost:9443/jazz/service/com.ibm.team.repository.common.internal.IFeedService?provider=query&user={$user}&query=_3rw4ENinEeCs86pFfCGK70 becomes ${server-URL}/service/com.ibm.team.repository.common.internal.IFeedService?provider=query&user={$user}&query=_3rw4ENinEeCs86pFfCGK70 Is there a way to prevent a user from having to manually put in their credentials in the News Feed viewlet on a dashboard similar to how the My Workitems Changes Feed uses the current user's credentials without them manually logging into the feed? |
There is currently no support for having users authenticate using their own credentials, other than the internal mechanism you've found, which piggybacks on the already authenticated service request and only works for the current server you're on.
The following enhancement tracks the feature to allow users to authenticate with feeds: https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/134487 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.