2.156 IDENTITY_PROVIDER_CONFIG
Use IDENTITY_PROVIDER_CONFIG
to configure the database to use Microsoft Azure Active Directory (Azure AD) as an external identity provider.
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 Azure AD as an external identity provider, that is, when the IDENTITY_PROVIDER_TYPE
initialization parameter is set to AZURE_AD
. You must use this parameter to specify Azure AD configuration settings.
Example:
ALTER SYSTEM SET IDENTITY_PROVIDER_CONFIG =
'{ "application_id_uri" : "https://example.com/pdb1",
"tenant_id" : "111a1111-a11a-111a-111111111111a",
"app_id" : "11aa1a1-aaaa-1111-1111-1111aa111111" }'
SCOPE=BOTH;
Note:
Setting the value of this parameter is only one step in a series of steps for configuring the database to use Azure AD. Refer to Oracle Database Security Guide for the complete steps before you set this parameter.
Note:
For additional information about using this parameter with Oracle Autonomous Database, refer to "Use Azure Active Directory (Azure AD) with Autonomous Database".
Note:
This parameter is not available to update directly for Oracle Autonomous Database Serverless.
Note:
This parameter is available in Oracle Database 19c, starting with version 19.16, and in Oracle Database 23ai. This parameter is not available in Oracle Database 21c.
See Also: