Hi,
-- Do you know if it's possible to use oauth to access to orbeon (builder and runner) ? Thanks You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Administrator
|
Hi,
I imagine that you're thinking of using OAuth to access the Form Runner persistence API. If that is the case, access control is done by an authorization service you can provide, and I imagine that if you're familiar with OAuth, you could write such a service that checks that the provided OAuth token is valid. But no such service is provided out-of-the-box. You can find more about the authorization service on: http://doc.orbeon.com/xml-platform/controller/authorization-of-pages-and-services.html Alex
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Thanks Alex.
-- Le vendredi 8 avril 2016 00:57:50 UTC+2, Alessandro Vernet a écrit : Hi, You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
In reply to this post by Alessandro Vernet
Hi,
-- I'm working on sécurity side. How to force to use my authorization service for all requests to orbeon (service, runner and builder) not just service ? Regards Vivien Le vendredi 8 avril 2016 00:57:50 UTC+2, Alessandro Vernet a écrit : Hi, You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Administrator
|
Hi Vivien,
You can't, because this isn't what the authorization service is for ;). If you'd like to plug your own code that checks all the requests, I'd recommend you do this in filter that you add to the web.xml. This will give you full control on whether to let a request go through or not. Alex
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |