Testing the Accessibility of the Entra ID Endpoint

You must ensure that your Oracle AI Database can access the Entra ID endpoint.

If your database client is configured to get Microsoft Entra ID OAuth2 tokens, then the database client must be able to access the Entra ID endpoint. Run the following command to check if you have internet access:

curl https://login.windows.net/common/discovery/keys

A status code of 200 indicates success.

Check with your IT help desk for the proxy information if you weren’t successful running this command.

For an Oracle AI Database to accept Entra ID OAuth2 tokens, the database must request the public key from the Microsoft Entra ID endpoint.

If the database cannot connect with the Microsoft Entra ID endpoint, even after you set the ACL policy, you will most likely need to set the HTTP_PROXY package for your database. Review the topics listed in Related Topics, depending if you are using a default Oracle AI Database environment or an Oracle Real Application Clusters RAC environment. Your network administrator should be able to tell you what the correct HTTP_PROXY setting should be.