Spring Boot, BlazeDS and Security

2021-09-03 Thread Roman Isitua
Spring Boot, BlazeDS and Security I am trying to implement custom authentication using spring blazeds and spring boot. I have written a custom authentication provider. My configuration is as follows @Configuration @EnableWebSecurity public class WebSecurityConfig extends

Spring Boot Blazeds and Security

2021-08-13 Thread Roman Isitua
Hi Everyone, I have been able to set up a spring boot project that uses blazeds using the blazeds starter. I want to add spring security so as to be able to do the following 1. Secure the blaze ds end points. 2. Implement my own custom login command. 3. Define my own custom class to load user