[cas-user] Account Registration from External Link

2024-03-19 Thread Wickham, Jeremy
I'm curious if we're able to launch Account Registration from an external link, for instance we send a user a link to sign up for an account instead of the user browsing to the login page? Thanks, -Jeremy Jeremy Wickham Mississippi State University

[cas-user] OAuth and CAS Protocols

2023-06-22 Thread Wickham, Jeremy
I am currently developing a mobile application for our university. Right now, I have implemented authentication using the OAuth2 protocol to take advantage of the use of the refresh token to limit the user having to log into the app. My question is once a user has successfully logged via the

[cas-user] CAS 6.2.8 In-memory ticket registry still starting when using Hazelcast ticket registry

2021-07-19 Thread Wickham, Jeremy
I am looking to go to production with v6.2.8 very soon and I am seeing the following log file when I am starting up. WARN [com.hazelcast.cp.CPSubsystem] - <[130.18.50.51]:5701 [dev] [4.0.1] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode

[cas-user] Jackson Kotlin Warning on Startup

2020-02-13 Thread Wickham, Jeremy
I am looking upgrade our CAS environment to 6.1.x and I am currently ironing out all of my errors/warnings. There is one warning I'm receiving WARN [org.springframework.http.converter.json.Jackson2ObjectMapperBuilder] - Is this something I should be concerned about? I see this warning on

RE: [cas-user] CAS Deployment Stalls When Deploying to Tomcat

2017-03-10 Thread Wickham, Jeremy
/will create very large logs depending on your load. On Thu, Mar 9, 2017 at 1:44 PM, Wickham, Jeremy <jeremy.wick...@msstate.edu<mailto:jeremy.wick...@msstate.edu>> wrote: Yes I am using an external tomcat instance. I am also using the CAS overlay project because I had some c

RE: [cas-user] CAS Deployment Stalls When Deploying to Tomcat

2017-03-09 Thread Wickham, Jeremy
log levels for both CAS and Tomcat and see what might be happening. I’d also try the embedded tomcat and see if that shows the same thing. -- Misagh From: Wickham, Jeremy <jeremy.wick...@msstate.edu><mailto:jeremy.wick...@msstate.edu> Reply: cas-user@apereo.org<mailto:cas-user@ap

RE: [cas-user] Recommendation on Ticket Storage

2017-03-08 Thread Wickham, Jeremy
Hazelcast seems to be doing great with CAS. We are also working on getting this working. On Mon, Mar 6, 2017 at 2:30 PM, Wickham, Jeremy <jeremy.wick...@msstate.edu<mailto:jeremy.wick...@msstate.edu>> wrote: We have been users of the Memcached Ticket Registry for a few years now (Curren

[cas-user] Recommendation on Ticket Storage

2017-03-06 Thread Wickham, Jeremy
We have been users of the Memcached Ticket Registry for a few years now (Current Production CAS is v4.0.4). I am currently looking to upgrade our CAS implementation to v5.0.x and when implementing the memcached registry in my test environment, I am getting a lot of inconsistences that do not

[cas-user] Attribute Release Policies v5.0.2

2017-02-24 Thread Wickham, Jeremy
Have a question about attributes released to the client. My service definition has ReturnedAllowedAttributeReleasePolicy, but my logs are telling me that ReturnAllAttributeReleasePolicy is being used. Is something cached somewhere that I am unaware of? I've restarted both of my development CAS

[cas-user] Memcached Service Ticket Validation Failed

2017-02-17 Thread Wickham, Jeremy
Here is the scenario, the service ticket is being created on cas-devel03, and when cas-devel02 goes to validate, it fails on validation. I am using this ticket registry in production right now with CAS v4.0.4 is why I am sticking with memcached. Here is some data-- CAS v5.0.2

[cas-user] RE: LDAP Service Registry v5.0.2

2017-02-08 Thread Wickham, Jeremy
Also when I just have one URL listed for the property, I am receiving an error that it is trying to connect to localhost:389. From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Wickham, Jeremy Sent: Wednesday, February 08, 2017 11:11 AM To: cas-user@apereo.org Subject: [cas

[cas-user] LDAP Service Registry v5.0.2

2017-02-08 Thread Wickham, Jeremy
In the CAS Configuration Properties documentation I see: cas.serviceRegistry.ldap.ldapUrl=ldaps://ldap1.example.edu,ldaps://ldap2.example.edu,... Currently my setting is - cas.serviceRegistry.ldap.ldapUrl=ldap://cas-devel.its.msstate.edu,ldap://cas-devel02.its.msstate.edu With this setting I

RE: [cas-user] Re: Princpal Attributes in v5.0.2

2017-02-02 Thread Wickham, Jeremy
It is uid. And yes I set the prinicipalAttributeId with the following config in the cas.properties cas.authn.ldap[0].principalAttributeId=uid Now I see in the docs where I can use the principalAttributeList instead of cas.authn.attributeRepository.attributes. I tried that it worked like a

[cas-user] Princpal Attributes in v5.0.2

2017-02-01 Thread Wickham, Jeremy
I am implementing our login policies into CAS v5.0.2 using the Acceptable Use Policy module as my guide. We have multiple policies, so I am unable to use AUP for what we need to accomplish. I'm having an issue retrieving the principal attributes. I was hopig someone could guide me on to where

[cas-user] CAS 5.0.1 Question

2017-01-13 Thread Wickham, Jeremy
In our current version of CAS (v4.0.4), I have extensively modified the login web flow. Looking at upgrading to v5.0.1 to implement the duo module, but before I can get to implementing duo, I need to put our modifications into a build of v5.0.1. Just a quick background; the way I have