[cas-user] Re: Extends LdapAuthenticationHandler in cas 5.2

2018-01-12 Thread Abylay
> > Did you try to add the dependency with NotFound class? > 1. Find the class in your IDE. 2. Add the dependency in which this class is located. For AbstractUsernamePasswordAuthenticationHandler it would be org.apereo.cas cas-server-core-authentication ${cas.version} compile

[cas-user] Problem integrating CAS 5.2.0 with ORCID and FACEBOOK.

2018-01-12 Thread Neha Gupta
Dear CAS people, Good morning! I am trying to delegate CAS authentication to Orcid and Facebook and as such created war file after updating "pom.xml" and "cas.properties" as follows: - *pom.xml* org.apereo.cas cas-server-support-pac4j-webflow 5.2.0

Re: [cas-user] Extending CAS 5 Webflows - build instructions?

2018-01-12 Thread dkopylenko
Correct. D. On Fri, Jan 12, 2018 at 1:10 AM -0500, "Pablo Vidaurri" wrote: Just to confirm, in CAS 5.1.x and 5.2.x there is no

Re: [cas-user] Best Practice for protecting external applications - REST API or CAS Proxy Authentication or something else?

2018-01-12 Thread Uxío Prego
Can't you do this just by using the CAS client from the java application like you would do by using the CAS client from the web java (CASified) application? 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

Re: [cas-user] Re: Webflow error in CAS 5.1.4

2018-01-12 Thread Misagh Moayyed
If you mean whether there is a configuration option to do this, then no there isn't. --Misagh > From: "Adam Causey" > To: cas-user@apereo.org > Sent: Thursday, January 11, 2018 7:34:03 AM > Subject: Re: [cas-user] Re: Webflow error in CAS 5.1.4 > Misagh, > I discovered

[cas-user] Re: CAS 5.0.6, VersionResourceResolver and Cache-Busting

2018-01-12 Thread John Sampson
Some further information... We now think that perhaps this issue is due to the the Thymeleaf configuration and are investigating that. Reasoning: Using this blog as a base and modify it's source example

Re: [cas-user] authentication throttling and temporary account lockout

2018-01-12 Thread Tom Poage
On Jan 11, 2018, at 11:52 PM, Fabio Martelli > wrote: Il 11/01/2018 19:49, Ray Bon ha scritto: Fabio, The threshold throttle is a rate. In your example it works out to 1 failed attempt in 100 seconds. Any user will try a second time

[cas-user] Upgrade CAS 3.5.2 to CAS 5.x

2018-01-12 Thread Mr Rao
Hi, I would like to upgrade CAS from 3.5.2 to latest 5.x version, 1) Is there any easy way or special instructions to upgrade it? 2) I also want to support multiple IDPs vendors and use CAS as IDP , this should be based on customer? Do I need to customize login web flow to use different

Re: [cas-user] CASv5.1.x embedded Tomcat - Extended access log valve - Log rotation?

2018-01-12 Thread Uxío Prego
Move the rotate responsibility to logrotate out of Tomcat and CAS. 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 systematically tracked by colleagues, business

Re: [cas-user] Steam OpenId2 auth

2018-01-12 Thread Jérôme LELEU
Hi, I would create a configuration class (@Configuration), autowire the "builtClients" bean inside it and at initialization (@PostContruct), add your new client: builtClients.getClients().add(newclient). You can even submit your new client as a contribution to the pac4j library. Thanks. Best

Re: [cas-user] Problem integrating CAS 5.2.0 with ORCID and FACEBOOK.

2018-01-12 Thread Jérôme LELEU
Hi, Please don't output your id and secret in your emails! - Orcid: I think there is an URL called before the one given in the error message, it should be something like http://www.orcid.org/oauth/authorize/xxx (