• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Web app item lists in secure zones

Explorer ,
Jul 02, 2012 Jul 02, 2012

Copy link to clipboard

Copied

I have a single web app, and I'm trying to distribute secured web apps items across the different secure zones a customer may be logged into.

For example, Customer A is a member of Secure Zone 1, which contains the secured web app items X, Y, Z

Customer B is a member of Secure Zone 2, which contains the secured web app items U, V, W

What I've discovered is that both customers can see all web app items (U V W X Y Z) in the list view layout, but clicking to view the detail of an item not in their secure zone will prompt them to log in.

Is that correct? If I SECURE an item by putting it in a secure zone, I don't expect it to show up in a list for a customer that is not a member of that secure zone.

TOPICS
Web apps

Views

1.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Jul 18, 2012 Jul 18, 2012

Your understanding of how BC works is correct.  Only the details page will respect your secure zone setting. 

To achieve what you need, the page that holds the list of items would have to be secured in the proper zone, and you would need to fileter the list output by category, perhaps setup a category to mirror each of your secure zones.

An extension to that which would allow you to have a single output page would be to ajax in the list view output, and pull that from the specific page based on t

...

Votes

Translate

Translate
Enthusiast ,
Jul 15, 2012 Jul 15, 2012

Copy link to clipboard

Copied

Hi, Perhaps you could place the items in categories- that way, there will be no leakages.

Also, remember to pre-select a category and hide the select form tag on the web app creation form.

I hope this helps.

Dave Black

@webmosphere

www.webmosphere.co.uk

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 18, 2012 Jul 18, 2012

Copy link to clipboard

Copied

LATEST

Your understanding of how BC works is correct.  Only the details page will respect your secure zone setting. 

To achieve what you need, the page that holds the list of items would have to be secured in the proper zone, and you would need to fileter the list output by category, perhaps setup a category to mirror each of your secure zones.

An extension to that which would allow you to have a single output page would be to ajax in the list view output, and pull that from the specific page based on the users secure zone.  You can get the names of the users secure zones using a builtin BC tag {module_subscriptions}

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines