Questions tagged [spring-security-rest]

The Spring Security REST Grails plugin allows you to use Spring Security for a stateless, token-based, RESTful authentication.

213 questions
-1
votes
2 answers

Spring Security using value of variable in class to authenticate

I am using Spring Security in my application. I am authenticating APIs based on the role (ADMIN, USER). There is one API endpoint which I would like to restrict access using the value of a variable passed as parameter to it. I have…
-1
votes
2 answers

Error compiling Grails 2.4.2 application when adding Spring Security Rest plugin to BuildConfig.groovy

I have a Grails 2.4.2 application working with Spring Security Core and I'm trying to implement a Restful API with authentication. For this, just added Spring Security Rest v1.5.4 as a plugin in my BuildConfig.groovy file, as follows: …
-1
votes
1 answer

Spring Security - Java Configuration

Good day! I am trying to convert a project to annotation-based/Java Configuration based from an XML-based project. Is there a way to turn the XML configuration below to Java Configuration?
Oneb
  • 375
  • 1
  • 10
  • 21
1 2 3
14
15