Hello,
I am writing a web api project in vs.net 2013.
I want that my users use their windows identity to log on to the web api.
BUT I want to have roles which are defined in a SQL Server table.
So identity is windows... but the role is SQL based.
Is this possible and how to go about this.w