Re: Redirecting Users...
From: James Edelen [MVP] (jj4_at_mvps.org)
Date: 05/26/04
- Next message: James Edelen [MVP]: "Re: iFilter provider/consumer example"
- Previous message: James Edelen [MVP]: "Re: E-mail ebabled Doc Lib via HTTPS"
- In reply to: christian strevel: "Redirecting Users..."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 May 2004 23:23:31 -0400
For question 1, it would require you to write a web-part and put it on the
root portal page to redirect the user (you would hav eto have logic to
determine if the user was coming in for the first time or are navigating to
the root site from another page).
For Q2, I don't think so without writeing some custom web part code to grab
the current user and then pass those credentials on.
-- James Edelen Microsoft MVP - SharePoint Portal Server Microsoft MVP - Windows XP Media Center Microsoft Associate Expert Expert Zone - http://www.microsoft.com/windowsxp/expertzone "christian strevel" <cs_at_intellekt.ws> wrote in message news:O5ZEnRmQEHA.1440@TK2MSFTNGP10.phx.gbl... > When you enter the portal directly, it asks for your username/password > with Integrated Security. When the user logs on it leaves the user in the > root portal... is there any way to redirect the user to a specific sub-site > inside the portal (like the user's own site in sharepoint?) after the login > procedure? > > Also, I have this simple form for login the OWA WebParts, is it possible > to obtain the credentials and pass them to the form? > > <head> > <meta http-equiv="Content-Type" content="text/html; CHARSET=iso-8859-1"> > <meta http-equiv="Pragma" content="no-cache"> > <meta http-equiv="Expires" content="0"> > <title></title> > </head> > <body bgcolor="#FFFFFF" text="#000000" leftmargin=0 topmargin=0> > <form action="https://blahblahblah/exchweb/bin/auth/owaauth.dll" > method="POST" name="logonForm" autocomplete="off"> > <input type="hidden" name="destination" > value="https://blahblahblah/exchange/username"> > <input type="hidden" name="flags" value="0"> > <input type="hidden" id="username" name="username" value="domain\username"> > <input type="hidden" id="password" name="password" value="password"></td> > </form> > <script language='javascript'> > document.logonForm.submit(); > </script> > </body> > </html> > >
- Next message: James Edelen [MVP]: "Re: iFilter provider/consumer example"
- Previous message: James Edelen [MVP]: "Re: E-mail ebabled Doc Lib via HTTPS"
- In reply to: christian strevel: "Redirecting Users..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading