I have two websites, one is asp.net website, and the other is openerp website. I want to implement SSO from asp.net website to openerp. I already have working Ldap and uses CAS for authentication but when i try to redirect to openerp website, I still redirected to login page.
How to auto login in openerp in asp.net? Is it possible to use xmlrpc for that?