After Adding the multiple authentication provider in WebLogic, we need to add some additional
property.
To Add these property first login to the em and perform the
below steps,
Expand the Domain Name –> Right Click on domain name
–> Identity Store Configuration –> then add the below property
1) Virtualize –> true
2) PROPERTY_ATTRIBUTE_MAPPING –> GUID=uid
3) user.login.attr –> uid
4) CONNECTION_POOL_CLASS –>
oracle.security.idm.providers.stdldap.JNDIPool — This comes default
=====================================================================================================
After adding the virtualize=true property,the side effect is
that your domain logs may capturing a high value of libOVD
warning messages.
To prevent that unwanted messages perform the following the
steps
Connect to the SOA domain:
connect(‘<admin user>’,'<admin
password>’,’t3://<admin host>:<admin port>’)
Run this command for each managed server:
setLogLevel(target='<managed server
name>’,logger=’oracle.ods.virtualization’,level=’ERROR:1′,addLogger=1)
Connect to the WCP domain:
connect(‘<admin user>’,'<admin
password>’,’t3://<admin host>:<admin port>’)
Run this command for each managed server:
setLogLevel(target='<managed server
name>’,logger=’oracle.ods.virtualization’,level=’ERROR:1′,addLogger=1)
**Restarts are not necessary.**
No comments:
Post a Comment