Page updated authorization in place on the Page zero

Greetings to the community!

When you define an authorization scheme, you can set as a condition for the security of a page. -You on each page individually.

Now, I want to have a permission of page for each page on the App and there are a whole bunch of pages, so zero Page comes to mind. However there is no direct way to set a permission of page on the zero Page, or skip logic, so I've found a workaround:

-> Process A Page zero to validate authentication page setting, APP_USER, and APP_PAGE_ID
-> Year App-Item to store this result, say APPI_PAGEAUTHORZ,
-> Dynamic Action on the Page zero, according to the value of APPI_PAGEAUTHORZ performed a redirect to the home page.
-> There maybe an appropriate error according to the value of APPI_PAGEAUTHORZ.

It works, but one) I'm not sure about the safety - you could disable javascript and you have all the pages on the url, and b) it seems a bit complicated and funky.

So, I would ask you, if there is a better way to do this.

Thank you and best regards,
Tobi

A scheme of application-level authorization is defined using the attributes of application security, no Page zero.

Tags: Database

Similar Questions

Maybe you are looking for