if i enable SSL on my Infoview and Opendocument , my sso is not working.
I am getting this error message
Account Information Not Recognized: An error has occurred propagating the security context between the security server and the client. Please contact your system administrator.
Is it my cert? I have install the CA root cert inside my client.I dont know what is wrong here.I check my cert is valid.
I am trying to get SSO working period. I’ve followed all the admin documenations and changed the necessary parameters in the web.config file, but when I try to SSO i get an error:
Account Information Not Recognized: Single Sign On Failed. Please Try Again.
I have verified that my account is mapped into the AD group in BO, and that SSO is turned on in CMC. All the IIS manager settings (Integrated Authentication) has been set.
Is there anything else with XI 3.1 IIS AD Authentication SSO that I should be aware of?
check and check ensure all the parameter are corrects( i have made mistakes a few time changing those web.config file)
i use wireshark(free packet sniffing tools) to check the kerberos packet.
run wireshark and login to create the error message.look for “kerberos” packet and see for error message thrown.
also check the event viewer of the domain controller for and error message related to the SSO login.
This are what i have done as solved my problem successfully.My problem was duplicate SPN which was setup with the same name.I had to manually remove them using adsiedit and reset the spn to default.
Cheers…