English

Documentation menu

Documentation menu

Documentation menu

Documentation menu

Oracle Identity Governance

Table of Contents

Table of Contents

Table of Contents

Table of Contents

Capabilities

The ApiShare Connector for Oracle Identity Governance enables seamless integration between ApiShare and the third-party IDP. The connector is triggered by user actions within ApiShare, particularly in the Subscription Management and functionalities.

Key Set Lifecycle Management

Authentication Key Retrieval
Enables the retrieval of authentication credentials for the CLIENT_CREDENTIAL mechanism from Oracle Identity Governance (OIG), ensuring that applications can securely access APIs.When a user requests the retrieval of authentication credentials from the ApiShare portal, ApiShare SaaS triggers a REST API call to the connector-oig. The connector synchronously retrieves the requested credentials (clientId / clientSecret) associated with the application subscription from OIG.

Create Keyset Client Credentials

Enables the automatic creation of client credentials within Oracle Identity Governance (OIG) when a subscription request is accepted in ApiShare.

Once the subscription is approved, ApiShare SaaS publishes an event that is consumed by the connector-oig through its listener. The connector provisions the required CLIENT_CREDENTIAL set in OIG. The generated credentials are then returned to ApiShare and passed to the relevant connector, which uses them to establish the subscription between the requesting application and the target API.