Developing webapi in Grails using jaxrs plugin Spring Security settings needed -
i developing webapi using jaxrs plugin in grails project (existing) in there spring security configured not allowing me access api urls i.e /api/**
i getting you not authorised access page
though have logged in admin not able configure access path with/without authentication.
i guess you're using spring security?
authentication handled little differently when implementing rest api. check out excellent spring security rest plugin. there's nice documentation here explains authentication lifecycle.
Comments
Post a Comment