[cas-user] RE: casLogoutView.html template overlay problem

2024-03-28 Thread Maxwell, Gary
Please disregard the overlay problem. The code I was trying to overlay was actually coming from the custom_messages.properties file. Thanks again, -Gary From: cas-user@apereo.org On Behalf Of Maxwell, Gary Sent: Wednesday, March 27, 2024 4:17 PM To: cas-user@apereo.org Subject: [cas-user

[cas-user] casLogoutView.html template overlay problem

2024-03-27 Thread Maxwell, Gary
Hello All – We are currently on version 6.6.15 of the cas-overlay-template. We have our own version of the casLogoutView.html. The file location is /src/main/resources/templates/logout/casLogoutView.html. The problem is that CAS brings up the original casLogoutView.html. casLogoutView.html is th

[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-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 ac

[cas-user] cas management 6.6 redirects to https://cas.example.org:8443/cas/login

2023-05-22 Thread Maxwell, Gary
Hello all – Can someone tell me why cas management version 6.6 redirects me to cas.example.org/cas/login at login time? The management.properties file contains the following: cas.server.name=https://xxx.xxx.edu cas.server.prefix=${cas.server.name}/cas What am I missing? Thank You – -Gary -

RE: [cas-user] 6.1 CAS and Groovy Post Processor Shutdown Problem

2019-12-10 Thread Maxwell, Gary
perform the shutdown? Ray On Tue, 2019-12-10 at 17:17 +, Maxwell, Gary wrote: Hi all, I was curious to find out if anyone has ran into the following problem. After Groovy Post Processor was implemented, CAS no longer will shut down all the way. Even if we don’t login , CAS will keep running

[cas-user] 6.1 CAS and Groovy Post Processor Shutdown Problem

2019-12-10 Thread Maxwell, Gary
Hi all, I was curious to find out if anyone has ran into the following problem. After Groovy Post Processor was implemented, CAS no longer will shut down all the way. Even if we don’t login , CAS will keep running after we initiate a shutdown. We are using the following basic Groovy script that

[cas-user] Hazelcast Service Registry Replication does not apply changes made in Cas Management

2019-08-23 Thread Maxwell, Gary
We are looking for Insight into the Service Registry Replication process. We have 2 CAS nodes and each node has its own folder containing Json files for defining the Service Registry. We have configured both nodes to use Hazelcast for replicating the JSON files. We use the Cas Management appl

[cas-user] RE: CAS does not pick up changes made to service definitions made by the Management application

2019-08-07 Thread Maxwell, Gary
.*] [DEBUG] 2019-08-07 11:57:44,041 org.apereo.cas.services.AbstractServicesManager lambda$load$1 - Adding registered service [^https://www.yahoo2.com.*] -Gary From: Maxwell, Gary Sent: Wednesday, August 7, 2019 11:27 AM To: cas-user@apereo.org Subject: CAS does not pick up changes made to service

[cas-user] CAS does not pick up changes made to service definitions made by the Management application

2019-08-07 Thread Maxwell, Gary
Hi all, We are experiencing a problem where we make changes to the service definitions within the CAS Management application however CAS does not see the changes until CAS is restarted. We are using JSON files to define the services and we can see that they are being changed. The log shows that

[cas-user] Oauth2 sample client code

2019-05-14 Thread Maxwell, Gary
Hi all, Does anyone have an example of client code to authenticate to CAS 5 via OAUTH2? I perform the following "GET": https://cas.server/cas/oauth2.0/authorize?response_type=code&state=&client_id=??&scope=&redirect_uri=https%3A%2F%2Flocalhost%2FtestOauth%2My

RE: [cas-user] Re: CAS 5.3.9 Invalid property 'log[dir]' startup error

2019-04-15 Thread Maxwell, Gary
Thank you for the response Mike. The actual problem however was due to an extraneous property defined within the Catalina_Opts start up script: cas.log.dir=$LOGPATH” CAS initialized after it was removed -Gary From: cas-user@apereo.org On Behalf Of mbar...@scad.edu Sent: Monday, April 15, 201

[cas-user] CAS 5.3.9 Invalid property 'log[dir]' startup error

2019-04-15 Thread Maxwell, Gary
We receive “Invalid property 'log[dir]'” error during the initialization of CAS 5.3.9 even though we are basically using the default cas.properties configuration. Does anyone know what would be generating this error? We are using the CAS overlay build process. -Gary The full error message

RE: [cas-user] Re: interfacing CAS with angular 7 applications

2019-03-12 Thread Maxwell, Gary
Hi Ian, Thank you for the response. 1. Is adding “cas-server-support-oauth-webflow” the only change you made to the CAS build? 2. Are these the “angular-oauth2-oidc” properties you set? this.oauthService.redirectUri = window.location.origin; this.oauthService.clientId = [oauth cl

[cas-user] interfacing CAS with angular 7 applications

2019-03-11 Thread Maxwell, Gary
Has anyone been successful at setting up “angular-oauth2-oidc” library to interface with CAS? We are currently using version CAS 5.2.2 and would like to authenticate Angular 7 applications using Oauth and OpenId connect. Would the “angular-oauth2-oidc” component be compatible or is there altern

RE: [cas-user] CAS 5.2.2-snapshot identifies expired TGTs and erroneously reports they are deleted.

2018-02-23 Thread Maxwell, Gary
f that TGT. At DEBUG, you will be able to track the logout(s) to a user and application. If you only want to keep log volume down, add a filter: This would be heavy handed and not solve the problem. Ray On Mon, 2018-02-19 at 18:37 +0000, Maxwell, Gary wrote: Hi Ray, Thank you f

RE: [cas-user] CAS 5.2.2-snapshot identifies expired TGTs and erroneously reports they are deleted.

2018-02-19 Thread Maxwell, Gary
a TGT can be used 240 seconds? If the latter, then set maxTimeToLiveInSeconds to the same value as timeToKillInSeconds. Ray On Fri, 2018-02-16 at 22:08 +, Maxwell, Gary wrote: We are still experiencing a problem with the expiration of TGT's Ehache. The “timeToKillInSeconds” value

[cas-user] CAS 5.2.2-snapshot identifies expired TGTs and erroneously reports they are deleted.

2018-02-16 Thread Maxwell, Gary
We are still experiencing a problem with the expiration of TGT's Ehache. The “timeToKillInSeconds” value seems to have no effect on removing the TGT from Ehcache temp folder. The TGT entries are not deleted until the “maxTimeToLiveInSeconds” is reached. The attached log illustrates that CAS de

[cas-user] ehcache expiration issue within CAS 5.2.2-SNAPSHOT

2018-02-13 Thread Maxwell, Gary
We are seeing an issue with when the TGT is being deleted from the ehcache folder. The behavior is as expected if we configure the following within cas.properties. The TGT entry in the ehcache folder is deleted in approximately 2 minutes: cas.ticket.tgt.maxTimeToLiveInSeconds=28800 cas.ticket.

RE: [cas-user] Re: CAS 5.2.1 Ehcache is unable to find the ticket granting ticket

2018-01-09 Thread Maxwell, Gary
The reason CAS was not able to find the TGT in the repository is because the cas.ticket.crypto.encryption.key and cas.ticket.crypto.signing.key within cas.properties was configured. This resulted in the TGT being encrypted and therefore no longer contained the TGT string within the key. From:

[cas-user] CAS 5.2.1 Ehcache is unable to find the ticket granting ticket

2018-01-08 Thread Maxwell, Gary
We are confused on what the CAS 5.2.1 version is doing with Ehcache. We see that the Ticket Granting Ticket is created and written successfully into the Tomcat temp folder. CAS however posts the following error when it tries to receive it for creating the Service Ticket: 2018-01-08 15:34:07,147

RE: [cas-user] 5.1.2 to 5.2 CAS migration

2017-12-15 Thread Maxwell, Gary
` longblob, `required_handlers` longblob, `serviceId` varchar(255) NOT NULL, `theme` varchar(255) DEFAULT NULL, `username_attr` longblob, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; 2017-12-14 20:28 GMT-03:00 Maxwell, Gary mailto:maxwel...@fortlewis.edu>>: We

RE: [cas-user] ehcache issue on CAS 5.2.0-RC4

2017-12-15 Thread Maxwell, Gary
Hi Duane, I am getting the same error along with . I will let you know if I find something! Thanks Gary From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Duane Booher Sent: Tuesday, November 21, 2017 11:44 AM To: CAS Community Subject: [cas-user] ehcache issue on CAS 5.2.0-RC

[cas-user] 5.1.2 to 5.2 CAS migration

2017-12-14 Thread Maxwell, Gary
We initialized our database by setting “cas.serviceRegistry.jpa.ddlAuto=create” in the CAS 5.2 cas.properties file however the following table was created. It appears a lot of columns were removed between 5.1.2 and 5.2. Can this be correct? CAS 5.2.0 CREATE TABLE [dbo].[RegexRegisteredService](

[cas-user] CAS 5 log4j2 org.apereo.cas.logging via TCP stops transmitting logs after a period of time

2017-09-14 Thread Maxwell, Gary
We are having issues when sending the CAS inspektr audit records to Graylog. We have configured log4j2 to use the TCP protocol for sending the logging transactions to Graylog running on a remote server. The log records are initially sent and received correctly however the log records stop trans

[cas-user] RE: quick question about attribute mapping in CAS 5.1.x

2017-08-04 Thread Maxwell, Gary
attributes may be passed to the service. From: Maxwell, Gary Sent: Friday, August 4, 2017 9:13 AM To: 'cas-user@apereo.org' Subject: quick question about attribute mapping in CAS 5.1.x We are returning attributes from ldap however we need to map them to different names. I assume this

[cas-user] quick question about attribute mapping in CAS 5.1.x

2017-08-04 Thread Maxwell, Gary
We are returning attributes from ldap however we need to map them to different names. I assume this mapping is configured through the management services webapp via the Attribute Release tab however the “Returned Mapped” button is grayed out. What are we missing? Thanks! Gary -- - CAS gitte

[cas-user] Error creating SamlRegisteredService_AttributeNameFormats Table

2017-07-31 Thread Maxwell, Gary
We are upgrading from 5.0.1 to 5.1.2 and receive an error when the database is initialized. The following is set within the management.properties to perform the initialization: cas.serviceRegistry.jpa.ddlAuto=create cas.serviceRegistry.initFromJson=true We are using mssql-jdbc version 6.2.0.jre8

[cas-user] DotNetCasClient to Cas 5.0.x using ClearPass question

2017-05-08 Thread Maxwell, Gary
Is it possible to interface DotNetCasClient to Cas 5.0.x using ClearPass? Cas 5.0.x is using CAS protocol 3 however DotNetCasClient is Cas protocol 2. We are in the process of converting from Cas 4.0.3 to Cas 5 and making a proxy request to Cas 5 for ClearPass is no longer an option. Does anyone

RE: [cas-user] Cas 5 and implementing ehcache replication

2017-01-19 Thread Maxwell, Gary
the TGT ticket 5. Because the TGT is gone, CAS proceeds to login into the second SSO application. Why causes CAS to delete the TGT ticket? -Gary -Original Message- From: Maxwell, Gary Sent: Monday, January 16, 2017 3:28 PM To: cas-...@apereo.org<mailto:cas-...@apereo.org> Subject:

RE: [cas-user] Cas 5 and implementing ehcache replication

2017-01-18 Thread Maxwell, Gary
login into the second SSO application. Why causes CAS to delete the TGT ticket? -Gary -Original Message- From: Maxwell, Gary Sent: Monday, January 16, 2017 3:28 PM To: cas-...@apereo.org Subject: RE: [cas-user] Cas 5 and implementing ehcache replication Hi Seshu, I turned on Debug and

RE: [cas-user] Cas 5 and implementing ehcache replication

2017-01-16 Thread Maxwell, Gary
hanks Seshu On 16 January 2017 at 23:42, Maxwell, Gary wrote: > .We have installed cas 5 along with ehcache replication. When we login > to a SSO application the replication works great however when we log > into the next SSO application, CAS deletes the existing TGT. CAS then > requir

RE: [cas-user] Cas 5 and implementing ehcache replication

2017-01-16 Thread Maxwell, Gary
ticket 5. Because the TGT is gone, CAS proceeds to login into the second SSO application. Why causes CAS to delete the TGT ticket? -Gary -Original Message- From: Maxwell, Gary Sent: Monday, January 16, 2017 3:28 PM To: cas-user@apereo.org Subject: RE: [cas-user] Cas 5 and implementing

[cas-user] Cas 5 and implementing ehcache replication

2017-01-16 Thread Maxwell, Gary
.We have installed cas 5 along with ehcache replication. When we login to a SSO application the replication works great however when we log into the next SSO application, CAS deletes the existing TGT. CAS then requires the user to re-authenticate. Does anyone know why this would be happening? T

[cas-user] CAS services management webapp database configuration for version 5

2017-01-03 Thread Maxwell, Gary
How does the latest version of CAS management services web application find the database used by CAS? The management.properties file within the overlay project does not contain parameters to define the database connection. Thanks Gary -- - CAS gitter chatroom: https://gitter.im/apereo/cas -

[cas-user] RE: CAS 5 not reading cas.properties file

2016-11-21 Thread Maxwell, Gary
The issue was resolved. I was modifying cas.properties within the overlay project and then compiling the project. Actually you need to copy the updated cas.properties into a new “etc/cas/config/” folder. That is located in the root of the drive where Tomcat is located. From: Maxwell, Gary

[cas-user] CAS 5 not reading cas.properties file

2016-11-18 Thread Maxwell, Gary
Hi, I am starting to convert to CAS 5 and apparently we are missing something. We make a configuration change however it doesn’t get reflected in the application. We are using the maven overlay method on Windows and it seems that our version of the cas.properties file does not overlay the orig

[cas-user] Changes need for CAS to enable the OpenId/oauth provider feature

2015-12-16 Thread Maxwell, Gary
/protocol/OpenID-Protocol.html#openid-v20-support From: cas-user@apereo.org<mailto:cas-user@apereo.org> [mailto:cas-user@apereo.org] On Behalf Of Maxwell, Gary Sent: Wednesday, December 16, 2015 8:28 AM To: Jérôme LELEU mailto:lel...@gmail.com>> Cc: CAS Community mailto:cas-user@apereo.org&g

RE: [cas-user] Changes need for CAS to enable the OpenId/oauth provider feature

2015-12-16 Thread Maxwell, Gary
: Jérôme LELEU [mailto:lel...@gmail.com] Sent: Tuesday, December 15, 2015 11:24 PM To: Maxwell, Gary Cc: CAS Community Subject: Re: [cas-user] Changes need for CAS to enable the OpenId/oauth provider feature Hi, Just to be sure: do you want to turn you CAS server into an OAuth / OpenID server (1

[cas-user] Changes need for CAS to enable the OpenId/oauth provider feature

2015-12-15 Thread Maxwell, Gary
I am confused on what needs to be installed on CAS to incorporate the OpenId/oauth provider feature. We are not interested in authenticating with other providers, only within our own CAS server. If someone could give me a summary of what needs to be installed that would be great. -Gary -- Yo

[cas-user] OpenID configuration

2015-12-07 Thread Maxwell, Gary
We are in the process of implementing OpenID/Cas with SelectSurvey.net. Would anyone be able to identify where I would find the following OpenID/Cas information I need for the SelectSurvey configuration or point me in the right direction: · openid_clientId · openid_clientSe