akashgupta2703
akashgupta2703
@saitejachintalapudi This can also be achieved using OAuth2 Resource server along with SCG. With this, all the filters will be auto-configured and based on your requirement, you can customize the...
I ran into same issue post upgrading spring boot from 2.7.0 to 3.0.0. For now, I added a mix-in for `LinkedMultiValueMap` as below - ``` @SuppressWarnings("serial") public class CustomSaml2Jackson2Module extends...
@gregturn I am using JdkMongoSessionConverter. Though it doesn't look to be needed as this is default, I have created following bean - @Bean public JdkMongoSessionConverter jdkMongoSessionConverter() { return new JdkMongoSessionConverter(serverProperties.getServlet().getSession().getTimeout());...