Today I got a case where a user reports that their authentication provider has been called a lot. Actually all the time. Since their authentication provider will connect to a transaction server that costs money for each transaction that is not acceptable. Here is what we found. Since EPiServer 4.5x you could write your own authentication provider. In most cases you would like your authentication provider to be called the first time a user login on the site, but not all the time. That is why...
[ Read full article ]