Make information pages visible to Admin users only
Completed
At this time, the public facing pages like info.jsp do not have any authentication checks on them, so they are either visible publicly, or not at all.
I would like the ability to switch these pages from public to private so that an authenticated admin user could view those pages, but no one else could.
Hi Dean,
Thanks for reaching out with your suggestion. I've logged this as an Idea for an Enhancement Request. Before becoming a request, ideas will be reviewed by our Product Team and chosen for Enhancements based on feasibility, level of positive impact to the user experience, and votes from the community. This post will be updated with any future information relevant to this process.
Cheers,
Neal
Hi Dean,
Thanks for reaching out with your suggestion. I've logged this as an Idea for an Enhancement Request. Before becoming a request, ideas will be reviewed by our Product Team and chosen for Enhancements based on feasibility, level of positive impact to the user experience, and votes from the community. This post will be updated with any future information relevant to this process.
Cheers,
Neal
Hi Dean,
Just wanted to update you on this to say that there is an ability to allow access to those pages for authenticated users (but not restricted to Admin users) via the web.xml, which unfortunately had been previously undocumented. I have updated this article to include the required details, but the code you need to add to the bottom of your web.xml (prior to the </web-app> tag) is as follows:
Please let me know if this will give you the control you need for this.
Cheers,
Neal
Hi Dean,
Just wanted to update you on this to say that there is an ability to allow access to those pages for authenticated users (but not restricted to Admin users) via the web.xml, which unfortunately had been previously undocumented. I have updated this article to include the required details, but the code you need to add to the bottom of your web.xml (prior to the </web-app> tag) is as follows:
Please let me know if this will give you the control you need for this.
Cheers,
Neal
Thanks Neal,
That's more secure than anonymous access for sure.
I'm thinking we'll go with an approach like this:
Cheers,
Dean
From: Yellowfin Support <support@yellowfin.bi>
Sent: Friday, 21 May 2021 2:27 PM
To: Dean Jackson <dean.jackson@azility.co>
Subject: New Comment in "Make information pages visible to Admin users only"
Thanks Neal,
That's more secure than anonymous access for sure.
I'm thinking we'll go with an approach like this:
Cheers,
Dean
From: Yellowfin Support <support@yellowfin.bi>
Sent: Friday, 21 May 2021 2:27 PM
To: Dean Jackson <dean.jackson@azility.co>
Subject: New Comment in "Make information pages visible to Admin users only"
Hi Dean,
No worries, I think that is a good strategy. With this in mind, I will be closing this off, but if you have any further questions please do reach out to us.
Cheers,
Neal
Hi Dean,
No worries, I think that is a good strategy. With this in mind, I will be closing this off, but if you have any further questions please do reach out to us.
Cheers,
Neal
Replies have been locked on this page!