I try to script querying user info in Crowd with Rest API.
I used
curl -k -u USERNAME:PASSWORD https://MYIP:MYPORT/crowd/rest/usermanagement/1/user?username=SOMEONE
It returned "HTTP Status 404" error
I could access Crowd console and find this user's info. I could also use Rest API with JIRA and Stash successfully.
I doubt if RESTful Service provided in Crowd. How can I check if the Crowd is installed with RESTful Service successfully? If so, is that possible the RESTful service is provided with different port number other than the Crowd console?
You need to provide application credentials to authenticate your HTTP request, not username credentials.
Make sure the directory that contains the user is mapped to the application that you use.
@Diego Berrueta, thanks for your answer!
I found the application name and password for Crowd in crowd.properties file, and replaced them with USERNAME and PASSWORD above. It still cannot get through.
But it return different "HTTP Status 403" error said:
type Status report
message Client with address "XX.XX.XX" is forbidden from making requests to the application, crowd.
description Access to the specified resource has been forbidden.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to whitelist the IP address of you client for that application. Please follow the instructions at https://confluence.atlassian.com/display/CROWD/Specifying+an+Application%27s+Address+or+Hostname
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.