That didn't work.
What's odd is when I implement Prezza.Framework.Security.IAuthenticationProvider in my authentication provider class, visual studio indicates that I must implement a public string property called x9e6af776c909c4c0.
That's not what's in the 3.0 documentation.
(Visual Studio does specify that I also need to implement an Initialize method and an Authenticate method which matches with the 3,0 docs).
I inserted file writes to debug in all methods, and I can see that the Initialize method is called as well as the property set method for x9e6af776c909c4c0, but the Authenticate method is never called.
3.0 indicates I should reference Prezza.Framework.Common.dll, Prezza.Framework.Security.dll and Prezza.Framework.Configuration.dll but I only have Prezza.Framework.dll and Prezza.Framework.Common.dll in my /bin directory. But it seems that all the namespaces I need are available through those two assemblies.
|