Hello,
We will have some custom requirements within the weblink project, and for that, we have created custom code within the customsearch.aspx page.
Now we have the below requirement.
1. All pages within the weblink would require user authentication while they access those pages that we have achieved for all the pages like Browse.aspx, Docview.aspx, etc. but we need to skip this condition for "customsearch.aspx." page.
2. Mean that customsearch.aspx can be accessible without valid authorization for all users, regardless of whether they are public or private.
3. Currently, when we have set authentication, it would apply to all the pages that we need to bypass for the customsearch.aspx page.
You can check in the screenshot that it asked for a for a credential for the customsearch page that we want to omit, and it applies to the rest of the pages within the weblink.
Is there any way to set page-wise authentication settings within a weblink??
Thanks,
Pratik
Question
Question
Bypass or remove restriction to access customsearch.aspx page without user authedication or signin
Replies
How do your users authenticate to the Laserfiche repository? If any of your repositories are configured to use Windows authentication, this might be an expected part of the flow. One notable thing is that your url doesn't have any dbid or repo value specified, so the system isn't going to know which repository to run the search against. If you add a link to the welcome page you can see how it formats the url.
Hello Brain,
"How do your users authenticate to the Laserfiche repository? If any of your repositories are configured to use Windows authentication, this might be an expected part of the flow"
Pratik: Yes, we are using the Windows authentication for repositories.
"One notable thing is that your url doesn't have any dbid or repo value specified, so the system isn't going to know which repository to run the search against. If you add a link to the welcome page you can see how it formats the url."
Pratik: We have created some custom pages within weblink designer and also we are using API and jquery code for expected result within customsearch.aspx page; so that you are not able to dbid and repo.
What changes we can perform that custom pages won't be asked windows authedication ? for rest of the pages we are ok
Thanks,
pratik