8/18/2025 7:28:59 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
Custom Web Portal Authentication
Posted: 06 Mar 09 11:19 AM
|
With the added wizard for creating a custom portal, there seemed to be one thing left out to truly make it a complete portal. The portal takes you straight to a blank default page with no login or authentication.
My question is what steps do I need to take to add basic SLX user authentication to the portal? The wizard does add the objects necessary to support the appropriate authentication (User vs. Customer), but no means for executing the actual login.
I've tried reverse engineering the login's in the existing portals, but beyond adding the physical page, I can't seem to get the login to work. I suspect it's related to Web.Config and the template Master, but I can't figure out what tags and references to add.
Has anyone been successful in adding said authentication to a custom portal? Either User or Customer (or both)?
-Jeremy |
|
|
|
Re: Custom Web Portal Authentication
Posted: 16 Mar 09 5:52 AM
|
Wizard misses quite a few files, I believe all of the script files are not included (javascript, libraries), login page should be included if it is not. Make sure that you have all of the master pages. The membership service has to be set (membership provider) and the web config is involved. Really you just need to start pulling pages from a working web client across to your non working portal. it should not take much. I do suggest that you go to a file based VFS if your doing such work.
Regards, Mark |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|