ProfK:| I
don't really know where else to start looking at this, except here. I
need to implement a simple combination of Windows authentication, with
custom authorization. I'm supposed to get an employee number from the
user's domain login, and then look up authorization for various forms
in a custom table. This is all very small scale, so I don't yet want to
complicate things by implementing a provider etc. I would just like
some guidance on where to start. How do I initialise and use the
session in this case? |
ProfK, I have a very similar situation in the project I'm currently busy with. We take the user's domain login, and check it against a table with roles in it. Based on the role they get a specific menu of items.
I would suggest you could go the same route, but go one step further in that if the user does not have an entry in the table, then provide a default. Would that solve your problem?