cancel
Showing results for 
Search instead for 
Did you mean: 

sapidm webservice url

Former Member
0 Kudos

Hi,

i'm working on idm 8.0 and deployed the ear file in java server , configuration is done.

exposing the webservice url so that the thirdparty applications can access the sap idm data. I have exposed the webservice url so when i am using add webservice i am getting the response as an error . 

let me share the screen shot and can i get the details about the parameter like what is an ID , entername,value and what are the values should i put in these parameters etc .

and when i send the request i get the error as response

Thanks,

Anurag

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anurag,

Upon looking at your screenshots I can see a couple of issues:

1. Under authentication -> Select Basic (ensure the Id/Password are correct)

2. The syntax for Id should be -> CN:IDM_TEST_557,ou=nwidm1,o=ids

Before sending the Add requests I suggest you send a search request to see if you get a response back.

Are you using the SPML staging area? or are you writing to the Identity store directly?

Let me know how you go.

Cheers

KV

Former Member
0 Kudos

Hi,

I am testing in the ldap browser as Anonymous with the given parameters

Hostname,port,starting point,filter  i'm getting the results  , but when i'm performing the search by giving user credentials

username and password and performing search by passing parameters like

hostname :

port : 2389

starting point : operation = listsystems or listusers or schema it is giving me "No entries Found" .

so before deploying the new configuration on the server , i was testing it in ldap browser .i have followed the documentation idm identity services -configuration guide.pdf

when i try to debug i was getting the below error....

Thanks,

Anurag.

Former Member
0 Kudos

Hi Anurag,

Thanks for the clarification. I get what you mean...

On seeing the screenshot of the log, you definitely have an issue with the user id/password you are using.

Please try the following:

In Browse LDAP:


Please select Credentials: as User + Password


as enter the User and Password as highlighted:

In my case the user id is test (in your case it might be superuser or whatever you have set)

Ensure that the user id you are using above is setup and password is maintained under User groups -> Authenticated:


Let me know how you go.


Cheers!


KV

Former Member
0 Kudos

Hi,

I have configured properly and i'm able to get the results in vds with the given credentials also ....

After deploying the .ear file on the java server for exposing the idm webservice url

When i'm doing search with credentials i give

starting point: CN=IDM_TEST_557,o=idstore

select no filter

enter attributes : objectclass = MX_PERSON

It is not giving me the attributes  results as i wanted like mcmskeyvalue,displayname,mx_lastname and remaining attributes but it is giving it in vds when i write ldap query

for example localhost:636/??SUB?(objectclass=MX_PERSON ...

But in the webservice response , it is just giving me success and o=idstore and attribute as organisation

Thanks,

Anurag.