Ok, so I have been researching all over and can’t get a straight answer… and I have spent weeks on this…
I need to open/redirect a Domino web app from .net environment without prompting for login.
Both platforms are in different domains and I am using Single server authentication.
Option 1: URL parameters (username/password).
http://notesdomain.com/db.nsf&username=blah&passwordblah=Redirect=xxxx
Works… but I will get the security team chasing me with axes if I enable that (usernames and pwds wil be recorded in the log )
Option 2: From .net I can issue a request and even read the authentication cookie and I even attach the cookie to the request… but that doesn’t work as they are different domains and the response.redirect won’t work… for security reasons I think.
My intention is to open the web app (not read the content so don’t need to read a stream of bytes from it) just open/redirect without loggin-in.
Any ideas… am I missing anything?
Thanks in advance
L