Re: Re: Spring Security Integration

2020-09-14 Thread Chris Poulsen
We have a couple of tapestry apps that are wired up using boot and spring security. A simple setup to get the Tapestry filter in, is something like this (no web.xml, the listener and production mode symbol can be left out): @SpringBootApplication public class AppWebApplicationInitializer extends S

Re: Re: Spring Security Integration

2020-09-13 Thread Ronny Latif
I managed to get Tapestry integrated with Springboot using this example https://github.com/code8/tapestry-boot. Followed by security integration using Apache Shiro. http://www.tynamo.org/tapestry-security+guide/ However the drawback that I'm having atm is I lost the ability to hot-replace my code.

Re: Re: Spring Security Integration

2020-09-11 Thread Thiago H. de Paula Figueiredo
On Fri, Sep 11, 2020 at 4:48 AM Reinhold Gruber wrote: > Hi! > Hello! > Yes, I looked into the quickstart archetype and Apache Shiro. > > One requirement of the project is to delegate Authentication/Authorization > to an WSO2 Identity Server with the help of OpenId Connect. > This can be done