Greetings! I'm trying to integrate our CAS 5.1 instance with Zendesk's JWT login flow. I have solved this in previous CAS versions using an ArgumentExtractor and an extension of AbstractWebApplicationService. Two main issues are incoming parametes need to be mapped to expected ones (ie: return_to --> service) and the JWT needs additional properties not found in TokenWebApplicationServiceResponseBuilder.
ZenDesk doc: https://support.zendesk.com/hc/en-us/articles/203663816-Setting-up-single-sign-on-with-JWT-JSON-Web-Token- Questions: 1) Where do argument extractors live now and where would I add one? 2) What is the best way to extend the JWT TokenWebApplicationService (if that's even the right starting point)? -- - 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/814a8663-85d1-4b9b-87f2-de4e76730bcd%40apereo.org.
