|
Home > Archive > IIS ASP > August 2004 > ASP.NET with ADirectory role based authentication
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ASP.NET with ADirectory role based authentication
|
|
| naijacoder naijacoder 2004-08-27, 6:16 pm |
|
Hi Everyone,
I have some Questions relating to Active Directory and
Asp.net.
1)I have created a role based authorisation using SQL Server but i want
to use
Active Directory as a datastore now?
2)Now if i want to allow the user to login credentials against the
Active directory and then
implementing the roles i have in my Database would i need to have roles
in my Active Directory?
3)What i really want to do is FOR my users to login using their
username(windows logon) authenticate them against Active Directory after
authentication ..then authorization depending on their ROLES and then
redirecting them to the resources they are allowed to browse on.
4)Now i'm authenticating against my database with username and pwd.And i
created some Roles in the Database for my authorisation.But i want to
authenticate using Active Directory and then Authorisation..
But if i have to use Active Directory for authorisation wil i have to
have ROLES in my active Directory?
Thanks in advance and waiting for all ideas,arcticlea and resources...
*** Sent via Developersdex http://www.codecomments.com ***
Don't just participate in USENET...get rewarded for it!
| |
| Curt_C [MVP] 2004-08-27, 6:17 pm |
| Might want to hit up the aspnet group, this one is "classic" ASP
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"naijacoder naijacoder" <naijacoder@toughguy.net> wrote in message
news:%23esnvTziEHA.3416@TK2MSFTNGP09.phx.gbl...
>
>
> Hi Everyone,
> I have some Questions relating to Active Directory and
> Asp.net.
> 1)I have created a role based authorisation using SQL Server but i want
> to use
> Active Directory as a datastore now?
> 2)Now if i want to allow the user to login credentials against the
> Active directory and then
> implementing the roles i have in my Database would i need to have roles
> in my Active Directory?
> 3)What i really want to do is FOR my users to login using their
> username(windows logon) authenticate them against Active Directory after
> authentication ..then authorization depending on their ROLES and then
> redirecting them to the resources they are allowed to browse on.
> 4)Now i'm authenticating against my database with username and pwd.And i
> created some Roles in the Database for my authorisation.But i want to
> authenticate using Active Directory and then Authorisation..
> But if i have to use Active Directory for authorisation wil i have to
> have ROLES in my active Directory?
>
> Thanks in advance and waiting for all ideas,arcticlea and resources...
>
>
> *** Sent via Developersdex http://www.codecomments.com ***
> Don't just participate in USENET...get rewarded for it!
|
|
|
|
|