[cas-user] Re: Spnego ERROR on CAS 5.2.0

2018-02-12 Thread Mozart Hasse
Hi, I'm trying to do the same, but my CAS server is in a Linux station. It looks like you changed some XML files to change webflow and beans. Can you send me them? Em terça-feira, 9 de janeiro de 2018 06:00:47 UTC-2, Abylay escreveu: > > Hello! > I'm trying to configure Spnego on CAS 5.2.0 >

Re: [cas-user] how do I capture audit log trail for unauthorized users who are denied access to a service in an accessStrategy configuration of one of my JSON files?

2018-02-12 Thread Dmitriy Kopylenko
The basic log entry for unauthorized principal service access (based on registered service access policies) is already present. You could see it at WARN level for org.apereo.cas.services.RegisteredServiceAccessStrategyUtils The full-blown Inspektr audit will require some development effort.

[cas-user] CAS protocol, Single Page Applications, APIs

2018-02-12 Thread Pascal Rigaux
Hi, I've summarized various possibilities of authenticating a web service using the CAS protocol. All of them have been tested in production, except the "implicit grant" solutions. https://prigaux.frama.io/cas-spa-docs/ Example of use of "Web Widget - CAS - JSONP" in the context of

[cas-user]

2018-02-12 Thread Jeffrey Ramsay
All - Is it possible to extend the following query within the current framework? cas.authn.attributeRepository.jdbc[0].sql=select * from cas_attrs where {0} I can hardcode a value {0} Column=XYZ and it will return the correct data however, I have been unsuccessful in my attempts to update the

[cas-user] Enable /status/stat in 5.2.x

2018-02-12 Thread Satnam Sarai
Hello, I am trying to enable /status/stats endpoint. When I got to /status/stats, I get message saying "Loading..." It does not show cas stats. Do I need to set something in cas.properties file? Here is part of cas.properties files security.basic.authorizeMode= authenticated

[cas-user] question about reset password functionality

2018-02-12 Thread Snoke, Nancy
Hey all, Out of the box, are the password reset links valid only once or as many times as the user wants? We set up password reset functionality, and did a lot of tinkering. I am trying to figure out whether we broke something or if it wasn't there to begin with. Thanks Nancy

Re: [cas-user] Issues with service registry on 5.2.2

2018-02-12 Thread Christopher Myers
THANK YOU! Thankyou thankyou thankyou thankyou thankyou thankyou thankyou thankyou thankyou thankyou thankyou thankyou thankyou thankyou thankyou thankyou .. That was driving me absolutely bonkers... On Friday, February 9, 2018 at 4:52:55 PM UTC-6, Dmitriy Kopylenko wrote: > > For CAS

Re: [cas-user] Issues with service registry on 5.2.2

2018-02-12 Thread Dmitriy Kopylenko
No worries.. “Devil is in the details” , as they say ;-) Cheers, D. From: Christopher Myers Reply: cas-user@apereo.org Date: February 12, 2018 at 12:56:30 PM To: CAS Community Cc: dkopyle...@unicon.net

[cas-user] CAS 5.3 RC2 Release Announcement

2018-02-12 Thread Misagh Moayyed
CAS 5.3.0 RC2 is released: https://github.com/apereo/cas/releases/tag/v5.3.0-RC2 --Misagh -- - 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

[cas-user] Re: Question: what is the maven dependency difference from [CAS 5.2.0-RC3] to [RC2 or below]?

2018-02-12 Thread Sean Ieong
I have the same problem. Have you solve the problem yet? Andy Ng於 2017年9月15日星期五 UTC+8上午11時58分04秒寫道: > > Hi all, > > Today when I try upgrading from CAS 5.2.0-RC2 to RC3, I was faced with > lots of symbols not found error in my custom Java code during the > compilation stage. > > So I go ahead

[cas-user] Re: Question: what is the maven dependency difference from [CAS 5.2.0-RC3] to [RC2 or below]?

2018-02-12 Thread Andy Ng
Hi Sean, I just search the artifactId by seaching it on github CAS source code. Although it is slow, but it get the jobs done. I am also curious of a better way to do that. I haven't come up with a better idea though. Cheers - Andy On Tuesday, 13 February 2018 09:59:02 UTC+8, Sean Ieong wrote:

[cas-user] Re: Question: what is the maven dependency difference from [CAS 5.2.0-RC3] to [RC2 or below]?

2018-02-12 Thread Sean Ieong
OK, thx! I think I will do the same way. Andy Ng於 2018年2月13日星期二 UTC+8上午10時13分17秒寫道: > > Hi Sean, > > I just search the artifactId by seaching it on github CAS source code. > Although it is slow, but it get the jobs done. > > I am also curious of a better way to do that. I haven't come up with a

Re: [cas-user] Failed To Add TGT Ticket - MongoDB Ticket Registry CAS 45.2.

2018-02-12 Thread Uxío Prego
Do you mean it is buggy because Redis was refusing to write -1 for expiration times? If you have a lot of time I guess you could write your test case and request pull. Uxío Prego Madiva Soluciones CL / SERRANO GALVACHE 56 BLOQUE ABEDUL PLANTA 4 28033 MADRID +34 917 56 84 94 www.madiva.com

[cas-user] Re: question about reset password functionality

2018-02-12 Thread casuser
It remains valid for one attempt. On Tuesday, February 13, 2018 at 1:00:09 AM UTC+8, Snoke, Nancy wrote: > > Hey all, > > > > Out of the box, are the password reset links valid only once or as many > times as the user wants? > > > > We set up password reset functionality, and did a lot of

Re: [cas-user]

2018-02-12 Thread Jeffrey Ramsay
Is there a cas developer group? On Mon, Feb 12, 2018 at 1:21 PM, Jeffrey Ramsay wrote: > All - > > Is it possible to extend the following query within the current framework? > > cas.authn.attributeRepository.jdbc[0].sql=select * from cas_attrs where > {0} > > I can