ASP.NET Security Interface - Must Implement

Author Message
arthurmnev
  • Total Posts : 1
  • Reward points : 60
  • Joined: May 28 '04
ASP.NET Security Interface - Must Implement - Wed. Jun 2, '04 10:23 PM
0
Whenever ASP.NET version will be developed, please consider implementing Authentication Interface with Module that could be replaced. In my specific case I have a kick arse authetnication module working in HTTP pipeline supporting cross site authentication, ticketing etc... It would be a shame if I could not integrate that module with the board.

For as long as a board impments something like

IAuthenticationAuthority
{
IsValidUser()
GetUserGroups()
etc....
}

It would be a breeze for me (and countless others) to extend our classes to include that interface.

- Arthur