M
marcoapollo2007
Hello Everyone.
I've created a web app that needs to call some PSI methods using the
current user's credentials. I've gotten this to work for windows
authenticated resources by simply setting the PSI Web Service Network
Credential property equals to the Default network Credentials, but
this method doesn't work for forms authenticated users, it picks up
the anonymous user credentials (since the the PWA site where forms
authenticated users allows anonymous access), or the windows
credentials of the user if anonymous access on the site is disabled.
Does anybody know how I can forward the credentials from PWA to a
custom page?
Some clarifications:
1. I know there are two different website for PWA, one that allows
Windows Authentication and the other one allows forms authentications,
the applicaiton is installed in the two separate web sites and it
works in the windows aunthentication site.
2. The custom site that is trying to retrieve the user's credentials
is a separate web app, with its own appliation pool and web.config
file.
thanks in advance for any help!
I've created a web app that needs to call some PSI methods using the
current user's credentials. I've gotten this to work for windows
authenticated resources by simply setting the PSI Web Service Network
Credential property equals to the Default network Credentials, but
this method doesn't work for forms authenticated users, it picks up
the anonymous user credentials (since the the PWA site where forms
authenticated users allows anonymous access), or the windows
credentials of the user if anonymous access on the site is disabled.
Does anybody know how I can forward the credentials from PWA to a
custom page?
Some clarifications:
1. I know there are two different website for PWA, one that allows
Windows Authentication and the other one allows forms authentications,
the applicaiton is installed in the two separate web sites and it
works in the windows aunthentication site.
2. The custom site that is trying to retrieve the user's credentials
is a separate web app, with its own appliation pool and web.config
file.
thanks in advance for any help!