8.1 Register the Database in OCI IAM
Register Oracle AI Database as a confidential application in your OCI IAM identity domain.
This application serves two roles:
- Resource server: Allows other applications to request tokens scoped to the database.
- Client: Allows the database to obtain an access token to fetch the IAM public signing keys for token validation.
You have now registered the database in OCI IAM as both a resource server (with an audience and scope) and a client. Other applications can now request tokens scoped to this database resource.
See also:
Adding a Confidential Application in the OCI IAM documentation.