Category "spring-security"

AuthenticationSuccessEvent never fired

I writing app where user logs in using facebook. My security config/application class: @SpringBootApplication @EnableOAuth2Sso @ComponentScan(basePackages = {

spring sas 0.2.0 access_token throw 'Access is denied'

I have got the access_token from '/oauth2/token' endpoint. But when I query other custom endpoint with access_token, spring sas 0.2.0 throw 'Access is denied'.

How to return 404 for pages that do not exist when using Grails Spring Security Plugin

I'm using Grails 3.3.9 with the spring security core plugin 3.2.3 to secure a website. The problem I have is that now users receive a 403 for pages that do not