Re: log on to one, log on to all - web apps



Hi Narendra,

Thanks for your reply. It will sort of be an extranet with all users coming
through from the "outside world". Users will either be on one domain or
several with trusts in place.

I know how to use forms-based authentication with credentials checked
against the AD users. How do I make the session valid on both the CMS and
SPS environments so that the user does not have to enter his details again
when following links between the two environments? An idea of the correct
..NET pbjects/methods or good articles to read would be great!



"Narendra" <Narendra@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B9B7C2DB-1227-4102-B352-3C76ABBB1D28@xxxxxxxxxxxxxxxx
> Hi!
> Before answerign, I would like to ask couple of questions.
> 1. Are all user part of same domain and network is kind of extranet?
> 2. Are all user log on to server using internet?
> 3. Do you have any auditing requirement for each user on SQL, SPS servers?
> Is yes, then you will have to use impersonation and delegation? To
use
> imeprsonation and delegation, you have to use windows authentication. But
as
> you said you are using form authentication, you can use role based mapping
> with SPS and CMS. So you will have to do mapping between your user and
roles
> created.
> Here you will have less auditing feature and you will have to flow your
> identiity from IIS server to CMS,SPS and SQL server.
> The following set up should help you out for analysis,
> 1. Create user group called CMS and SPS.
> 2. Authenticated users using form with active directory.
> 3. Check user belongs to particular group (CMS, SPS). if you want all user
> to log on to each server then make universal group and then use trusted
> predefined identity which uses windows authentication to access CMS and
SPS.
> Also ASP.NET user can be used with this set up. so you need not create any
> user.
>
>
> So you will have form authentication between browser and IIS server and
> between IIS server to other server, use windows authentication.
>
>
> regards,
> narendra.
> regards,
> narendra.
>
>
> "Alex Lakeland" wrote:
>
> > I have the following scenario:
> >
> > 2 win2k3 servers with MCMS2002, load balanced
> > 3 win2k3 SPS2003 servers in medium server farm configuration
> > 1 SQL2k/2k5 environment (probably a cluster)
> > All users are external and log on with credentials in active directory
on
> > the same domain as the servers above.
> >
> > There will be a website that sits as an umbrella over the top of the two
> > websites (CMS and SPS). This website will have a forms-based login - all
> > users are external and will log in here.
> >
> > What I'm trying to achieve: once the user completes login on the
umbrealle
> > site they will be logged in on both SPS and CMS.
> >
> >
> > How can I achieve this? Sicne the sites will be on the same root domain
name
> > I can share a cookie betweent he sites (I think) but I can't see how I
pass
> > the windows token between the environment. Is there another way? And how
do
> > I stop the session from timing out on e.g. SPS if the user is on CMS for
an
> > hour?
> >
> > Any suggestions, however theoretical, would be gratefully received.
> >
> > Alex Lakeland
> >
> >
> >


.



Relevant Pages

  • RE: log on to one, log on to all - web apps
    ... Do you have any auditing requirement for each user on SQL, SPS servers? ... identiity from IIS server to CMS,SPS and SQL server. ... Create user group called CMS and SPS. ... predefined identity which uses windows authentication to access CMS and SPS. ...
    (microsoft.public.dotnet.security)
  • Re: log on to one, log on to all - web apps
    ... you map some trusted identity with CMS, and SPS. ... But if you have user level control then form based authentication will not ... >> identiity from IIS server to CMS,SPS and SQL server. ...
    (microsoft.public.dotnet.security)
  • SSO and File Shares
    ... We are developing a Sharepoint application that will index documents on file ... The network has a number of seperate File, SQL and SPS servers using Windows ... 2003 Server in a single Active Directory domain. ... Basic Authentication on the SPS website as the file copy procedure will only ...
    (microsoft.public.sharepoint.portalserver.development)
  • CMS integration.-404 Error
    ... CMS and SPS are on different servers. ... WSS is not installed on CMS server. ... Only CMS connector is installed on SPS ... Requested Url: /<sample ...
    (microsoft.public.sharepoint.portalserver)
  • Re: SPS and existing authentication
    ... SPS cannot use forms authentication nor do I think it can read user ... >I have an web site with about 5000 users, with forms authentication. ... > accounts are in sql database. ... Now i need sharepoint portal server added to ...
    (microsoft.public.sharepoint.portalserver.development)