Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I am trying to create an authentication module, but the guidance seems very outdated.
http://www.theaccidentalgeek.com/post/2009/07/13/DotNetNuke-Tips-and-Tricks-12-Creating-your-own-Authentication-Provider.aspx
The guidance predates .dnn manifest files from what I can see.
I have a module definition defined, but when I try to import, I get the following errors:
Failure Required field Type is missing from Manifest
Failure Required field SettingsControlSrc is missing from Manifest
Failure Required field LoginControlSrc is missing from Manifest
I have defined both a Login.ascx and a Settings.ascx, but I am using the .dnn file Christopher provided.
So my module controls looks like:
DesktopModules/AuthenticationServices/ClaimsBased/Login.ascx
False
Edit
0
Settings
DesktopModules/AuthenticationServices/ClaimsBased/Settings.ascx
False
Claims Based Authentication Settings
Edit
0
Please tell me what I need to do to get this packaged up properly.
Thanks,
Kyle