Skip to content

Commit 46a3671

Browse files
Correct name for JDCSIntegrator (#1114)
1 parent 93b5a9e commit 46a3671

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

core/src/main/python/wlsdeploy/aliases/alias_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def __build_security_provider_data_structures(name_map, base_path):
179179
'weblogic.security.providers.authentication.OracleUnifiedDirectoryAuthenticator',
180180
'OracleVirtualDirectoryAuthenticator':
181181
'weblogic.security.providers.authentication.OracleVirtualDirectoryAuthenticator',
182+
'OracleIdentityCloudIntegrator': 'weblogic.security.providers.authentication.OracleIdentityCloudIntegrator',
182183
'ReadOnlySQLAuthenticator': 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator',
183184
'SQLAuthenticator': 'weblogic.security.providers.authentication.SQLAuthenticator',
184185
'VirtualUserAuthenticator': 'weblogic.security.providers.authentication.VirtualUserAuthenticator',

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SecurityConfiguration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@
585585
"WP001": "/SecurityConfiguration/%SECURITYCONFIGURATION%/Realm${:s}/%REALM%/AuthenticationProvider${:s}/%PROVIDER%"
586586
}
587587
},
588-
"OracleIdentityCloudIntegrator": {
589-
"wlst_type": "${OracleIdentityCloudIntegrator:weblogic.security.providers.authentication.OracleIdentityCloudIntegrator}",
588+
"weblogic.security.providers.authentication.OracleIdentityCloudIntegrator": {
589+
"wlst_type": "weblogic.security.providers.authentication.OracleIdentityCloudIntegrator",
590590
"child_folders_type": "none",
591591
"version": "[12.2.1.3,)",
592592
"folders": {},

0 commit comments

Comments
 (0)