grails-spring-security-core
grails-spring-security-core copied to clipboard
Grails Spring Security Core Plugin
### Steps to Reproduce 1. Install spring security core plugin version 4.0.3 2. Execute `grails s2-quickstart com.yourapp User Role` 3. Enable security event listener and turn on both onAuthenticationSuccessEvent and...
In Grails 3.3.x, isFullyAuthenticated() / IS_FULLY_AUTHENTICATED rule does not work as expected. When accessing a resource secured by isFullyAuthenticated() using remember-me, a redirect to LoginController.full() is expected, but a redirect...
Hi, I am seeing the following issue with my grails application failing to startup. Error is java illegal access error with spring security plugin createBeanList. I am using grails 4.0.2...
## Task List - [x] Steps to reproduce provided - [x] DEBUG log (if present) provided - [x] Example that reproduces the problem uploaded to Github. The link provided at...
### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description of...
Thanks for reporting an issue for grails-spring-security-core. Please review the task list below before submitting the issue. > WARNING: Your issue report may be closed if the issue report is...
- [x] Steps to reproduce provided - [x] Stacktrace provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description of the issue provided (see below)...
### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description of...
I was unable to reopen this issue (https://github.com/grails-plugins/grails-spring-security-core/issues/364) so I created a new one. I had this problem in grails 2.x and after upgrading to grails 3.3.10 (spring security core...
### Steps to Reproduce Created a sample app using Grails 4.0.1, Spring Security 4.0.0.RC2. Sample app is located at https://github.com/didinj/grails4-spring-security-login-example ### Expected Behaviour The control should get redirected to the...