Re: [cas-user] Couldn't build in Linux RHEL

2024-01-30 Thread Amulya Sri Pulijala
Thanks a ton! This helped. I could build it in RHEL using cas-overlay-template. I have a doubt that, Can I customize UI and add few widgets like label, textbox (such as mathematical expressions for captcha) etc in cas-overlay-template as well?? And specific functionality for them? Regards,

[cas-user] Re: CAS MGMT 6.6.4 sync-script not working without version control

2024-01-30 Thread Amulya Sri Pulijala
Thanks Gary! I sorted it out! On Wednesday, January 31, 2024 at 10:10:56 AM UTC+5:30 Maxwell, Gary wrote: > More troubleshooting information: > > > > The Sync script is not executing because we receive a 404 error from the > following: > > > > GET

[cas-user] RE: CAS MGMT 6.6.4 sync-script not working without version control

2024-01-30 Thread Maxwell, Gary
More troubleshooting information: The Sync script is not executing because we receive a 404 error from the following: GET https://cas-management.edu/cas-management/api/commit/sync From: cas-user@apereo.org On Behalf Of Maxwell, Gary Sent: Tuesday, January 30, 2024 1:43 PM To:

[cas-user] CAS MGMT 6.6.4 sync-script not working without version control

2024-01-30 Thread Maxwell, Gary
Hello All, The sync script is not executing after clicking “synchronize” button in CAS Management App. The CAS Management config contains the following : mgmt.version-control.enabled=false mgmt.version-control.sync-script=/opt/test/sync.sh The sync script DOES execute if version control is

Re: [cas-user] Couldn't build in Linux RHEL

2024-01-30 Thread Ray Bon
Amulya, Are you talking about the cas project or cas-overlay-template? Check your command (mind the '/' not '\'): ./gradlew clean build Ray On Tue, 2024-01-30 at 10:22 -0800, Amulya Sri Pulijala wrote: Notice: This message was sent from outside the University of Victoria email system. Please

Re: [cas-user] Re: Upload metadata - already registered?

2024-01-30 Thread Ray Bon
Try mgmt.metadata-dir= Ray On Tue, 2024-01-30 at 09:36 -0800, atilling wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. Further clarification after some experimentation. This only applies to

[cas-user] Couldn't build in Linux RHEL

2024-01-30 Thread Amulya Sri Pulijala
Hey, Am new to Apareo CAS. I could build v 6.6 in windows using gradle . But, when am trying to build it in Linux RHEL, I could not see any error during build, however, the war generated is of 261Kb only. And I could see that WEB-INF folder itself is missing in war file., the build process is

[cas-user] Re: Upload metadata - already registered?

2024-01-30 Thread atilling
Further clarification after some experimentation. This only applies to metadata you are uploading via the service manager. The service manager places the file in /etc/cas-mgmt/metadata BUT if build the service.json file with metadataLocation: file://etc/cas/metadata/service.xml

[cas-user] Re: Upload metadata - already registered?

2024-01-30 Thread atilling
Sort of figured this out, at least the error part. cas-management is trying to put metadata in /etc/cas-mgmt/metadata which didn't exist What property for cas-management sets this? cas I'm using /etc/cas/saml/sp - need the management to use the same path. On Tuesday, January 30, 2024 at

[cas-user] Upload metadata - already registered?

2024-01-30 Thread atilling
I'm using cas service manager 6.6.3 with CAS 6.6.13 attempting to add a new sp. When I select upload metadata I get a response that the service is already registered but I have no services on the server except the service manager itself. -- - Website: https://apereo.github.io/cas - Gitter

Re: [cas-user] how do i enable jdbc feature in CAS 6.6.12?

2024-01-30 Thread Yan Zhou
HI All, i figured out my problem! that is interesting. this is my customized configuration public Collection jdbcAuthenticationHandlers() { jdbc.getEncode().forEach(b -> handlers .add(queryAndEncodeDatabaseAuthenticationHandler(b))); .. this is my cas.properties:

Re: [cas-user] Apache CAS 6.6.x Custom Captcha integration

2024-01-30 Thread Ray Bon
Amulya, Review the code for recaptcha in the cas project. You may be able to use it as a starting point. See https://fawnoos.com/2020/10/22/cas63x-codebase-feature-build/ and the developer section of the docs https://apereo.github.io/cas/6.6.x/developer/Build-Process.html on how to create new

[cas-user] Apache CAS 6.6.x Custom Captcha integration

2024-01-30 Thread Amulya Sri Pulijala
Hi All, I would like to integrate self hosted captcha services with Apache CAS 6.6.x. Am quite new to this, could someone help me with some basic steps of integration. I could integrate hcaptcha and recaptcha but I need a self hosting captcha service. Thanks in advance! -- - Website: