Ask a Question related to ASP.NET Security, Design and Development.
-
James #1
Best practice for extranet users
We want to give access to regional staff across the country to a database
that only supports Windows Authentication.
The staff should only see data from their own region. So the database needs
to know who exactly the user is, so that it filters out the data accordingly.
We do not have a nationwide Windows network, so we cannot use IIS Windows
Auth.
Assuming we'd be using Forms Auth, how can we pass on the user identity to
this database? In other words, how can we assign each individual user to a
unique Windows account that would uniquely identify the user to the database?
(The database is MS Analysis Services)
James Guest
-
License.Limit.Exceeded with 4x150 users licence andonly 300 real users
As indicated by the ongoing discussion, this issue can have different causes - can you describe your application a little bit? How many users are... -
License.Limit.Exceeded with 4x150 users licence and only300 real users
We have 4x150 users licence, set to unlimited bandwith. We get these messages in event viewer: Connection rejected by server. Reason : :... -
extranet demo doesnt work for quick charts to flashor pdf
I'm having the same problem/error. And when I tried to open up the cfr files in Report Builder I got errors saying those are invalid files. What's... -
Developing an extranet using ColdFusion MX
Hello I was wondering if anyone could point me in the direction of any essential reading for developing extranet applications in ColdFusion. I'm... -
Enable additional users properties in Active Directory users and Computers
"Mike Brannigan " <mikebran@online.microsoft.com> wrote in message news:O5qGXY1XEHA.808@tk2msftngp13.phx.gbl...... -
[MSFT] #2
RE: Best practice for extranet users
Hello,
For such a situation, Form authentication seems to be the only choice. Here
is a article about how valid windows account within Form Authentication:
How to authenticate against the Active Directory by using Forms
authentication and Visual C# .NET
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q316748[/url]
After the authentication, we need impersonate current user's account to
access the database. Here is an article about this:
INFO: Implementing Impersonation in an ASP.NET Application
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q306158[/url]
Hope this help,
Luke
[MSFT] Guest
-
James #3
RE: Best practice for extranet users
Looks like what I'm looking for, I'll try it out.
Thanks.
"[MSFT]" wrote:
> Hello,
>
> For such a situation, Form authentication seems to be the only choice. Here
> is a article about how valid windows account within Form Authentication:
>
> How to authenticate against the Active Directory by using Forms
> authentication and Visual C# .NET
> [url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q316748[/url]
>
> After the authentication, we need impersonate current user's account to
> access the database. Here is an article about this:
>
> INFO: Implementing Impersonation in an ASP.NET Application
> [url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q306158[/url]
>
> Hope this help,
>
> Luke
>
>James Guest
-
[MSFT] #4
RE: Best practice for extranet users
You are welcome. If there is further questions, please feel free to post
here.
Luke
[MSFT] Guest



Reply With Quote

