Embedded Ldap dependency on Admin server from Managed servers
I am observing that the Managed servers are not able to authenticate users on its own without connecting to Admin servers.
We have enabled "Refresh Replica at startup" and disabled "Master First" in domain level Embedded LDAP options in security.
Even then, When the Admin server is down, Secured requests are trying to refer to Admin server Identity store.
Error:
javax.security.auth.login.LoginException: Authentication Failed. JPS-01520: Cannot initialize identity store, cause: oracle.security.idm.ConfigurationException: javax.naming.CommunicationException: 10.16.31.111:34570 [Root exception is java.net.ConnectException: Connection refused].
at com.aviva.service.security.authentication.OSBInboundLoginModule.authenticate(OSBInboundLoginModule.java:126)
at com.aviva.service.security.authentication.OSBInboundLoginModule.login(OSBInboundLoginModule.java:64)