7.1 Register the Database in Microsoft Entra ID
Register your Oracle AI Database as an application in Microsoft Entra ID so that your application can request access tokens scoped to the database.
This registration represents the database as a resource server. You will also
expose the database as a web API and define a scope that controls which client
applications can request database-access tokens.
- Create an application registration for the database.
- Expose the database's application registration as a web API, and define a scope
to control access for client applications.
You have now created the database application registration in Entra ID with an application ID URI and a delegated scope. Client applications can reference this scope when requesting database-access tokens.
See also:
Registering the Oracle AI Database Instance with a Microsoft Entra ID Tenancy in Oracle AI Database Security Guide.