Hi everybody,
I am trying to force an automatic login (open a folder) by url parameters. My url is as follows:
http://localhost/metastorm/eFolder.aspx?FolderID=0900000000000000000000000000045&Service=Metastorm BPM Server&ForceLogin=True&SN=74BB1F0D-D758-431E-99E0-DA216C4248DD
Everytime I call this URL in IE I am automatically redirected (by IIS?) to the Login.aspx page.
Any ideas?
Cheers
Bjoern
That's what ForceLogin=True does, presents you with the standard login screen.
Ups, I mixed something here. Using just the SN parameter does the trick.
Thanks Paul!!