I'm working why I cannot pick up TARGET or SERVICE query paramter in my 
flow.

It looks like CasProtocolConstants.java 
<https://github.com/apereo/cas/blob/v7.3.3/api/cas-server-core-api-protocol/src/main/java/org/apereo/cas/CasProtocolConstants.java>
 which 
is used by WebApplicationServiceFactory.java 
<https://github.com/apereo/cas/blob/v7.3.3/core/cas-server-core-services-authentication/src/main/java/org/apereo/cas/authentication/principal/WebApplicationServiceFactory.java#L86>
 has 
the following:
 String PARAMETER_SERVICE = "service";
    String PARAMETER_TARGET_SERVICE = "targetService";

Only way i get get this to work is by hitting a url like
https://localhost/cas/login?service=
or
https://localhost/cas/login?targetService=

TARGET or SERVICE used to work

No one else is having a problem with this?

-psv

-- 
- Website: https://apereo.github.io/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/37f7fd2c-9051-43d6-9c15-f97218d872can%40apereo.org.

Reply via email to