Re: Redirecting Users...

From: James Edelen [MVP] (jj4_at_mvps.org)
Date: 05/26/04


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>
>
>


Relevant Pages

  • Re: Secure Multiple Applications in one Domain
    ... Original Page, Login Page, Post of Login Page, Original Page, ... Is using the element in my root web's web.config file the way to ... > another sub application located in the ... Regarding on the repeatly be redirect to login page. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: Secure Multiple Applications in one Domain
    ... root applicaiton 's root folder in IIS. ... Now you want the sub application's file also be ... use the same login page in the root web application. ... Regarding on the repeatly be redirect to login page. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Forms authentication doesnt work in IIS6!!!
    ... >I login the user in my root application, and this code runs in the ... > The redirect to the protected folder happens, ... > protected folder Request.IsAuthenticated returns FALSE! ...
    (microsoft.public.inetserver.iis)
  • Forms authentication doesnt work in IIS6!!!
    ... I login the user in my root application, and this code runs in the global.asax: ... The redirect to the protected folder happens, but in the application in the ...
    (microsoft.public.inetserver.iis)
  • SUMARY: Cant login as root
    ... As a result, i was not able to log in as root, neither create a new ... Asunto: RE: Can't login as root ... > console. ... > If we log as any other user everythig is ok, but we cannot either do su-. ...
    (Tru64-UNIX-Managers)

Loading