Ask a Question related to ASP.NET Security, Design and Development.
-
Shaker #1
Access Authentication
Hi,
I have an ASP.Net Application,
This application is accessed based on user identiy authorization.
This application is hosed on server locted on NT domain (based On AD) groups.
This application is also accessed from another workgroup (not defined on
main NT domain).
I could control the access per user when using
<authentication mode="Windows"/>
and
<authorization>
<allow users="......./>
But this will Deny the other workgroup from seeing the application.
How could I provide the access per user level for two differnt domains.
Note:
The IIS security settings is: Anonmous Access and Integrated Windows Auth.
Help
--
MCSD not .Net yet :(
Shaker Guest
-
Access to page with web authentication
Hi, I want to automatically access the data on a web page that is protected by basic web authentication. I have tried <cfinvoke> with a... -
Novell iChain Authentication before Webservice Access.
Please Help, Does anyone now how to code access for a webservice that is protected by Novel iChain. Firstly the service is over SSL and then you... -
Access Denied using Windows Authentication. WSE 2.0
Subject: Access Denied using Windows Authentication. WSE 2.0 When using custom authentication (using the UsernameTokenManager interface.) I... -
asp.net, basic authentication, file access
I have a asp.net application that is configured to use "basic authentication". The application needs to have access to delete a file in let's say... -
Basic Access Authentication
I found this article http://www.dotnet247.com/247reference/msgs/22/113795.aspx, but unfortunatly it no longer exists here, so I'm re-opening it. ... -
Ryan Hanisco #2
Re: Access Authentication
You can use Forms based authentication and write your own authentication
inheriting from the authentication base class.
--
Ryan Hanisco
MCSE, MCDBA
Flagship Integration Services
"Shaker" <Shaker@discussions.microsoft.com> wrote in message
news:8DD0A14E-C0BD-4430-803F-19F49C9D1FFA@microsoft.com...groups.> Hi,
> I have an ASP.Net Application,
> This application is accessed based on user identiy authorization.
> This application is hosed on server locted on NT domain (based On AD)>
> This application is also accessed from another workgroup (not defined on
> main NT domain).
>
> I could control the access per user when using
> <authentication mode="Windows"/>
>
> and
> <authorization>
> <allow users="......./>
>
> But this will Deny the other workgroup from seeing the application.
>
> How could I provide the access per user level for two differnt domains.
>
> Note:
> The IIS security settings is: Anonmous Access and Integrated Windows Auth.
>
>
> Help
>
>
> --
> MCSD not .Net yet :(
Ryan Hanisco Guest
-
Shaker #3
Re: Access Authentication
But I still need to base my authentication based on Windows, without needing
to do further authentication Forms.
"Ryan Hanisco" wrote:
> You can use Forms based authentication and write your own authentication
> inheriting from the authentication base class.
>
> --
> Ryan Hanisco
> MCSE, MCDBA
> Flagship Integration Services
>
> "Shaker" <Shaker@discussions.microsoft.com> wrote in message
> news:8DD0A14E-C0BD-4430-803F-19F49C9D1FFA@microsoft.com...> groups.> > Hi,
> > I have an ASP.Net Application,
> > This application is accessed based on user identiy authorization.
> > This application is hosed on server locted on NT domain (based On AD)>> >
> > This application is also accessed from another workgroup (not defined on
> > main NT domain).
> >
> > I could control the access per user when using
> > <authentication mode="Windows"/>
> >
> > and
> > <authorization>
> > <allow users="......./>
> >
> > But this will Deny the other workgroup from seeing the application.
> >
> > How could I provide the access per user level for two differnt domains.
> >
> > Note:
> > The IIS security settings is: Anonmous Access and Integrated Windows Auth.
> >
> >
> > Help
> >
> >
> > --
> > MCSD not .Net yet :(
>
>Shaker Guest
-
Ryan Hanisco #4
Re: Access Authentication
You can tie the form to AD easily... that is a behaviour of the form...
Otherwise, you'll need to inherit the security authentication and roll your
own.
--
Ryan Hanisco
MCSE, MCDBA
Flagship Integration Services
"Shaker" <Shaker@discussions.microsoft.com> wrote in message
news:AEB06382-6B48-4CC7-BB23-ACBC523E1595@microsoft.com...needing> But I still need to base my authentication based on Windows, withouton> to do further authentication Forms.
>
> "Ryan Hanisco" wrote:
>> > You can use Forms based authentication and write your own authentication
> > inheriting from the authentication base class.
> >
> > --
> > Ryan Hanisco
> > MCSE, MCDBA
> > Flagship Integration Services
> >
> > "Shaker" <Shaker@discussions.microsoft.com> wrote in message
> > news:8DD0A14E-C0BD-4430-803F-19F49C9D1FFA@microsoft.com...> > groups.> > > Hi,
> > > I have an ASP.Net Application,
> > > This application is accessed based on user identiy authorization.
> > > This application is hosed on server locted on NT domain (based On AD)> > >
> > > This application is also accessed from another workgroup (not defineddomains.> > > main NT domain).
> > >
> > > I could control the access per user when using
> > > <authentication mode="Windows"/>
> > >
> > > and
> > > <authorization>
> > > <allow users="......./>
> > >
> > > But this will Deny the other workgroup from seeing the application.
> > >
> > > How could I provide the access per user level for two differntAuth.> > >
> > > Note:
> > > The IIS security settings is: Anonmous Access and Integrated Windows> >> > >
> > >
> > > Help
> > >
> > >
> > > --
> > > MCSD not .Net yet :(
> >
> >
Ryan Hanisco Guest
-
Shaker #5
Re: Access Authentication
Can you explain more details of how to do, or refere where it is?
Provided that I don't want to ask the user for more Passwords and ID more
than the time he did once he logged to the network, either to NT Domain(AD)
or to Workgroup domain (Not AD).
"Ryan Hanisco" wrote:
> You can tie the form to AD easily... that is a behaviour of the form...
>
> Otherwise, you'll need to inherit the security authentication and roll your
> own.
>
> --
> Ryan Hanisco
> MCSE, MCDBA
> Flagship Integration Services
>
> "Shaker" <Shaker@discussions.microsoft.com> wrote in message
> news:AEB06382-6B48-4CC7-BB23-ACBC523E1595@microsoft.com...> needing> > But I still need to base my authentication based on Windows, without> on> > to do further authentication Forms.
> >
> > "Ryan Hanisco" wrote:
> >> > > You can use Forms based authentication and write your own authentication
> > > inheriting from the authentication base class.
> > >
> > > --
> > > Ryan Hanisco
> > > MCSE, MCDBA
> > > Flagship Integration Services
> > >
> > > "Shaker" <Shaker@discussions.microsoft.com> wrote in message
> > > news:8DD0A14E-C0BD-4430-803F-19F49C9D1FFA@microsoft.com...
> > > > Hi,
> > > > I have an ASP.Net Application,
> > > > This application is accessed based on user identiy authorization.
> > > > This application is hosed on server locted on NT domain (based On AD)
> > > groups.
> > > >
> > > > This application is also accessed from another workgroup (not defined> domains.> > > > main NT domain).
> > > >
> > > > I could control the access per user when using
> > > > <authentication mode="Windows"/>
> > > >
> > > > and
> > > > <authorization>
> > > > <allow users="......./>
> > > >
> > > > But this will Deny the other workgroup from seeing the application.
> > > >
> > > > How could I provide the access per user level for two differnt> Auth.> > > >
> > > > Note:
> > > > The IIS security settings is: Anonmous Access and Integrated Windows>> > > >
> > > >
> > > > Help
> > > >
> > > >
> > > > --
> > > > MCSD not .Net yet :(
> > >
> > >
> > >
>
>Shaker Guest



Reply With Quote

