Hi,
Is there any technical note or detailed explanation about how Content Web Services authentication to Content Server works when it's controlled by OTDS.
Thanks - Jordi
CWS authentication to CS through OTDS Posted byjmasip@indra.es (Masip, Jordi)On 05/21/2015 08:26 AM Hi,Is there any technical note or detailed explanation about how Content Web Services authentication to Content Server works when it's controlled by OTDS.Thanks - Jordi[To post a comment, use the normal reply function]Forum:Content Server Development ForumContent Server:Knowledge Center
Yes, it is. Sorry I didn't explain well enough.
Actually we have CS10.5 in Linux environment assuring SSO when people access CS through browser and developed programs interact with CS through Webservices (CWS). No problem at this level. My question was related with the possibility of adding OTDS in this scenario.
Access through browser -> We tested OTDS integration and access to CS is guaranted using network user. However I would like to know how we can avoid that OTDS login page would be displayed in this case when CS URL is used.
Access through CWS -> We have a framework that verifies user identity through installed security system (CAS) when a user request arrives managing corresponding ticketing system. Finally a ticket from CS is obtained when authorization CWS is called in order to be able of performing other actions in CS through other CWS. My question is related with trying to understand how this scenario changes when OTDS is included and authentication is controlled through it. Authentication CWS call would be the same as when CS was accessed previously without OTDS? (Returned ticket in this call would be different, wouldn't it?). Moreover I ask myself if actual user identity trusting system built through our framework could be simplified now.
Thanks in advance - Jordi
CWS authentication to CS through OTDS Posted byjmasip@indra.es (Masip, Jordi)On 05/21/2015 10:43 AM Yes, it is. Sorry I didn't explain well enough.Actually we have CS10.5 in Linux environment assuring SSO when people access CS through browser and developed programs interact with CS through Webservices (CWS). No problem at this level. My question was related with the possibility of adding OTDS in this scenario.Access through browser -> We tested OTDS integration and access to CS is guaranted using network user. However I would like to know how we can avoid that OTDS login page would be displayed in this case when CS URL is used.Access through CWS -> We have a framework that verifies user identity through installed security system (CAS) when a user request arrives managing corresponding ticketing system. Finally a ticket from CS is obtained when authorization CWS is called in order to be able of performing other actions in CS through other CWS. My question is related with trying to understand how this scenario changes when OTDS is included and authentication is controlled through it. Authentication CWS call would be the same as when CS was accessed previously without OTDS? (Returned ticket in this call would be different, wouldn't it?). Moreover I ask myself if actual user identity trusting system built through our framework could be simplified now.Thanks in advance - Jordi [To post a comment, use the normal reply function]Topic:CWS authentication to CS through OTDSForum:Content Server Development ForumContent Server:Knowledge Center
Thanks