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.
|