After spending almost two days implementing security in my Web API application with Azure Active Directory and setting up the Swagger on the top and implementing Azure Active Directory via OAuth2 Implicit Grant for it as well, there is definitely some tips and tricks that you should know that will save...
As you can see in my previous post , I am currently working on securing an ASP.NET MVC Web Application based on OWIN. Because of that is this post some sort of continuation of my previous one. So, my Web Application in pure Single Page Application that works on AngularJS and is being generated by a Gulp...
In some use cases there is a security requirement for Auditing of User Login Activity, which is not covered by IdentityServer3. As we used the ASP.NET Identity as User Store, it also possible to implement some sort of Auditing as a custom SignInManager.cs in ASP.NET Identity, but that would not cover...
If you need to Authenticate your Azure Web App (ASP.NET MVC Application) against WCF Service with a specified Client Certificate (.p12 in my case) you will find out that it is not quite simple as it sounds. There are plenty of samples of how to do it in Internet, but non of them has really worked for...
For all of you that are using Exchange Server with Self-Issued Certificate, when syncing you Windows Phone 7 with your Exchange Account, you will get the Error Message saying Attention is Required and that Certificate is not Signed . As we know, there is of course no Settings where you can see or change...
It is quite a long time, since I posted something on my Blog. The reason was and it still is, lack of time caused by "combining" the Work and the Study! I will try to make it up soon as possible, but this Problem is something very Interesting, I couldn't find anything about it on the Internet...
On many blogs I have seen that people are talking about all new technologies and which of them are the right one to invest the Time in. This is a list of the things that I definitely want to learn or to extend my knowledge in this year: 1. WCF (Windows Communication Foundation): As we all know, WCF integrates...
"Microsoft Visual Studio 2005 is prone to a vulnerability that could allow remote attackers to execute arbitrary code. This issue occurs because of an unspecified error in the WMI Object Broker ActiveX Control." is description of latest IE 6/Visual Studio 2005 Vulnerability. The Vulnerability...