DIA-25721
Invalid value of AZURE_DB_APP_ID_URI in the client configuration
Cause
An attempt is being made to authenticate a user from an external identity provider to Oracle Database using an invalid AZURE_DB_APP_ID_URI value. This parameter can be set in SQLNET.ORA, TNSNAMES.ORA, connect string, or set by assigning the OCI_ATTR_OAUTH2_APPIDURI attribute in a user session (OCISession) or authentication (OCIAuthInfo) handle.
The AZURE_DB_APP_ID_URI must be a valid URI starting with HTTPS, API, URN, MS-APPX. It must not end in a slash.
Action
Specify the correct AZURE_DB_APP_ID_URI value. Refer to the Oracle Database documentation for the allowed values.