[cas-user] Re: Is it bug on cas-server-support-jpa-ticket-registry?

2018-02-19 Thread Elena
+) i use cas 5.2.2 -- - 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 u

[cas-user] Is it bug on cas-server-support-jpa-ticket-registry?

2018-02-19 Thread Elena
Hello, I use cas's module oauth-webflow and jpa-ticket-registry. when I do logout, it makes error like it. It caoused tgtkey is used by oauth_tokens table's foreign key. please check it. thanks. Caused by: org.postgresql.util.PSQLException: ERROR: update or del

Re: [cas-user] Re: Problem integrating CAS 5.2.2 with WS Federation Identity Provider

2018-02-19 Thread AT
> > It compiles using version 5.3.0-RC2. > I would really appreciate any guidance you can provide; the error below shows in the logs so understand I need to generate some additional keys but there are no instructions or more detailed documentation. There are some instructions on generating priv

Re: [cas-user] Re: Tomcat CAS Missing TldParser

2018-02-19 Thread Man H
Check java version 2018-02-18 20:52 GMT-03:00 Matthew Hannay : > I have built CAS as a standalone war and deployed to Tomcat > 7.latest_stable(7.0.85) and I get a > Caused by: java.lang.NoClassDefFoundError: org/apache/tomcat/util/ > descriptor/tld/TldParser > > However in tomcat 8 > deploys fin

Re: [cas-user] Re: Problem integrating CAS 5.2.2 with WS Federation Identity Provider

2018-02-19 Thread Man H
* org.apereo.cas cas-server-support-ws-sts ${cas.version} YAGNI* You do not need to explicitly incude this component in your configuration and overlays. This is just to teach you that it exists. The security token service will be pulled in automatically once you declare the identity provider. Onl

Re: [cas-user] CAS 5.2.2-snapshot identifies expired TGTs and erroneously reports they are deleted.

2018-02-19 Thread Ray Bon
Gary, A sliding window is possible in CAS 5.2.2 (and earlier). I have not tried it since we use 'remember me' instead. It is odd that CAS would be initiating the logout. The logout operations are part of a user requested logout, either accessing /cas/logout or logging out of an application tha

Re: [cas-user] [5.2] Dashboard - Application Not Authorized to Use CAS

2018-02-19 Thread Ray Bon
Put these into the log config to verify that the services you want are correct: Ray On Mon, 2018-02-19 at 09:24 -0800, Kevin Liu wrote: I'm trying to access https://xxx.xxx.xxx.xxx:/cas1/status/dashboard On Monday, February 19, 2018 at

RE: [cas-user] CAS 5.2.2-snapshot identifies expired TGTs and erroneously reports they are deleted.

2018-02-19 Thread Maxwell, Gary
Hi Ray, Thank you for looking at this problem. After the TGT times out, CAS continually tries to perform a purge of the TGT and writes out the following message over and over until it reaches the maximum lifetime. This is a problem just due to the volume of messages that are being generated fo

[cas-user] Re: CAS 5.2.2 with MFA using Google Authenticator / GAuth

2018-02-19 Thread Janina Byky
I'm still getting this error when I use in memory storage. MongoDB is disabled. Qrcode is generated, google app scans it, token field appears and any token that I type provides error. 2018-02-15 09:31:13,970 DEBUG [org.apereo.cas.authentication.PolicyBasedAuthenticationManager] - <[GoogleAuth

Re: [cas-user] [5.2] Dashboard - Application Not Authorized to Use CAS

2018-02-19 Thread Kevin Liu
I'm trying to access https://xxx.xxx.xxx.xxx:/cas1/status/dashboard On Monday, February 19, 2018 at 11:01:33 AM UTC-6, rbon wrote: > > Kevin, > > What is the URL that you are trying to access? > > Ray > > On Mon, 2018-02-19 at 08:34 -0800, Kevin Liu wrote: > > This is my current entry in servi

Re: [cas-user] [5.2] Dashboard - Application Not Authorized to Use CAS

2018-02-19 Thread Kevin Liu
I'm trying to access https://xxx.xxx.xxx.xxx:/cas1/status/dashboard On Monday, February 19, 2018 at 11:01:33 AM UTC-6, rbon wrote: > > Kevin, > > What is the URL that you are trying to access? > > Ray > > On Mon, 2018-02-19 at 08:34 -0800, Kevin Liu wrote: > > This is my current entry in servi

Re: [cas-user] [5.2] Dashboard - Application Not Authorized to Use CAS

2018-02-19 Thread Ray Bon
Kevin, What is the URL that you are trying to access? Ray On Mon, 2018-02-19 at 08:34 -0800, Kevin Liu wrote: This is my current entry in service registry { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^https://xxx.xxx.xxx.xxx:/cas1/status/dashboard(\\z|/.

Re: [cas-user] [5.2] Dashboard - Application Not Authorized to Use CAS

2018-02-19 Thread Kevin Liu
This is my current entry in service registry { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^https://xxx.xxx.xxx.xxx:/cas1/status/dashboard(\\z|/.*)", "name" : "CAS Admin Dashboard", "id" : 1509646291, "description" : "CAS dashboard and administrative

Re: [cas-user] [5.2] Dashboard - Application Not Authorized to Use CAS

2018-02-19 Thread Kevin Liu
This is my current entry in service registry { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^https://xxx.xxx.xxx.xxx:/cas1/status/dashboard(\\z|/.*)", "name" : "CAS Admin Dashboard", "id" : 1509646291, "description" : "CAS dashboard and administrative

Re: [cas-user] [5.2] Dashboard - Application Not Authorized to Use CAS

2018-02-19 Thread David Curry
Do you have an entry in the service registry that matches the service? { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^https://xxx.xxx.xxx.xxx/cas1/status/dashboard(\\z|/.*)", "name" : "CAS Admin Dashboard", "id" : 123456789, "description" : "CAS dashboard

[cas-user] CAS Jession ID. Where Can I Edit or Disable?

2018-02-19 Thread Alexandre Adao
I am running CAS 3.4.10. Does anyone have any idea why tomcat or CAS deployment adds a jsessionid to the url and how can I removed? Thanks, --Alex Adao -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contrib

[cas-user] CAS jsession id. How can I disable or edit?

2018-02-19 Thread Alexandre Adao
Does anyone have any idea why tomcat or CAS deployment adds a jsessionid to the url and how can I removed? Which cas jsp files I can disable or edit? Thanks, --Alex Adao -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.g

[cas-user] [5.2] Dashboard - Application Not Authorized to Use CAS

2018-02-19 Thread Kevin Liu
Hello, I'm trying to enable access to the Dashboard with the default casuser:Mellon account but I'm running into an Application Not Authorized to Use CAS. This is my cas.properties file. I can't figure out what I'm missing? Looking online, it seems I need a registry of some sort but I can't fi

[cas-user] Integrating CAS 3.5.2 with JCaptcha

2018-02-19 Thread Mohammad Farahani
How can I integrate CAS 3.5.2 with JCaptcha? -- - 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 "

Re: [cas-user] Re: Step by step guide for simple CAS server with OpenLDAP authentication

2018-02-19 Thread sami
Thank you Matt and Matt. I'll take a look at them both. -- Sami On 18/02/2018 23:18, Matthew Hannay wrote: This doco is a recent addition .. https://apereo.github.io/2018/02/06/cas52-gettingstarted-ove

Re: [cas-user] CAS 3.5.2 returning mail as user name

2018-02-19 Thread Uxío Prego
I don't know. Does your CAS 3 deployment provide a custom class extending AbstractUsernamePasswordAuthenticationHandler? Uxío Prego Madiva Soluciones CL / SERRANO GALVACHE 56 BLOQUE ABEDUL PLANTA 4 28033 MADRID +34 917 56 84 94 www.madiva.com www.bbva.com The activity of email inboxes can be