PDS Security-Urgent

R

Ryan Moore

When adding an ASP.net page to the current Project Web Access pages, is there
a way to capture the current user credentials/security cookie to make a call
to the PDS. I want to add a simple page that will use the PDS Project Create
Method.

Any help will be appreciated.

Thanks,
Ryan
 
T

TonyN

Hey Ryan,

Your best bet is to impersonate the user with an admin account - us
that account to log into the PDS server and get the cookie for projec
creation. You can not use the user credential the second time t
access the PDS - two-hops rule is enfored (unless your domain use
Kerberos delegation).

Tony


Ryan said:
*When adding an ASP.net page to the current Project Web Access pages
is there
a way to capture the current user credentials/security cookie to mak
a call
to the PDS. I want to add a simple page that will use the PDS Projec
Create
Method.

Any help will be appreciated.

Thanks,
Ryan


-
Tony
 
Top