8/23/2025 4:27:45 AM
|
|
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 using & developing the legacy SalesLogix Web Client (For versions 7.0 and earlier). View the code of conduct for posting guidelines.
|
|
|
|
form authentication is not working in custom page
Posted: 25 Aug 10 2:14 AM
|
Hello, i have made another custom page which has a user control. i want authentication in this page. when i write the direct URL of that page in address bar it should not open and should navigate to login.aspx page.
<forms loginUrl="Login.aspx" protection="All" timeout="30" name=".SLXAUTH" path="/" defaultUrl="default.aspx" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" enableCrossAppRedirects="true"/>
Please tell me am i doing anything wrong? why the form authentication is not working?
reply me soon thanks sunil |
|
|
|
Re: form authentication is not working in custom page
Posted: 25 Aug 10 11:50 AM
|
Sunil:
What version of SLX are you running? I believe that you may have posted on the Wrong Forum.
That being said, are you trying to bypass the Login.aspx page by posting to a different page, but are being forcefully redirected to Login.aspx every time?
I am not quite sure what you are trying to do. There are ways to exclude pages from Forms authentication, so that they are rendered outside of a login session, and maybe from there you could do your own authentication, but not sure what the exact details of it are.
|
|
|
|
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!
|
|
|
|
|
|
|
|