Re: [cas-user] org.pac4j.saml.exceptions.SAMLAuthnInstantException: Authentication issue instant is too old or in the future

2022-07-05 Thread Sean Day
is set to 7776000. However, 90 days after I > set that property, some users are not able to login using CAS. > How did you solved it? > > Best Regards, > Filipe > > A quarta-feira, 25 de novembro de 2020 à(s) 20:20:22 UTC, Sean Day > escreveu: > >> Hi Ray, >&g

Re: [cas-user] org.pac4j.saml.exceptions.SAMLAuthnInstantException: Authentication issue instant is too old or in the future

2020-11-25 Thread Sean Day
want to have large lifetime windows on authentication > responses, to limit replay attacks. > > Ray > > On Wed, 2020-11-25 at 10:15 -0800, Sean Day wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious with links an

[cas-user] org.pac4j.saml.exceptions.SAMLAuthnInstantException: Authentication issue instant is too old or in the future

2020-11-25 Thread Sean Day
Hi, I have CAS 6.2 configured to authenticate against Azure AD, I have some users that are getting an error: org.pac4j.saml.exceptions.SAMLAuthnInstantException: Authentication issue instant is too old or in the future It seems to be browser/PC dependent, if they try a different PC it is OK,

[cas-user] Re: Issue with CAS client when using CAS as an SP

2020-01-31 Thread Sean Day
> > I replied to the wrong thread, below was meant for this not the OIDC > thread.. > This seems to have been fixed in 6.2.0 RC2, I have not had the error at all on 6.2.0 RC2, I then spend a bit of time finding a reliable sequence of events that caused the error and found a way to reproduce

[cas-user] Re: How to specify redirect_uri for CAS 6 Delegation to Azure AD OIDC

2020-01-29 Thread Sean Day
This seems to have been fixed in 6.2.0 RC2, I have not had the error at all on 6.2.0 RC2, I then spend a bit of time finding a reliable sequence of events that caused the error and found a way to reproduce consistently on 6.1.2 following a specific series of login/logout requests: In the same

[cas-user] Re: Issue with CAS client when using CAS as an SP

2020-01-23 Thread Sean Day
I believe I am having the exact same issue, I have the same setup: CAS 6.1.2 acting as an SP, delegating authentication to Azure AD. All works fine but I intermittently get an Application is not authorised error. With debug enabled I have the same entries in the error log (works when the

[cas-user] Re: 401 page after failed login

2018-09-20 Thread Sean Day
For reference I have found Changed from using the ISAP redirector to HttpPlatformHandler and the system works so it appears to be a problem with using the ISAP redirector or I am missing a config setting that would allow the 401 to be passed back to Tomcat/CAS to display the message on the

[cas-user] Re: 401 page after failed login

2018-09-19 Thread Sean Day
OK, after spending way too much time trying to workout what was wrong in my CAS config I have found the cause (but not the solution yet). We have a practice of deploying all web applications on IIS, I therefore have IIS sitting in front of CAS using the tomcat ISAPI redirector to pass the

[cas-user] 401 page after failed login

2018-09-19 Thread Sean Day
Hi, I think I must be missing something simple here. If I enter an incorrect username/password on our CAS 5.x server I get a 401 error page, on our old 3.5 CAS service the login page used to display an incorrect password message but would stay on the login screen. I have not managed to find

Re: [cas-user] CAS build stuck

2018-09-17 Thread Sean Day
OK, back at the desk now so have extracted the relevant sections from my build documentation. Screenshots are missing but the text should provide enough detail (if not too much ;-). I doubt it is 100% correct as I stumbled though it myself, also the exact same config failed with 5.3.0 but was

Re: [cas-user] CAS build stuck

2018-09-16 Thread Sean Day
Do you mean delegated authentication with the login being passed off to ADFS? If so I can post the steps I used to get this working, it was a lot easier than I was expecting. On Friday, 14 September 2018 20:05:30 UTC+1, Zach Tackett wrote: > > That did it for me! Thank you so much. The login

[cas-user] Re: CAS 5.3 ADFS Delegated login

2018-08-06 Thread Sean Day
Have built this project now using the same settings with maven 3.5.4 and CAS 5.3.2 and it now works, I suspect it is the change to CAS 3.5.2 rather than the maven update (previously I was using maven 3.5.0). On Wednesday, 18 July 2018 16:59:27 UTC+1, Sean Day wrote: > > OK, so I used e