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] CAS 5 loading ALL spring boot profiles

2017-10-04 Thread dkopylenko
spring.profiles.active=ldap D. On Wed, Oct 4, 2017 at 5:04 AM -0400, "Charl Thiem" wrote: Hi I'm having a hard time getting

Re: [cas-user] JVM Heap Kept Growing every day

2017-08-19 Thread dkopylenko
OK, there is a significant memory leak in the version of Thymeleaf layout dialect used by versions of CAS prior to 5.0.7. Since 5.0.7 it's been updated to the layout dialect version containing the memory leak fix. This is

Re: [cas-user] No ConditionalOnMissingBean for argumentExtractor

2017-06-23 Thread dkopylenko
I'll just add my 2c. here. The "CAS5 overlay is the hell for deployers..." is of course a highly subjective statement. First and foremost, CAS5 generation was designed with ease of deployment and "intention-driven configuration" model in mind, and NOT as a software "leaking" its internals to

Re: [cas-user] CAS itself doing AuthZ (deny users)

2017-06-23 Thread dkopylenko
https://apereo.github.io/cas/5.1.x/installation/Configuring-Service-Access-Strategy.html D. On Jun 23, 2017, 15:59 -0400, Bryan Wooten , wrote: > I just got this request from one our developers: > > "The QA-team has an app called “QA Dashboard”.  They have asked us to CASify

Re: [cas-user] CAS 3.5.3 not releasing AD attributes to version 3 WordPress CAS plugin

2017-06-19 Thread dkopylenko
The confusion here is "version of what" is being talked about. The version 3 there refers to "CAS protocol" version, which has been only available since "CAS server" version 4. You have CAS server version 3, which is a) "end of life" and b) does not have CAS protocol version 3 implemented.

Re: [cas-user] Failing authentication after applying Database Authentication configuration

2017-02-03 Thread dkopylenko
Have you included CAS' JDBC authentication module dependency in your overlay's build config (Maven or Gradle)? Best, D. On Feb 3, 2017, 03:04 -0500, Jihad Talic , wrote: > Hello, > > I am experiencing issues regarding my Database authentication configuration > in my CAS

Re: [cas-user] Not able to return user_roles from CAS Server to the Client.

2017-01-31 Thread dkopylenko
https://apereo.github.io/cas/5.0.x/integration/Attribute-Release.html Best, D. On Jan 31, 2017, 12:28 -0500, Suman , wrote: > Hi All, > I am using CAS Overlay project version 5.0.0.RC1. > > I am not able to send user attributes other than name from the CAS Server to > the

Re: [cas-user] CAS 5.0.2 compilation and deployment

2017-01-30 Thread dkopylenko
Please share what areas are confusing and where you are finding the difficulties in getting CAS5 overlay to run. Best, D. On Jan 30, 2017, 08:46 -0500, Alberto Cabello Sánchez , wrote: > On Thu, 26 Jan 2017 06:03:46 -0500 > dkopyle...@unicon.net wrote: > > > > On Jan 26, 2017,

Re: [cas-user] CASifying Peoplesoft

2017-01-27 Thread dkopylenko
For completeness - here's the Apereo session that Bryan was referring to (although the slides are not visible) https://youtu.be/NsVVvxW7pBw Best, D. On Jan 27, 2017, 17:38 -0500, Bryan Wooten , wrote: > > I did it myself a few years ago and actually gave a presentation at

Re: [cas-user] Beginner help for CAS

2017-01-19 Thread dkopylenko
You are following the wrong guide. Use this one: https://apereo.github.io/cas/development/installation/Maven-Overlay-Installation.html Cheers, D. From: Bryan Wooten Reply: Bryan Wooten On Jan 18, 2017, 20:43 -0500, Tsogbadrakh Chinzorig , wrote: > Hello CASers > > I'm

Re: [cas-user] Cas 5 : How can I modify default flow

2016-12-23 Thread dkopylenko
Just FYI, the 'org.apereo.cas.*' package scanning for configuration classes won't be a requirement any more starting from 5.1 as the mechanism has been refactored to use Boot's META-INF/spring.factories discovery facility. Happy Holidays, D. On Dec 23, 2016, 06:55 -0500, Yauheni Sidarenka

Re: [cas-user] Commercial companies using CAS?

2016-12-13 Thread dkopylenko
The statements like "It's pretty raw for commercial use" and "not mature ticket registry architecture" are vague and speculative. There are plenty of big commercial CAS deployments that scale to millions of authentication transactions (I am not going to name them here). So, as CAS software is

Re: [cas-user] CAS 5.0.0 with Active Directory Authentication

2016-12-13 Thread dkopylenko
Basically different ldaptive Authenticator implementation is instantiated under the hood, based on the value. If you want to learn the details there are two options: a) Dive deep into the CAS server code and learn yourself b) higher some CAS experts to do the training and explain all of this

Re: [cas-user] CAS 5.0.0 with Active Directory Authentication

2016-12-13 Thread dkopylenko
You want to make sure that the following property is set: cas.authn.ldap[0].type with either one of these values: AD, AUTHENTICATED, DIRECT, ANONYMOUS, SASL Best, D. On Dec 13, 2016, 04:20 -0500, mohammad almodallal , wrote: > Hello Philippe, > > the cas.properties was

Re: [cas-user] After a month, no tickets created in 4.2.2?

2016-11-02 Thread dkopylenko
4.2.2, right? One other suggestion would be to get on the latest release in the 4.2.x series, that is 4.2.6 ... or even get on the v5 bandwagon Cheers, D. On Nov 1, 2016, 21:24 -0400, Jeffrey Wong , wrote: > This issue occurred again tonight. Nothing of note in the logs

Re: [cas-user] Does it exist a way to access the Principal inside the flowscope ?

2016-10-19 Thread dkopylenko
Not directly - i.e. neither Authentication nor Principal objects are stored in the flow scope. However you could use this API to access objects associated with TGT (via the TGT id, which is available in the flow scope):

Re: [cas-user] Request a feature

2016-10-10 Thread dkopylenko
https://github.com/apereo/cas/issues D. On Oct 7, 2016, 17:35 -0400, pouria Mahmoudi , wrote: > Hi, > Do you guys know where can I ask to add a feature? I am expecting a JIRA-ish > website so that I can explain what is needed and follow up with it. > > Thanks > > > >