How do I send the currently logged in user to my OSLC provider?
We have an existing change management tool used for all changes in our company. I've created an OSLC provider adapter to "wrap" this tool. We are going to set RTC as a consumer of this provider, but I'm a little stuck while developing the "creator" delegated UI. I'm looking to set the "dcterms:creator" attribute from RTC to my provider, but I'm not sure how to do this...
Is there a way to get capture the currently logged in user?
|
One answer
To get the current user, use the OSLC call
https://clm:9443/ccm/whoamiIt should return a URI of the current user, and following the URI will give you the details of the current user. |
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.
Comments
Can anyone provide any guidance here?
It's been some time since I've checked on this, and I am being presented with a business need for this ability. Does anyone have any insight?