-
Mar 16th, 2013, 10:01 AM
#1
Can I secure a restful website by url?
Hi,
I want to do a restful service in which URL will be something like:
myapp/users/{idUser}/subjects/{idSubject}/grades/
Can Spring security grant access only to the data under the logged user ?? I mean...
for example. I am the user 00001. I then could access to
myapp/users/00001/subjects
but not to
myapp/users/00002/subjects
I use Spring Security 3.1.3RELEASE
Thanks!!
-
Mar 19th, 2013, 10:02 AM
#2
This is not supported via the URL, but can be done with method level security. See https://jira.springsource.org/browse/SEC-2059 for the request to support this.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules