Re: [cas-user] Re: CAS ver >=6.0.0 is not working for 'TARGET' service parameter

2019-03-14 Thread mbar...@scad.edu
Robert, You are welcome, but I'm just learning about this version of CAS myself. I'm glad that helped. We've been using Ellucian's Luminis version of CAS for years. I think that's still at 3x something, and I never had to do much configuration with it. We've been using that version with

[cas-user] Re: CAS ver >=6.0.0 is not working for 'TARGET' service parameter

2019-03-13 Thread mbar...@scad.edu
Robert, I am very new at this, but I have that functioning in a test environment using CAS deployed from the 6.0 branch of the cas-overlay-template. It's working to Ellucian's application navigator and admin common web applications. I added the following to the build.gradle compile

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

2019-04-15 Thread mbar...@scad.edu
Gary, I've only been working with 6.0.3, but I remember I needed to update the baseDir setting in log4j2.xml. I don't remember if I had the same error message or not, but it seems similar. I hope this helps. -Mike On Monday, April 15, 2019 at 12:35:28 PM UTC-4, maxwell_g wrote: > > We

[cas-user] CAS Management 6 non-JSON issue

2019-08-22 Thread mbar...@scad.edu
I've been trying to get CAS Management v6 to work with a JPA service registry, but it seems to be stuck with JSON. After logging into the management Web app, I never see any of the services that are stored in my database. The only services that display are ones created via the management web

[cas-user] Re: cas-management 6.1 RC4 turn off version control

2019-09-17 Thread mbar...@scad.edu
I would like to know that too. Thanks, Mike Michael Barsic Director of Technical Architecture Savannah College of Art and Design® mbar...@scad.edu - www.scad.edu On Tuesday, September 17, 2019 at 12:43:03 PM UTC-4, rbon wrote: > > How do I turn off version control in cas-management 6

Re: [cas-user] Unable to recognize JSON entry for service ticket request from our Ellucian Banner service with CAS 6.1.x

2020-01-24 Thread mbar...@scad.edu
Carl, I have this working with 6.0.x But I'm limiting the release to just UDC_IDENTIFIER like this: "attributeReleasePolicy" : { "@class" : "org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy", authorizedToReleaseCredentialPassword: false

[cas-user] Re: What's your production version?

2020-03-12 Thread mbar...@scad.edu
We're at 6.0 for now, but just switched to the full open source version last year. We were using a vendor-provided version of CAS that was stuck at 3-something for a long, long time before that. It does look like a rather speedy upgrade schedule. We just started testing 6.1, but might need

Re: [cas-user] Handling multiple accounts for one person

2020-05-18 Thread mbar...@scad.edu
Thank you again for responding. I wish we didn't split email, but we did a long time ago - during the initial email implementation - and we never tried to consolidate. Fortunately, I don't have the "which account" problems. Students get a pretty clear setup, and anything extra would go to

Re: [cas-user] Handling multiple accounts for one person

2020-05-18 Thread mbar...@scad.edu
David, Richard, Thank you very much. Did you or do you have issues with students/staff getting confused on which account to use? Any tips for handling that other than FAQs? We've got several hundred people with dual accounts. Thank you, Mike On Monday, May 18, 2020 at 2:05:05 PM UTC-4,

[cas-user] Handling multiple accounts for one person

2020-05-18 Thread mbar...@scad.edu
At our university, we have some applications where one person will only have one account and the application is aware of the different "roles" a person might have, i.e., student, staff, faculty and/or alumni. We also have some other applications where a person may have a student account and

[cas-user] Re: Update a date database field on successful login

2020-09-23 Thread mbar...@scad.edu
Marc, I'd suggest taking a look at JDBC Audits - https://apereo.github.io/cas/6.2.x/installation/Audits.html#database-audits I won't do exactly what you want, but you'll be able to get a last login date from the table it creates. Good luck! -Mike On Wednesday, September 23, 2020 at 4:06:10

[cas-user] Duo MFA error in 6.2 RC5

2020-06-04 Thread mbar...@scad.edu
I'm testing out 6.2 RC5 and am getting an error with Duo: DEBUG [org.apereo.cas.web.FlowExecutionExceptionResolver] - list[mfa-duo]]'] due to a type mismatch with handler [[FlowHandlerMapping.DefaultFlowHandler@5f5b9239]]> I'm using pretty much the same Duo configuration from 6.0.x (which is

[cas-user] Re: Duo MFA error in 6.2 RC5

2020-06-04 Thread mbar...@scad.edu
Doh, I didn't post the actual error. Here it is: ERROR [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/cas-web].[dispatcherServlet]] - list[mfa-duo]]'] with root cause> java.lang.NullPointerException: null at java.util.Objects.requireNonNull(Objects.java:221) ~[?:?]