Hello,
I am trying to develop custom form based authentication with active directory with asp.net 2.0 platform. I am having difficulty trying to implement security model. Here is what my senerio is:
After authentication from AD I want to be able to create a custom authentication ticket in which i can save additional information about user other than roles and authenticated usre id, such as the organization name of the user etc.
I realize that I could use sessions to keep additional info but to me that option is the last thing i want to use.
I have done some research on Iprinciple but it seems that you can only add user name and role informaion to that object.
Can some one please give me some direction.
I am trying to develop custom form based authentication with active directory with asp.net 2.0 platform. I am having difficulty trying to implement security model. Here is what my senerio is:
After authentication from AD I want to be able to create a custom authentication ticket in which i can save additional information about user other than roles and authenticated usre id, such as the organization name of the user etc.
I realize that I could use sessions to keep additional info but to me that option is the last thing i want to use.
I have done some research on Iprinciple but it seems that you can only add user name and role informaion to that object.
Can some one please give me some direction.
Comment