On 15.11.2016, at 16:09, Lorenzo C. <harle...@gmail.com> wrote:Hi,I am using the Remote Java API with jBPM 6.4 and I am trying to achieve one of the followings:1) Either Single Sign On2) Or basic authentication with empty passwordRegarding 1), I understand the Remote API does not support Single Sign-On. Is that correct? Is there perhaps any workaround I could use? Any idea?
Regarding 2), although it is possible to set up empty password in jBOSS, I have read somewhere that Remote API does not support it and a password must always be provided. Is there any way to bypass this control?
Or can you think of any other solution to achieve my use case which is: the user should be able to interact with jBPM via Remote Java API without having to enter their password.Thank you so much.
--
You received this message because you are subscribed to the Google Groups "jBPM Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-developme...@googlegroups.com.
To post to this group, send email to jbpm-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-development/a9cf33d7-8bcf-4c1d-a83d-cf061367b5dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
depends on the sso solution. remote api has pluggable mechanism that allows you to set headers that will instruct app server how to deal with authentication
it relies on app server to perfrom authentication so if server will accept that request then it should work, but main question is why???
My requirement #2 has been solved with this: https://github.com/uberfire/uberfire/pull/572Still struggling to enable Kerberos SSO for REST API. I don't know where to start and was not able to find much available online :(
--
You received this message because you are subscribed to the Google Groups "jBPM Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-development+unsubscribe@googlegroups.com.
To post to this group, send email to jbpm-development@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-development/caadd2d9-44f3-4943-927c-3eb88e18534d%40googlegroups.com.
depends on the sso solution. remote api has pluggable mechanism that allows you to set headers that will instruct app server how to deal with authentication
for wokrbench REST api I don't think you'll be able to achieve SSO as it only supports BASIC authentication type - it explicitly looks for Authorization header and assumes it's BASIC.For kie server this might be more applicable as it completely delegates to application server for authentication and authorization.Maciej
2016-11-29 16:43 GMT+01:00 Lorenzo C. <harle...@gmail.com>:
My requirement #2 has been solved with this: https://github.com/uberfire/uberfire/pull/572Still struggling to enable Kerberos SSO for REST API. I don't know where to start and was not able to find much available online :(
--
You received this message because you are subscribed to the Google Groups "jBPM Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-developme...@googlegroups.com.
To post to this group, send email to jbpm-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-development/1b7d3014-f328-4aa7-ae4d-139d6508c2d3%40googlegroups.com.