[cas-user] Re: CAS - adding JWT Authentication issue

2019-01-11 Thread Michael JOIGNY
Hi smudigan, I've upgraded CAS version to 5.2.3 to use JWT TOKEN SERVICE now. So i can't help your on this part. Sorry. Le lundi 26 février 2018 12:10:17 UTC+1, Michael JOIGNY a écrit : > > Hi Everyone, > > I would like to add the possibility to use JWT Authentication to my CAS

Re: [cas-user] CAS 5.2.3 / JWT Service Ticket not working

2018-04-27 Thread Michael JOIGNY
t produces this error "cas.example.org" because i'm using exactly the same Cas-Overlay-Template for generating my cas.war, i just set the cas version 5.2.4. And with CAS 5.2.3 + jwtAsResponse, i have no errors in the logs Le vendredi 27 avril 2018 10:28:38 UTC+2, Michael JOIGNY a écr

Re: [cas-user] CAS 5.2.3 / JWT Service Ticket not working

2018-04-27 Thread Michael JOIGNY
org/d/msgid/cas-user/fd5502dd-f0bc-46b4-bedb-942d162ab5ff%40apereo.org > > El jueves, 26 de abril de 2018, Michael JOIGNY <joigny@gmail.com > > escribió: > >> *correction : CAS keeps returning ST-xxx ticket instead of >> ticket=eyxxyyyzzz when i use curl to my se

[cas-user] Re: CAS 5.2.3 / JWT Service Ticket not working

2018-04-26 Thread Michael JOIGNY
*correction : CAS keeps returning ST-xxx ticket instead of ticket=eyxxyyyzzz when i use curl to my service.* Le jeudi 26 avril 2018 12:14:43 UTC+2, Michael JOIGNY a écrit : > > Hi everybody, > > I'm trying to configure my CAS server (5.2.3) with JWT Service Ticket in > o

[cas-user] CAS 5.2.3 / JWT Service Ticket not working

2018-04-26 Thread Michael JOIGNY
Hi everybody, I'm trying to configure my CAS server (5.2.3) with JWT Service Ticket in order to let CAS generates my jwt tokens but it's not working. CAS keeps returning ST-xxx ticket instead of token=eyxxyyyzzz when i use curl to my service. I've followed this links below :

[cas-user] CAS - adding JWT Authentication issue

2018-02-26 Thread Michael JOIGNY
Hi Everyone, I would like to add the possibility to use JWT Authentication to my CAS Server, i followed this link https://apereo.github.io/cas/4.2.x/installation/JWT-Authentication.html but it's not working. Im using CAS Version 4.2.7 and Java Version : 1.8.0_40, i followed this steps below