Hello
I am not sure this is possible, but I have webapp that will run inside the interanet. I have been able to take the advantage of Windows Authentication, but the idea of having a hardcoded list of users creates a lot work and almost become inpratical. Therefore, it would be so much help if I can validate the user against a list in a database that I can maintain through the actual application
Thanks in advance
RezaHi Reza,
very much you can. I will have to write custom code to check the username &
password and act accordingly.
http://www.4guysfromrolla.com/webtech/110701-1.shtml
--
Cheers!
Rajiv. R
Rajspace.Org
"Reza" <uwhockey@.hotmail.com> wrote in message
news:4EE02EAD-FB66-462B-9AF7-5A7FDDBE2502@.microsoft.com...
> Hello,
> I am not sure this is possible, but I have webapp that will run inside the
interanet. I have been able to take the advantage of Windows Authentication,
but the idea of having a hardcoded list of users creates a lot work and
almost become inpratical. Therefore, it would be so much help if I can
validate the user against a list in a database that I can maintain through
the actual application?
> Thanks in advance,
> Reza
Thanks Rajiv for response
Is there a sample code in this page?( quick look, didn't find anything specific
http://www.4guysfromrolla.com/webtech/110701-1.shtm
But I don't want to validate the user myself, just want to control the list, because the Window Authentication works perfect in this case
Rez
-- Rajiv R wrote: --
Hi Reza
very much you can. I will have to write custom code to check the username
password and act accordingly
http://www.4guysfromrolla.com/webtech/110701-1.shtm
-
Cheers
Rajiv.
Rajspace.Or
"Reza" <uwhockey@.hotmail.com> wrote in messag
news:4EE02EAD-FB66-462B-9AF7-5A7FDDBE2502@.microsoft.com..
> Hello
>> I am not sure this is possible, but I have webapp that will run inside th
interanet. I have been able to take the advantage of Windows Authentication
but the idea of having a hardcoded list of users creates a lot work an
almost become inpratical. Therefore, it would be so much help if I ca
validate the user against a list in a database that I can maintain throug
the actual application
>> Thanks in advance
> Rez
Hello!
I'm a bit confused... if you're using Windows authentication, why do you
need to "validate the user against a list"? IIS will validate the users for
you.
"Reza" <uwhockey@.hotmail.com> wrote in message
news:4EE02EAD-FB66-462B-9AF7-5A7FDDBE2502@.microsoft.com...
> Hello,
> I am not sure this is possible, but I have webapp that will run inside the
interanet. I have been able to take the advantage of Windows Authentication,
but the idea of having a hardcoded list of users creates a lot work and
almost become inpratical. Therefore, it would be so much help if I can
validate the user against a list in a database that I can maintain through
the actual application?
> Thanks in advance,
> Reza
I think that, as you're using Windows authentication, you would be better
off using ACL authorization rather than role-based or your own custom
security scheme. You would need to assign your team members to their own
Windows group, and give this group suitable permissions on your
application's directory (whilst removing Everyone else's). Access to the
application would then be dependent upon membership of the group.
That's what I would do, but I am by no means an expert.
"Reza" <uwhockey@.hotmail.com> wrote in message
news:937D7D5B-21B0-4D54-9831-860774806860@.microsoft.com...
> Because don't want everybody in the domain have access to the application,
only a list that changes all the time depending on the people that join the
team or leave the team or on the team.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment