Hi all,
I've met 2 issues with my IAM system.
First one is an error with logs like this:
<Apr 4, 2016 6:11:35 PM GMT> <Error> <NAPLogger> <BEA-000000> <Mismatch should_be: 26ee45ed59d56f6d27134036b0f66cf9 Mismatch response: 2eee73d8ea770c12bbf3eb6cac766482>
<Apr 4, 2016 6:11:35 PM GMT> <Error> <NAPLogger> <BEA-000000> <Mismatch should_be: 2e6522eb373afc9854ab6301a8d1c51e Mismatch response: e185834edeab4a5e162a989be3325c85>
<Apr 4, 2016 6:11:35 PM GMT> <Error> <NAPLogger> <BEA-000000> <Mismatch should_be: e79d2a8aa7003103e219fda07358da91 Mismatch response: 4c45172af1da04f9da99250203b5ae37>
I have changed the password of IAMSuiteAgent on Admin console and all the access agent in oamconsole and restart Admin server and all managed servers in my system. But the system still through this error.
And the other one is the redirection of SSO after login successfully. SSO redirects users to the OIM login page.
I think that the configOAM step of mine was not correct.
WLSHOST: 172.18.12.31
WLSPORT: 7001
WLSADMIN: weblogic
IDSTORE_HOST: SVR-OID-LB
IDSTORE_PORT: 3060
IDSTORE_BINDDN: cn=orcladmin
IDSTORE_USERNAMEATTRIBUTE: cn
IDSTORE_LOGINATTRIBUTE: uid
IDSTORE_USERSEARCHBASE: cn=Users,dc=com,dc=vn
IDSTORE_SEARCHBASE: dc=com,dc=vn
IDSTORE_SYSTEMIDBASE: cn=systemids,dc=com,dc=vn
IDSTORE_GROUPSEARCHBASE: cn=Groups,dc=com,dc=vn
IDSTORE_OAMSOFTWAREUSER: oamLDAP
IDSTORE_OAMADMINUSER: oamadmin
IDSTORE_DIRECTORYTYPE: OID
POLICYSTORE_SHARES_IDSTORE: true
PRIMARY_OAM_SERVERS: 172.18.12.31:5575,172.18.12.32:5575
WEBGATE_TYPE: ohsWebgate11g
ACCESS_GATE_ID: Webgate_IDM
OAM11G_IDM_DOMAIN_OHS_HOST: false
OAM11G_IDM_DOMAIN_OHS_PORT: 7777
OAM11G_IDM_DOMAIN_OHS_PROTOCOL: http
OAM11G_WG_DENY_ON_NOT_PROTECTED: false
OAM11G_IMPERSONATION_FLAG: false
OAM_TRANSFER_MODE: Open
OAM11G_OAM_SERVER_TRANSFER_MODE: open
OAM11G_IDM_DOMAIN_LOGOUT_URLS: /console/jsp/common/logout.jsp,/em/targetauth/emaslogout.jsp,/oamsso/logout.html,/cgi-bin/logout.pl
OAM11G_SERVER_LOGIN_ATTRIBUTE: uid
COOKIE_DOMAIN: .com.vn
OAM11G_IDSTORE_ROLE_SECURITY_ADMIN: OAMAdministrators
OAM11G_SSO_ONLY_FLAG: true
OAM11G_OIM_INTEGRATION_REQ: true
OAM11G_SERVER_LBR_HOST: iam.com.vn
OAM11G_SERVER_LBR_PORT: 14100
OAM11G_SERVER_LBR_PROTOCOL: http
COOKIE_EXPIRY_INTERVAL: 120
OAM11G_OIM_OHS_URL: http://iam.com.vn:14000/
So could you help me out of these problems?
Thanks,