.Net authentication using multiple roles for a users

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my application i have users who can belong to different groups and can have different roles.
Groups can be administrators,schedulors,Recordkeepers etc.,
Roles recordkeepingfullaccess,recordkeepingreadonlyaccess etc.,

how can i authenticate the user and once he/she logins in one system if someone else tries to login from some other system wiht his user login and pwd he should get a message that he u have already logged in the machine with ip address..

How should i check the roles and groups bcoz a user can belong to mulpile groups with different roles?

Any suggestions or urls are appreciated
Thank you
 
What type of authentication are you using?

Is this a client/server app, or an asp.net app?

Regards,
Rodger

Varun said:
In my application i have users who can belong to different groups and can have different roles.
Groups can be administrators,schedulors,Recordkeepers etc.,
Roles recordkeepingfullaccess,recordkeepingreadonlyaccess etc.,

how can i authenticate the user and once he/she logins in one system if
someone else tries to login from some other system wiht his user login and
pwd he should get a message that he u have already logged in the machine
with ip address..
 
Back
Top