Configure OAuth Services

Refer to REST APIs to create resources required for OAuth services OAM 12c configuration.

See REST API for OAuth in Oracle Access Manager for more information.

  1. Create OAuth Identity Domain - An identity domain corresponds to the notion of a tenant. All clients and resource servers are created under the identity domain. You need to provide the identity store details for creating the OAuth Identity domain.

    See Creating Identity Store in OAM Console.

  2. Create OAuth Resource Server - A resource server hosts protected resources. The resource server is capable of accepting and responding to protected resource requests using access tokens. It should refer to the above identity domain.

  3. Create OAuth Client - A client is an application that makes protected resource requests on behalf of the resource owner. The ClientID and the ClientName should be same.