Skip to content

Commit c5d2738

Browse files
authored
Corrected alias name lookup for OracleIdentityCloudIntegrator (#1136)
1 parent 39b2b69 commit c5d2738

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ 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',
182+
'weblogic.security.providers.authentication.OracleIdentityCloudIntegrator':
183+
'weblogic.security.providers.authentication.OracleIdentityCloudIntegrator',
183184
'ReadOnlySQLAuthenticator': 'weblogic.security.providers.authentication.ReadOnlySQLAuthenticator',
184185
'SQLAuthenticator': 'weblogic.security.providers.authentication.SQLAuthenticator',
185186
'VirtualUserAuthenticator': 'weblogic.security.providers.authentication.VirtualUserAuthenticator',

0 commit comments

Comments
 (0)