[cas-user] CAS Server, Spring Security CAS and CAS Client with ajax requests in a multidomain environment

2016-08-08 Thread Alexandre Arcanjo de Queiroz
I am using CAS Server version 4.0.7 in a multidomain environment. First the user logs in a portal, a PHP page (using PHP-CAS) in tardis.com.br domain. The CAS Server is in tardis.com.br domain too. If the user logs in successfully, the portal enables a button that redirects to the principal CAS

[cas-user] Re: CAS Server, Spring Security CAS and CAS Client with ajax requests in a multidomain environment

2016-08-08 Thread Alexandre Arcanjo de Queiroz
In some cases, CAS set origin = null when redirect to "https://gallifrey.com.br/analytics/j_spring_cas_security_check?ticket=ST-14-RbL5dc2AZFWG9NtlXZBX-gallifrey.com.br"; Em segunda-feira, 8 de agosto de 2016 09:10:13 UTC-3, Alexandre Arcanjo de Queiroz escreveu: > > I am

[cas-user] Re: CAS Server, Spring Security CAS and CAS Client with ajax requests in a multidomain environment

2016-08-08 Thread Alexandre Arcanjo de Queiroz
In some cases, CAS set origin = null when redirect to "https://gallifrey.com.br/analytics/j_spring_cas_security_check?ticket=ST-14-RbL5dc2AZFWG9NtlXZBX-gallifrey.com.br"; -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this

[cas-user] Configuring CAS Server and CAS Service in a multi-domain environment

2016-08-08 Thread Alexandre Arcanjo de Queiroz
There is a special configuration in CAS Server or in CAS Services in a multi-domain environment? I am using CAS Server 4.0.7, CAS Client 3.4.1, Spring version 3.2.3.RELEASE and Spring Security CAS 3.2.9.RELEASE. -- You received this message because you are subscribed to the Google Groups "CAS

[cas-user] Exception on logout in CAS Server

2016-08-09 Thread Alexandre Arcanjo de Queiroz
I am using CAS Server 4.0.7 in JBoss AS 7.1.1 and occurs this error when logout: ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/cas].[cas]] (http--0.0.0.0-9443-2) Servlet.service() for servlet cas threw exception: java.lang.IllegalArgumentException: 'principal' ca

[cas-user] Using CAS with Apache or Nginx with SSL

2016-10-17 Thread Alexandre Arcanjo de Queiroz
Can I use CAS with this architecture?: A HTTP server with SSL certificate (like Nginx or Apache) acting as proxy of a CAS deployed in a Web Container (like Jetty) without SSL certificate? The Services (using reverse proxy too) only communicate with CAS through HTTP Server. -- CAS gitter chatr

[cas-user] CAS Proxy Authentication and Server Side Integration

2016-10-19 Thread Alexandre Arcanjo de Queiroz
I have 2 applications: The first is a Java front-end application and the second is a Java REST Web Application both protecting with CAS. I am using Proxy Authentication to implements the server-side communication between first application and second application? Is this the better form? -- CA

[cas-user] Server-side communication and logout using proxy tickets

2016-10-20 Thread Alexandre Arcanjo de Queiroz
Hi. I have this code for invoke a REST webservice from webapp1 in webapp2: @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { final String targetUrl = "https://localhost:8443/webapp2/protected";; final CasAuthenticationToken c

[cas-user] Re: CAS Proxy Authentication and Server Side Integration

2016-10-20 Thread Alexandre Arcanjo de Queiroz
Generating X509 certificate for every server-side request. Em quinta-feira, 20 de outubro de 2016 06:10:51 UTC-2, Misagh Moayyed escreveu: > > > > On Wednesday, October 19, 2016 at 8:19:15 PM UTC+3:30, Alexandre Arcanjo > de Queiroz wrote: >> >> I have 2 applications

[cas-user] CAS and multidomain environment

2016-10-24 Thread Alexandre Arcanjo de Queiroz
Hi, I need some help. I have a cas server in domain https://mycompany.com/cas and 2 services: one in https://myapp.com/app (App1) and another in https://myapp.com/service (App2). The basic flow is: (login) -> https://mycompany.com/cas (redirect to) -> https://myapp.com/app And App1 consumes X