[cas-dev] _csrf meta tags are blank

2016-02-03 Thread Travis Schmidt
I was lookging into the /statistics/ssosessions page that is part of 4.2.x. I was getting an error when trying to remove a session in the javascript. The error was that headers were trying to be set as part of the request with an empty key value. Looking into it some it appears that code in

[cas-dev] CAS Management Logs stopped with upgrade to v4.2.1

2016-05-03 Thread Travis Schmidt
When I switched to V4.2.1 CAS Management app stopped logging any log4j logs. I thought with the change it might just start using -Dlog4j.configurationFile like CAS Server is, but it is not creating any logs and doesn't pick up the log4j file configured in cas-management.properties Travis -- You

[cas-dev] CAS 5.0 Service Registry backwards compatibility

2016-08-16 Thread Travis Schmidt
We are taking on the effort of getting all services that use CAS into the Service Registry under the 4.2.2 version. When I try to load those services that are stored in JSON, into CAS 5.0 they error out for the obvious reason that the full classpath names have changed from org.jasig.* to org.apere

Re: [cas-dev] CAS Dev Call Friday Nov 4th 8am MST

2016-11-04 Thread Travis Schmidt
One thing I forgot about CAS 5 this morning. At least with the JSONServiceRegistry, service entries created in 4.x.x are not compatible with CAS 5.x Unless someone has put a patch in since the last time I tried this, should probably make sure it is a line item in the release notes. Travis On Fr

[cas-dev] CAS 5.1.0-SNAPSHOT requires Tomcat Upgrade?

2016-11-14 Thread Travis Schmidt
Tried out lates changes for 5.1.0-SNAPSHOT and get the error below when deploying to Tomcat 8.0.38 2016-11-14 19:16:05,599 ERROR [org.springframework.boot.SpringApplication] - cas5.ucd.edu_1 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'servletContaine

[cas-dev] CAS-Mgmt App startup failure

2016-11-15 Thread Travis Schmidt
I am getting this error when trying to deploy CAS Management app built from the latest 5.1.0-SNAPSHOT. I have not been able to track down why. 2016-11-15 19:07:32,131 WARN [org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext] - cas-mgmt5_1 | 2016-11-15 19:

[cas-dev] Re: CAS-Mgmt App startup failure

2016-11-15 Thread Travis Schmidt
This has been resolved after some of the latest commits to master. Thanks Travis On Tue, Nov 15, 2016 at 11:10 AM Travis Schmidt wrote: > I am getting this error when trying to deploy CAS Management app built > from the latest 5.1.0-SNAPSHOT. I have not been able to track down why. &g

[cas-dev] CAS 5.1.0-SNAPSHOT OIDC Server throwing NPE

2016-11-16 Thread Travis Schmidt
Trying to set up a test using latest build from master for OIDC Server Support. I get the following stacktrace after entering credentials: java.lang.NullPointerException at java.net.URI$Parser.parse(URI.java:3042) ~[?:1.8.0_111] at java.net.URI.(URI.java:588) ~[?:1.8.0_111]

[cas-dev] Re: CAS 5.1.0-SNAPSHOT OIDC Server throwing NPE

2016-11-17 Thread Travis Schmidt
This was caused by a small change on my end. Not a real issue. Sorry. Thanks Travis On Wed, Nov 16, 2016 at 4:12 PM Travis Schmidt wrote: > Trying to set up a test using latest build from master for OIDC Server > Support. I get the following stacktrace after entering crede

[cas-dev] Problem with long id when using JSON Service Registry

2017-04-21 Thread Travis Schmidt
I ran across this issue in 4.2.6, but it looks like it is still be an issue with 5.0.x and the 5.1 candidate releases. The id field in AbstractRegisteredService is defined as this: @Id @GeneratedValue(strategy = GenerationType.AUTO) private long id = RegisteredService.INITIAL_IDENTIFIER_VALUE;

Re: [cas-dev] Problem with long id when using JSON Service Registry

2017-04-24 Thread Travis Schmidt
better alternative? > > > > --Misagh > > > > *From:* cas-dev@apereo.org [mailto:cas-dev@apereo.org] *On Behalf Of *Travis > Schmidt > *Sent:* Friday, April 21, 2017 11:42 AM > *To:* cas-dev@apereo.org > *Subject:* [cas-dev] Problem with long id when using JSON Service R

[cas-dev] CAS Management App Bootstrap Config

2017-05-24 Thread Travis Schmidt
Is it possible to make the CAS Management App pull cas.standalone.config from the VM options like it does for CAS Server? It looked to me like it should, but it did not pull the correct value when I tried. I had to add cas.standalone.config setting into bootstrap.properties for it to set the corr

[cas-dev] Jitpack.io requiring Auth

2017-06-13 Thread Travis Schmidt
Is anyone else seeing this issue when building 5.1.x FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration ':support:cas-server-support-duo-core:compileClasspath'. > Could not resolve com.github.duosecurity:duo_client_java:master-SNAPSHOT

Re: [cas-dev] CAS 5.2 release date change

2017-10-19 Thread Travis Schmidt
+1 On Thu, Oct 19, 2017 at 1:27 PM Misagh Moayyed wrote: > Team, > > Are there any objections if we push the 5.2 release schedule for about a > month? I am working with a set of projects actively working on RC4 which is > great. A number of minor issues are found with memcached, oauth, etc which

[cas-dev] Proposal to refactor webapp-mgmt into separate project

2017-11-06 Thread Travis Schmidt
allow me to help facilitate this migration, implement and maintain existing and future management features. Thanks Travis Schmidt -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emai

[cas-dev] CAS Management v5.3.0-RC1 Released

2018-01-10 Thread Travis Schmidt
Version 5.3.0-RC1 of the CAS Management Application has been released. This release is the beginning of many new features being added to the application and the details can be found here: https://github.com/apereo/cas-management/releases/tag/v5.3.0-RC1. CAS Management has been moved into it's own

Re: [cas-dev] CAS 5.2.2 Webapp bugs

2018-02-01 Thread Travis Schmidt
A fix for the no save for Duplicate is in the PR https://github.com/apereo/cas/pull/3185 The Case Insensitive checkbox tool tip was incorrect and I fixed that. The value of the check box is being saved when checked, so I am not sure what the issue is that you are seeing with this. Travis On Thu

[cas-dev] CAS Management App

2018-02-14 Thread Travis Schmidt
CAS Management 5.3.0 RC2 is released: https://github.com/apereo/cas-management/releases/tag/v5.3.0-RC2 Thanks Travis -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an emai

[cas-dev] CAS Mamagement v5.3.0-RC3 Released

2018-04-05 Thread Travis Schmidt
v5.3.0-RC3 of the CAS Management Application has been released and available to try out. Details at the link below: https://github.com/apereo/cas-management/releases/tag/v5.3.0-RC3 Thanks Travis -- You received this message because you are subscribed to the Google Groups "CAS Developer" group.

[cas-dev] CAS Management 5.3.3 Release Announcement - Apereo Webinar 10/3 12ET/9PT

2018-10-02 Thread Travis Schmidt
CAS Management 5.3.3 is now released: https://github.com/apereo/cas-management/releases/tag/v5.3.3 Features: - Property to not attempt to call CAS discovery(makes it possible to run in same AS as CAS server) - Source and Diff views now use dialog windows to avoid app navigation - Improved vi

[cas-dev] CAS Management v5.3.4 Release

2018-10-09 Thread Travis Schmidt
CAS Management v5.3.4 has been released: https://github.com/apereo/cas-management/releases/tag/v5.3.4 Travis -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to ca

Re: [cas-dev] Is anybody try to implement to surrogate authorization per service

2018-10-26 Thread Travis Schmidt
I have implemented an /impersonate endpoint that our developers use on our dev server. Includes an imperosnate input field on login for the id to be impersonated. impersonators.json file list developers by their login id and each login id has a list of services they are allowed to impersonate. Wh

[cas-dev] CAS Management v5.3.5 Released

2018-11-01 Thread Travis Schmidt
CAS Management version 5.3.5 has been released: https://github.com/apereo/cas-management/releases/tag/v5.3.5 This release contains a a new Search screen that provides full text search of Services in a sortable table. Travis -- You received this message because you are subscribed to the Google

[cas-dev] CAS Management v5.3.6 Release

2018-11-02 Thread Travis Schmidt
CAS Management v5.3.6 has been released: https://github.com/apereo/cas-management/releases/tag/v5.3.6 This release corrects an error that was found in the new Search functionality released in 5.3.5. Deployers that use the war overlay, take note that the pom.xml has been updated to include a separ

Re: [cas-dev] Re: CAS Management v5.3.5 Released

2018-11-26 Thread Travis Schmidt
for both cas > and cas-management app. Can you please provide the Maven war overlay links? > > On Friday, November 2, 2018 at 5:51:00 AM UTC+8, Travis Schmidt wrote: >> >> CAS Management version 5.3.5 has been released: >> https://github.com/apereo/cas-management/releases/

[cas-dev] CAS Management v6.0.0-RC4 release

2018-12-27 Thread Travis Schmidt
CAS Mgmt v6.0.0-RC4 has been released: https://github.com/apereo/cas-management/releases/tag/v6.0.0-RC4 Travis -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [cas-dev] Better protocol differentiation

2021-06-07 Thread Travis Schmidt
I have solved this in my deployment by having three different ServicesManagers that are chained. One that is CAS only services, one that is OAuth services and one that is SAML services. Using the supports() methods to control how a service is selected. The CAS only uses the friendlyName match to