View Single Post
  #2 (permalink)  
Old 04-03-2007, 05:16 PM
ncushing ncushing is offline
Administrator
 
Join Date: Mar 2007
Location: Prezza Technologies
Posts: 187
Default

The provider model has been relatively unchanged for 4.0, though 4.0 allows one to specify separate authentication providers for survey taking and for the administration console.

If the ProviderData's constructor is being called, but your provider is not being instantiated, that may mean the provider is not set as the default authentication provider in SecurityConfiguration.xml. Please verify that there is only one authentication provider set as the default and that it is yours.
Reply With Quote