Re: [cas-user] Having issues w/ trustedDevice in 5.1.2

2017-10-11 Thread Andrew Tillinghast
We're having the same issue with DUO MFA and remember device. Is there a work around? I checked in GitHub, it appears this issue was never entered in GitHub so I did that: https://github.com/apereo/cas/issues/2998 Can anyone provide us with a work around, or at least the list of classes to be upda

Re: [cas-user] Having issues w/ trustedDevice in 5.1.2

2017-08-22 Thread Jurica Juren
Can you tell me which class need to be changed so that right queries are send to MySQL? I manually created table in database but now when CAS want's to insert I received error because of reserved words in MySQL (key and date). Jurica On Wednesday, 16 August 2017 12:55:30 UTC+2, Matt Elson wrote

Re: [cas-user] Having issues w/ trustedDevice in 5.1.2

2017-08-16 Thread Uxío
I had a bad time trying to tweak CAS 3 with postgres ticket registry to use bytea for lobs, instead of oid, ended up using oid and assuming the included pita and believing there is a bug relating how hibernate 4 handles ticket removal when using postgres [oid] large objects (update/delete most p

Re: [cas-user] Having issues w/ trustedDevice in 5.1.2

2017-08-16 Thread Matt Elson
On 08/15/2017 04:47 PM, Matt Elson wrote: > Both look like the SQL statements are getting incorrectly formed or > truncated in some format; going to be firing up more debugging on > mariadb/mysql side of things and will try other DBs later. > > Just figured I'd throw it out there in case the unde

Re: [cas-user] Having issues w/ trustedDevice in 5.1.2

2017-08-15 Thread Matt Elson
> In any case, any help would be appreciated! Just noting for future people potentially stumbling on this that this got fixed up in 5.1.3 (commit 29d4fd6388969820e4631b2a2693cb8116a36f98 would be my guess). The flow is going to the right place and the in memory storage is working fine. However,

Re: [cas-user] Having issues w/ trustedDevice in 5.1.2

2017-08-10 Thread Matt Elson
Dug more into this on my end, and discovered a few more things. *) trustedDevice is working fine with mfa-authy (just grabbed another random one that had a free trial) - I see it log the trustedDevice, and then read back the trustedDevice and bypass authy accordingly. I've not tried other mfas yet