orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
515 stars 221 forks source link

FR Home: unpublished remote form doesn't show in list #2275

Open ebruchez opened 9 years ago

ebruchez commented 9 years ago

I think this might be a regression.

The service call to /fr/service/persistence/form on the remote server doesn't return the unpublished form.

ebruchez commented 9 years ago
ebruchez commented 9 years ago

CONCLUSION: In order for this to work as expected, the user's local rights should match the user's remote rights for the service. This is a bit tricky:

ebruchez commented 9 years ago

RESOLUTION: Authorizer must also provide username, group and roles. See #2321 for more.

ebruchez commented 8 years ago

Still the case as of 2016-04-18/2016.1.

ebruchez commented 2 years ago

With #2321, we have revised how to fix this. Instead, Orbeon-* authentication headers are passed directly to the service calls.

ebruchez commented 2 years ago
ebruchez commented 2 years ago