-
1. Re: Need examples of setting up authentication for a web app in Fuse ESB 7.0.2
ffang Oct 28, 2012 9:21 PM (in response to rwelty)Hi,
You can take a look at how karaf default webconsole[1] do it. Basically you need have a JaasSecurityProvider which implements org.apache.felix.webconsole.WebConsoleSecurityProvider2 then export it as OSGi service.
https://svn.apache.org/repos/asf/karaf/branches/karaf-2.2.x/webconsole/branding/src/main/resources/OSGI-INF/blueprint/webconsole.xml
Freeman
-
2. Re: Need examples of setting up authentication for a web app in Fuse ESB 7.0.2
rwelty Oct 29, 2012 9:54 AM (in response to ffang)is this purely using a similar blueprint, or will i need to write some java for the JaasSecurityProvider?
-
3. Re: Need examples of setting up authentication for a web app in Fuse ESB 7.0.2
ffang Oct 29, 2012 8:49 PM (in response to rwelty)Hi,
You may need some code if that JaasSecurityProvider isn't exactly what you want, but it's pretty much that way.
Freeman
-
4. Re: Need examples of setting up authentication for a web app in Fuse ESB 7.0.2
rwelty Oct 30, 2012 9:40 AM (in response to ffang)ok, great. is there any other glue i need to know about? i set up the blueprint but it hasn't had any effect on the behavior of the app, so i'm missing something somewhere.
-
5. Re: Need examples of setting up authentication for a web app in Fuse ESB 7.0.2
rwelty Nov 6, 2012 11:36 AM (in response to rwelty)just a note to mention that i still have no solution to this problem.