function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
punit.theikospunit.theikos 

Windows authentication not working through web tab

HI Community,

I have created a web tab that points to our intranet page. This page requires windiows authentication and shows a box for entering information like username, password and domain name.

Even after passing correct information on this box, we are not able to get through the authentication. Seems like the login information is not being passed correctly to the page.

Any help would be greatly appreciated.

Thanks

Punit

DevAngelDevAngel
It is probably a session issue.  The page that you are trying to get to should either be session less (which I don't think it can be using windows auth) or use url session state.
NiruNiru
Hi..
I want to pass windows username, password and domain name from salesforce using EndpointURL to My WEBSERVICE.  Is it possible to do that ?  please reply..
 
Thanks
Niru