-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
0
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
Hello,
I can't search the confluence as an user from my applications. Because there isn't the feature of become user, vs. This blocks the integration processes. My main goal is providing a small dashboard view (specially recent updated section) from our portal application to users with a portlet. I know admin password of the confluence, but i can't get user's passwords from portal server and shouldn't be get, i know user's user name and know that user logged in the portal application with their correct credentials.
So, like many other applications; Become user, impersonate, Logon as feature for remote API would be appreciated.
I hope that i've explained clearly.
Regards,
- incorporates
-
CONFSERVER-6786 Possibility for administrators to switch to or impersonate another user
- Future Consideration
- is duplicated by
-
CONFSERVER-12832 Prefer "Impersonate" login function
- Closed
- relates to
-
CONFCLOUD-13919 For Remote API; Impersonate or Become User or Logon As Feature
- Gathering Interest
I have a need for this too. I'd like impersonation added to the search API.
We have areas of Confluence segregated for various teams. It is our main information repository and some info is considered sensitive so a user must be authenticated to access only data relevant to them.
In an application we run a search on behalf of a user using the /rest/searchv3/1.0/search API and we authenticate using admin credentials. Our issue with using the current API in this way is it will return search results the user should not have access to.
The ideal solution is for our search to authenticate to Confluence using an admin account, and take a query parameter similar to run-search-as-user=bobx so only appropriate results are returned to the user.