cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1330
Views
0
Helpful
2
Replies

How to connect to secured request center url using nsAPI

thiszparveen
Level 1
Level 1

Hi,

I am wrting a JSR portlet to connect to secured requestcenter url and it is LDAP intergarted. Below is the URL we use to login to the RequestCenter.

https://<hostname>/RequestCenter/application.do?Astalavista=true.

But when I need to login to Requestcenter programatically, I used the below code

NSApiClient nsApiClient = NSApiClientFactory.getInstance();

nsApiClient.login("https://<hostname>/RequestCenter/application.do?Astalavista=truer", "username", "password");

The above login code is working perfectly in with normal requestcenter url which is not LDAP intergrated (http://<hostname>/RequestCenter).

But It is not logining in when I give the backdoor URL.

Could anyone help me to login to backdoor URL using nsAPI?

Thanks,

Parveen

2 Replies 2

derevan
Level 4
Level 4

I have been told that the backdoor for NSAPI is not available. It works when LDAP is not integrated because the backdoor is not necessary in that case, so it is ignored.

I believe there is a support case currently open for this, but not sure if there is a resolution yet.

Hi Team

Any update on above issue. We are facing similar issue with SOAP UI. I am able to login with LDAP users but not with OU users via SOAP UI.

 

Regards,

Vignesh.