2.160 IDENTITY_PROVIDER_OAUTH_CONFIG
Use IDENTITY_PROVIDER_OAUTH_CONFIG to configure the
database to use Oracle Cloud Infrastructure Identity and Access Management (OCI IAM) domain
OAuth2 authentication.
| Property | Description |
|---|---|
|
Parameter type |
String |
|
Syntax |
Where:
|
|
Default value |
None |
|
Modifiable |
|
|
Modifiable in a PDB |
Yes |
|
Basic |
No |
|
Oracle RAC |
The same value must be used on all instances. |
This parameter is effective only when the database is enabled to use OCI
IAM as an external identity provider, that is, when the
IDENTITY_PROVIDER_TYPE initialization parameter is set to
OCI_IAM.
Example:
ALTER SYSTEM SET IDENTITY_PROVIDER_OAUTH_CONFIG =
'{ "app_id" : "f500000008d12000000005d000000000",
"domain_url" :
"https://idcs-c20000000074da21000000009d83.identity.mycloud.com:443" }'
SCOPE=BOTH;
Note:
Setting the value of this parameter is only one step in a series of steps for configuring the database to use OCI IAM domain OAuth2 authentication. Refer to Oracle AI Database Oracle Deep Data Security Guide for the complete steps before you set this parameter.
Note:
This parameter is not available to update directly for Oracle Autonomous AI Database Serverless.
Note:
This parameter is available starting with Oracle AI Database 26ai, Release Update 23.26.2.
See Also: