-
Epic
-
Resolution: Done
-
Major
-
None
-
None
-
IAM.Provision.ResourceServer
-
Done
As an Application Developer, I want to add a new Resource Server (a service provider, which has protected resources/APIs) to the IAM server. The Resource Server authorizes client applications to access to its protected resources using the the access tokens from IAM Server which it trusts. I want to integrate the Resource Server with the IAM Server using convenient tooling (in JBoss Developer Studio), ideally without having to write code.
Notes: OAuth 2.0: Resource Server is a set of REST APIs or Java APIs that need authorization to access/execute. Note: http://tools.ietf.org/html/rfc6749, "The interaction between the authorization server and resource server is beyond the scope of this specification. The authorization server may be the same server as the resource server or a separate entity. A single authorization server may issue access tokens accepted by multiple resource servers."