I have an ASP web api service and I want to log all the authentication request I am using WindowsAzureActiveDirectoryBearerAuthentication for authentication What is the best way to do it? I checked the answer as suggested: The definitive guide to form-based website authentication but there is no log example or which classes to use, only the fact that you should do it, so code sample would be appreciated
Asked
Active
Viewed 54 times
0
-
2Possible duplicate of [The definitive guide to form-based website authentication](http://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication) – NinjaDeveloper May 19 '16 at 13:00
-
How about asking Google ? or browse github – NinjaDeveloper May 19 '16 at 13:27