[cas-user] Re: Finally Finish My College

2021-05-25 Thread Misagh Moayyed
You are very welcome. Congratulations! On Friday, May 21, 2021 at 8:43:40 AM UTC+4 Andy Ng wrote: > Hi Irvan, Congrats on your achievement! Glad we helped :) Cheers! -Andy > > On Wednesday, 19 May 2021 at 02:11:45 UTC+8 irvans...@gmail.com wrote: > >> Hi Guys, >> >> On April 20, 2021. I

Re: [cas-user] OAuth2 server with AccountPasswordMustChangeException

2021-05-25 Thread Ken Hopkins
Thanks for the quick response Ray. I did try including and enabling the password-management module, but didn't try much configuration beyond that. In our case, the UI is a javascript application that just interacts with CAS through an API. We wouldn't plan to enable the oauth2 password grant

Re: [cas-user] OAuth2 server with AccountPasswordMustChangeException

2021-05-25 Thread Ray Bon
Ken, The authentication provider should _not_ return reasons for failed login to clients. Log in and any items associated with it, such as password management, should be managed entirely by the auth provider. This is to prevent abuse by client applications as well as separation of concerns

[cas-user] OAuth2 server with AccountPasswordMustChangeException

2021-05-25 Thread Ken Hopkins
I am using CAS as an OAuth2 server with REST Authentication. My client is a javascript application using the oauth2 password grant type. When trying to authenticate a user whose password is expired, my REST authentication endpoint is returning a 428 response as expected. I see a log message

[cas-user] Strange default Rolling + Delete setup for Log4j

2021-05-25 Thread Petr Bodnár
Hi, I'm a bit confused about the current contents of the default log4j2.xml . So before making a pull request, I will rather ask here... In rfeea2ae7cad65

Re: [cas-user] CAS Management - Configuration classes for tests must be marked with @TestConfiguration Error

2021-05-25 Thread Ray Bon
Chris, Are you trying to build the cas application for the purpose of development, https://github.com/apereo/cas, or do you want to deploy cas as an authentication source, https://github.com/apereo/cas-overlay-template? For deployment, use the overlay.

Re: [cas-user] CAS Overlay 6.3.x Dokerized - Password Reset - Active Directory

2021-05-25 Thread Ray Bon
Artur, See this doc on password management, https://apereo.github.io/cas/6.3.x/password_management/Password-Management.html Ray On Tue, 2021-05-25 at 01:18 -0700, artur miś wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links

Re: [cas-user] Azure authentication + LDAP attributes.

2021-05-25 Thread Ray Bon
Bartek, You can resolve attributes on authentication and after authentication, https://apereo.github.io/cas/6.3.x/integration/Attribute-Resolution.html. There are a number of links on that page for options around attribute retrieval and release. You may have to perform mapping between the

[cas-user] CAS Management - Configuration classes for tests must be marked with @TestConfiguration Error

2021-05-25 Thread Chris Kell
I am new to CAS, my entire team is, and we are trying to build 6.3.4 and we are g etting "Configuration classes for tests must be marked with @TestConfiguration Error " in casconfiguration.java, which obviously is not a test config file. I've tried disabling tests, but we keep getting the error

Re: [cas-user] service access strategies and required attributes

2021-05-25 Thread Petr Bodnár
Hi there, I've just run into the very same issue. After a thorough investigation, I believe this is a *BUG introduced in CAS 6.1.0 and above*, namely by this commit: r48e753d05d55 "Fix issue with surrogate auth

[cas-user] Re: Casifying-PeopleSoft - Error 500--Internal Server Error

2021-05-25 Thread Mohammad Sioufi
Hello Have you been able to solve this issue? I have a very similar issue but with Banner SSB and CAS 6 Regards On Thursday, July 28, 2016 at 4:06:21 PM UTC+3 dabo@gmail.com wrote: > Hi, > > We are trying to integrate CAS with PeopleSoft for a SSO. We have followed > all the recommended

[cas-user] CAS Overlay 6.3.x Dockized - Active Directory - Password Change

2021-05-25 Thread artur miś
Hello, Can i ask you what i need to add to bulild.grade config to make possible for users pasword reset or remaind ( password reseted and remianding from cas i would like to send via emial (adress recived from AD metada data stored in CAS account) and aditionally my question 2 i

[cas-user] CAS Overlay 6.3.x Dokerized - Password Reset - Active Directory

2021-05-25 Thread artur miś
Hello, Can i ask you about same what i need to add to bulild.grade to make possible for users pasword reset or remiand and aditionaly i ask you about part of sample cas.config which make posible such action. I'm able to set cas work with cas but changeing password is still kind of magic.