I'm looking into building an Authentication/Authorization service that will use an OAuth interface for user authentication and authorization delegation. As well I'd like to be able to manage the relationship between token credentials and delegated permissions i.e. given token credentials granted to a consumer on behalf of some user, here is a set of permissions granted to this consumer through OAuth delegation.
I could build this solution on my own using security libraries out there like Spring security, but I was wondering if there exists anything close to a turnkey system that I could pull off the shelf, configure and perhaps do a bit of work to integrate? I'm more interested in an off the shelf/commercial/open source system designed to do this because it looks better from a PCI certification perspective - as opposed to me rolling a new solution albeit, using industry standard specifications....
Any thoughts or experience in this area are greatly appreciated.