Hello,
I was accustomed to manage custom role management using Custome Role provider with former version of ASP .NET.
Since new versions, MVC5 Identity or Claim base security management have been introduced and seem to be real advanced technology. Bu I am quite lost :
I have to create an MVC 5 app with Windows Authentication (intranet app over Active Directory authentication) but with a custom role management within the application.
My first idea was about creating a custom role provider. But is this the better way to do ?
Should I use another technology to realize this application ?
Any idea is welcome !
thanks'
Ludo

Go to the complete details ...