Questions tagged [grails-spring-security]

35 questions
0
votes
1 answer

Grails 3.2.2 spring-security-ui override RegisterController not working

I am working on a Grails 3.2.2 Plugin in which I am trying to override the RegisterController from spring-security-ui as well as the register.gsp. I have used the s2ui-override command which has created me the required controller and at the moment I…
AVS
  • 1
  • 1
0
votes
1 answer

Grails 3 Spring security config not working when configured inside application.yaml file

In grails 3 spring security rest...config inside application.yaml is not being picked up but when i am trying with application.groovy everything works fine.Please help i am confused.
Jay Kishore
  • 19
  • 1
  • 8
0
votes
1 answer

Injection of springSecurityService does not work

In the following code snippet from a controler I get a null pointer exception when trying to access springSecurityService.currentUser. I would expect def springSecurityService to automatically inject the service, what am I…
Jared
  • 39,513
  • 29
  • 110
  • 145
0
votes
1 answer

User authentication failing after upgrading to 3.2.1

I just upgraded my app from Grails 3.2.0 to 3.2.1 due to some problems and the user authentication started failing. I'm using Grails Spring Security Core plugin version 3.1.1. I'm getting the following…
Shashank Agrawal
  • 25,161
  • 11
  • 89
  • 121
-1
votes
1 answer

Configuring grails spring security plugin work with documentdb

Kindly help me to connect grails spring security plugin to work with DocumentDB for storing and retrieving the credentials. I am not using gorm to work with DocumentDB in my application.
1 2
3