Access Authentication

S

Shaker

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
 
R

Ryan Hanisco

You can use Forms based authentication and write your own authentication
inheriting from the authentication base class.
 
S

Shaker

But I still need to base my authentication based on Windows, without needing
to do further authentication Forms.
 
R

Ryan Hanisco

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.
 
S

Shaker

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,105
Latest member
sheetaldubay7750ync
Top