Tagged Questions
0
votes
1answer
89 views
How to change Grails Spring Security Cookie Path
I've got two grails applications using spring security:
Core
Module (user and role tables mapping to Core db tables)
I want to have a single sign on functionality using "remember me". The problem ...
1
vote
2answers
95 views
SpringSecurity: how to specify remember me authentication?
I'm developing an app based on Grails and Vaadin 7. I managed to make them work with SpringSecurity for authentication and authorization, but I had to develop my own Service that calls the Spring ...
0
votes
0answers
135 views
Remember Me feature in spring security core and grails
I am trying to implement 'remember me' feature in my grails application using spring security core. The idea is to login user directly without asking for username and password if the user has logged ...
0
votes
1answer
274 views
grails - Spring Security Core Plugin - ajax call - Invalid remember-me token mismatch.
I get the below errors on the first ajax call after a remember-me login. (causes a manual login.)
Strange thing is the persistent_login record is deleted
and then it tries to find the record with ...
0
votes
0answers
90 views
How do I set a remember me cookie for custom auth action in spring security (Grails)?
Using grails with spring security I have a custom auth action for a facebook login. The Auth action contains
def target = facebookContext.getLoginURL(
...
1
vote
1answer
674 views
Grails spring-security-core remember me functionality
I'm using the spring-security-core plugin v. 1.2.6 (documentation).
I want to implement the remember me functionality. Configuration and GSP is done well I think. But what do I have to do now in my ...
1
vote
0answers
453 views
Grails Spring Security “remember me” causes TypeMismatchException
I've been having a problem with the Spring Security Core plugin for Grails, which I'm using in conjunction with Spring Security UI. On the provided login page, if I check "Remember Me", log in, close ...