CAS 5.0.3 Doesn't not redirect properly

35 views
Skip to first unread message

Alvaro S.

unread,
Feb 16, 2017, 6:33:43 AM2/16/17
to CAS Community

Hi, I have an instance running CAS 5.0.3-SNAPSHOT and a test client using spring boot.

When I enter to my client application, it redirects me to the login page of the  CAS, but when I login successfully, it sends me to https://localhost:8443/ instead my previus client.

This is the client configuration

server:
  port: 9999
  context-path: /client
security:
  oauth2:
    client:
      client-id: http://localhost:9999/client
      client-secret: acmesecret
    resource:
    

And this is my service in CAS

{
  "@class" : "org.apereo.cas.services.RegexRegisteredService",
  "serviceId" : "^(https|imaps|http):.*",
  "name" : "HTTPS and IMAPS",
  "id" : 10000001,
  "description" : "This service definition authorizes all application urls that support HTTPS and IMAPS protocols.",
  "evaluationOrder" : 10000
}


And this is the request URL



Any ideas?

I'm driving mad trying to make cas work :S



Reply all
Reply to author
Forward
0 new messages