all groups > asp.net security > october 2006 > threads for october 1 - 7, 2006
Filter by week: 1 2 3 4 5
Using two membership providers
Posted by Daniel at 10/6/2006 12:50:56 PM
Hello,
imagine an application that has two membership providers installed. The
first provider is used for public user to access some restricted
functions, e.g. a forum, his mailbox, or others.
The second provider is used for administrative purposes. Obviosly only
select users have such an a... more >>
Authentication loop-hole?
Posted by Griff at 10/6/2006 12:00:00 AM
In the design stage, so I don't have the ability to test this scenario at
the moment, so I would be grateful if someone could prove to me that the
following scenario does not exist...
The idea is that we will have one website with multiple URLs pointing to it.
For example www.mySite.com and... more >>
Performance issues With Impersonation and Delegation
Posted by Bill Ward at 10/5/2006 11:49:47 AM
Hi there,
I have some severe performance issues that seem to be associated with
impersonation and delegation. We are designing n-tier solutions with ASP.NET
web services as the middle tiers and SQL databases and windows services on
the back end. None of the traffic hits the internet. All of... more >>
Single Sign-On with OWA and MetaFrame XP
Posted by Brad Miller at 10/5/2006 7:22:02 AM
Hi All -
I have a question regarding OWA.
We currently have 2 sign-on screens we are trying combine, one is OWA and
the other is Citrix MetaFrame XP. The solution requested is that we have one
web page where the user logs in, and upon successful login, the user is
presented with 2 lin... more >>
authentication , roles - sql serwer
Posted by m_mis at 10/4/2006 3:32:38 PM
Hi,
to use local/doman user and roles in web.config <authorization> section =
i =
have to add :
<roleManager defaultProvider=3D"WindowsProvider" enabled=3D"true">
<providers>
<add
name=3D"WindowsProvider"
type=3D"System.Web.Security.WindowsTo... more >>
authorization / authentication policy help
Posted by yofnik NO[at]SPAM comcast.net at 10/4/2006 12:52:33 PM
Hello,
Using policy (modifying web.config) and FormsAuthentication, is it
possible to return an error message (or redirect to error page) instead
of redirecting to the login page for specific users only?
Here's an example:
I have a section of my web app that is for admins only. The
authori... more >>
Unable to connect to SQL Server database
Posted by James at 10/4/2006 7:13:02 AM
Hello
I am new to ASP and I am using ASP.Net Visual Web Developer Express Edition.
I have been following 'How To' videos online and I am currently trying to
add Login forms.
When I first go to add a Role, by clicking on the ASP.Net Configuration
button, then select Security like it sho... more >>
Security Trimming in ASP.Net 2.0 question
Posted by Patrick.O.Ige at 10/4/2006 12:10:40 AM
Hi guys,
Just got a questions here regarding Site Navigation
I have SiteMapNode with Roles attribute
The Roles are from Active Directory since i'm using Windows Auth.
But the problem is my treeview menu is going to be huge and i would have to
be constructing the siteMap and then as... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Single sign on for Outlook web access
Posted by Vince Varallo at 10/3/2006 5:55:02 PM
Hello everyone,
Is there any way to create a single sign on solution that can authenticate a
user and then store the credentials and pass them to outlook web accees?
Essentially we want the first web page to ask the user for the user name and
password and the second page to give the user op... more >>
Windows authentication and Roles
Posted by m_mis at 10/2/2006 4:08:28 PM
Hi,
i have problems with understanding a security matter:
i have set:
<authentication mode=3D"Windows" />
and:
<authorization>
<deny users=3D"?" />
<allow roles=3D"role1"/>
<deny users=3D"*"/>
</authorization>
it doesn't work . i can't l... more >>
|