Re: Single Sign on
From: Steve Thompson (stevethompson_at_nomail.please)
Date: 02/23/05
- Next message: Sue Hoegemeier: "Re: Simple Question (I hope)"
- Previous message: KLomax: "Service Pack, SQL Server 6.5"
- In reply to: Nextcert: "Re: Single Sign on"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Feb 2005 14:39:23 -0500
"Steve Thompson" wrote:
> Is you server and users in a domain configuration? If so, what you want to
> do is create an NT global group that contains your user accounts. Grant
that
> group appropriate permissions in SQL Server and appropriate permissions to
> the database(s). This is SQL Server Windows Authentication model and only
> requires one signon (login).
>
"Nextcert" <Nextcert@discussions.microsoft.com> wrote in message
news:37748C17-06D2-424D-AADD-BDC4E2291CC6@microsoft.com...
> Thank you again. I am currently looking into getting a third party
> application that will allow single sign-on. Any suggestions. Thanks.
You're quite welcome. Check that the 3rd party application supports SQL
Server Windows Authentication, sometimes refered to NT integrated security.
>From a connection standpoint, this is usually a fairly trivial change from
requiring a user account and password (separate login), to passing current
nt user credentials in an integrated manner. In my opinion, this is the way
you want to go from a security and administrative point of view.
Steve
- Next message: Sue Hoegemeier: "Re: Simple Question (I hope)"
- Previous message: KLomax: "Service Pack, SQL Server 6.5"
- In reply to: Nextcert: "Re: Single Sign on"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|