Hello,
I am using DNN 4.8.0.
I am trying to create my own authentication provider for a client. The authentication will be happending via a Web Service. In order to use the web service a few parameters need to be passed to it.
In order to get started, I manually added records to the following tables: Packages, Authentication, and ModuleSettings. I copied the DesktopModules\AuthenticationServices\DNN folder renamed it to MyAuthProvider and modified the code behind of those files and the .resx file
I can run the Web site and when I go to Admin->Authentication page, I do see my new Authentication Provider listed. The problem is that the two options below my provider are Enabled and UseCaptcha (same as the DotNetNuke Authentication Settings).
I added three records to the ModuleSettings table MyAuthProvider_Enabled, MyAuthProvider_UserName, MyAuthProvider_Password. I would like the Enabled to be a checkbox and the other two to be displayed as textboxes. How do I get these three options to be displayed under my new Authentication Provder?
Is there some source code I could look at?
Thanks,