Integrating Apache Shiro with ASP.NET MVC

Posted by Garry Shutler on Stack Overflow See other posts from Stack Overflow or by Garry Shutler
Published on 2011-01-04T15:30:34Z Indexed on 2011/01/04 19:54 UTC
Read the original article Hit count: 353

I'm looking at using Apache Shiro as a central authentication service for all our applications over a variety of platforms.

It's hinted at that it can integrate with a variety of platforms which would be ideal for my purposes but I cannot find any examples of how this is achieved from .NET (ASP.NET MVC specifically if it makes any difference).

Does anyone know where I can find an example of how to do this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about asp.net-mvc