On 15/12/2017 16:11, Didier Capdevielle wrote:
What exactly do jwtAsServiceTicket vs jwtAsResponse ?

jwtAsServiceTicket replaces jwtAsResponse.

(cf 
https://github.com/apereo/cas/commit/b163f59b2376a4cceda0640be91bbc895fac6f3e )

No errors in log : TGT then ST then ST Validate but after that, nothing. No 
trace of JWT (and TGC looks same).

How to be sure application received JWT and how to decrypt that ?
Where am i wrong in configuration ?

Maybe you hit this issue https://github.com/apereo/cas/pull/3107 ?

On 5.2.2, I successfully got a JWT after adding

  "properties" : {
    "@class" : "java.util.HashMap",
    "jwtAsResponse" : {
      "@class" : "org.apereo.cas.services.DefaultRegisteredServiceProperty",
      "values" : [ "java.util.HashSet", [ "true" ] ]
    }
  }

in a service conf file

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/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 on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/8df4456a-40a1-30dc-cec8-d618a7e3bb7e%40univ-paris1.fr.

Reply via email to