Forum Discussion
SSO between multiples domains and vs
Hi,
We want to deploy these VS:
-
owa.company.org
-
support.company.org
-
intranet.company.org
Each one has a specific APM since it was all generated by iApps. We would like that an authentication to one of those apm gives SSO to all others apm. We understand that the best way to go would be 1 apm for all VS, but since we are using iApps generated APM, it's difficult.
As described in https://devcentral.f5.com/questions/using-sso-between-multiple-applications, we tried SSO on multiple domains for *.company.org, with one APM per VS. It didn't worked and each VS was still prompting for credentials.
So we wonder if our goal is achievable and how to do it...
Do you have any idea?
Thanks.
1 Reply
- hoolio
Cirrostratus
Hi,
F5 wouldn't support you adding your own modules, but it should just work if you upload it and call it from your script.
Else it looks like the curl executable already installed might support it if you set CURLOPT_CONNECTTIMEOUT_MS as an environmental variable.
Check the version of your CURL and PHP installation. CURLOPT_CONNECTTIMEOUT_MS added in cURL 7.16.2. Available since PHP 5.2.3. http://php.net/manual/en/function.curl-setopt.php
tmsh show sys version Sys::Version Main Package Product BIG-IP Version 11.4.0 Build 2384.0 Edition Final Date Thu May 16 18:49:32 PDT 2013 curl -V curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8y zlib/1.2.3 libidn/0.6.5 Protocols: tftp ftp telnet dict ldap ldaps http file https ftps Features: IDN IPv6 Largefile NTLM SSL libz
Aaron