Re: [cas-user] Debugging help

2023-10-04 Thread Jeffrey Ramsay
work.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener" > level="warn" includeLocation="true" /> > > > includeLocation="true" /> > > includeLocation="true" /> > > > includeLocation="true"/> > >

[cas-user] Debugging help

2023-10-02 Thread Jeffrey Ramsay
Hello - My application stopped working after a rebuild with the following error message, and I can't seem to find the reason. Is there a debugging setting I can use to find which setting is the problem? 2023-10-02 11:10:38,217 WARN [org.springframework.boot.web.servlet.context.AnnotationConfigSe

Re: [cas-user] CAS 6.6.x - SAML (Shibboleth), Unable to Decrypt EncryptedData

2023-03-31 Thread Jeffrey Ramsay
Check the system times (ntp) between the two hosts. -Jeff On Fri, Mar 31, 2023 at 1:11 AM 'Chris Durham' via CAS Community < cas-user@apereo.org> wrote: > Hi, > > We've got CAS 6.6.x running beautifully with delegated IDP logins to > multiple SAML providers, but the most recent one we've had to

Re: [cas-user] Impersonation / Surrogate-Authentication

2022-11-23 Thread Jeffrey Ramsay
Try this as well. https://fawnoos.com/2018/05/07/cas-impersonation-authn/ -Jeff On Wed, Nov 23, 2022 at 8:21 PM Matthew Gordon wrote: > Thank you Jonathon. > > On Monday, November 14, 2022 at 10:16:12 PM UTC-5 Jonathon Taylor wrote: > >> Hi Matt, >> >> That is the entirety of our surrogate con

Re: [cas-user] Install of CAS 6.4.4.2 includes log4j-jul-2.14.1.jar and log4j-jul-2.17.0.jar

2022-01-07 Thread Jeffrey Ramsay
Try this: bootWar { entryCompression = ZipEntryCompression.STORED overlays { cas { from "org.apereo.cas:cas-server-webapp${project.appServer}:${casServerVersion}@war " provided = false excludes = ["WEB-INF/lib/log4j*2.12.*.jar","WEB-INF/lib/log4j

Re: [cas-user] Re: log4j vulnerability remediation

2021-12-15 Thread Jeffrey Ramsay
15.0" > compile "org.apache.logging.log4j:log4j-jcl:2.15.0" > compile "org.apache.logging.log4j:log4j-jul:2.15.0" > compile "org.apache.logging.log4j:log4j-web:2.15.0" > compile "org.apache.logging.log4j:log4j-slf4j18-impl:2.15.0" > } &

[cas-user] Re: [cas-dev] CAS registry migration

2021-12-14 Thread Jeffrey Ramsay
e might mean that you're missing the OIDC dependency in your >> build.gradle >> >> Make sure you have something like >> >> implementation >> "org.apereo.cas:cas-server-support-oidc:${project.'cas.version'}" >> >> >&g

Re: [cas-user] Re: log4j vulnerability remediation

2021-12-14 Thread Jeffrey Ramsay
Robert and Joe, Your examples were really helpful. I was able to combine the steps and patch our systems. Thanks, -Jeff On Tue, Dec 14, 2021 at 1:58 PM Pablo Vidaurri wrote: > Note v2.16.0 is now out a patch for the patch > > On Tuesday, December 14, 2021 at 10:02:48 AM UTC-6 apereo_cas_u

Re: [cas-user] log4j vulnerability remediation

2021-12-14 Thread Jeffrey Ramsay
Same experience. On Tue, Dec 14, 2021 at 11:02 AM apereo_cas_user wrote: > We use cas 6.1.7 overlay template [still in pre-prod] for delegated > authentication. > As a temp solution we replaced log4j 2.12.1 with 2.15.0 manually and > bounced tomcat. > Is there a way we can exclude 2.12.1 from

[cas-user] CAS registry migration

2021-12-14 Thread Jeffrey Ramsay
Hello - What is the process for migrating the service registry from CAS 6.2 to 6.4? I have used the service endpoints to export the 6.2 registry and then tried to import into the new 6.4 system registry and that fails. Placing the exported json files in the services area fails as shown below -- an

Re: [cas-user] Re: CAS 6.4

2021-12-13 Thread Jeffrey Ramsay
> Jeffrey, > > This looks like a library conflict. You can exclude the older library. > See > https://docs.gradle.org/current/userguide/dependency_downgrade_and_exclude.html > > To find the library details > > ./gradlew dependencies > > Ray > > On Sun

[cas-user] Re: CAS 6.4

2021-12-12 Thread Jeffrey Ramsay
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] Thanks, -Jeff On Sat, Dec 11, 2021 at 11:30 AM Jeffrey Ramsay wrote: > I added some additional repositories and that solved the problem. > > maven { > url "https://maven.reposit

[cas-user] Re: CAS 6.4

2021-12-11 Thread Jeffrey Ramsay
I added some additional repositories and that solved the problem. maven { url "https://maven.repository.redhat.com/ga/"; } maven { url "https://repo1.maven.org/maven2/"; } -Jeff On Sat, Dec 11, 2021 at 10:54 AM J

[cas-user] CAS 6.4

2021-12-11 Thread Jeffrey Ramsay
Hello - I need some help to resolve the following in a new build. The problem is only occurring when I try to add support for the "implementation "org.apereo.cas:cas-server-support-radius-mfa"" module. What do I need to do to add the missing library? Execution failed for task ':bootWarMainClassNa

[cas-user] Username

2021-01-05 Thread Jeffrey Ramsay
How can I display the username on the token page for an MFA module? Thanks. -- Sent from Gmail Mobile -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this

[cas-user] JWE decoding

2020-11-25 Thread Jeffrey Ramsay
All - I am hoping someone can point me in the right direction. I am trying to extract the claims from a CAS JWE token and I am not sure what I should pass to the AESDecrypter for the key; "X" as shown below. I tried using the json web key and that failed as well. final String jwkJson = "{\

Re: [cas-user] MFA endpoint

2020-11-24 Thread Jeffrey Ramsay
> On Mon, 2020-11-23 at 16:25 -0500, Jeffrey Ramsay wrote: > > Notice: This message was sent from outside the University of Victoria > email system. Please be cautious with links and sensitive information. > > Neither, I believe. I am looking at (cas.authn.mfa.gauth.rest.url) which &

Re: [cas-user] MFA endpoint

2020-11-23 Thread Jeffrey Ramsay
you are using the remote service an MFA server, some are already > available, > https://apereo.github.io/cas/6.2.x/mfa/Configuring-Multifactor-Authentication.html. > There is also a custom option. > > Ray > > On Mon, 2020-11-23 at 15:16 -0500, Jeffrey Ramsay wrote: >

[cas-user] MFA endpoint

2020-11-23 Thread Jeffrey Ramsay
Hello - How do I set an api key or username/password to be used with a remote rest service? Thanks, -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received

Re: [cas-user] JWT decode

2020-11-12 Thread Jeffrey Ramsay
ture and hashes and then the JWT itself is >> additional encrypted before being stored in TOTP databases. Keep in mind >> that there are secrets involved that once shared expose every token. >> >> Not sure if this was much help. >> >> >> Colin >> On 11/11/2

[cas-user] JWT decode

2020-11-11 Thread Jeffrey Ramsay
Hello - I am hoping someone can point me in the right direction regarding JWT used with CAS and which api is used to decode/decrypt them. I want to be able to decode the GAUTH secret for third-party access. Base64 decoding the string produces these headers. {"alg":"HS512","typ":"JWT"} {"zip":"DE

[cas-user] Help with AbstractJdbcUsernamePasswordAuthenticationHandler

2020-10-24 Thread Jeffrey Ramsay
Hello - I am stuck trying to use the "AbstractJdbcUsernamePasswordAuthenticationHandler" as shown below which is used in sources like "SearchModeSearchDatabaseAuthenticationHandler.java" but not found on javadoc. : error: cannot find symbol public class MyAuthenticationHandler extends AbstractJdb

Re: [cas-user] HandlerResult

2020-10-21 Thread Jeffrey Ramsay
; D. > > On Oct 21, 2020 at 13:10:52, Jeffrey Ramsay > wrote: > >> Hello, >> >> I was following the code listed here. >> >> >> https://apereo.github.io/cas/6.2.x/installation/Configuring-Custom-Authentication.html >> >> Also, I added the

Re: [cas-user] HandlerResult

2020-10-21 Thread Jeffrey Ramsay
wrote: > Hi there. > > Which stub code example? > > You’d want to make sure you implement the correct SPI for > AuthenticationHandler, which is this: > https://github.com/apereo/cas/blob/6.2.x/api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/Authent

[cas-user] HandlerResult

2020-10-21 Thread Jeffrey Ramsay
Hello - I am trying to build an authentication handler in cas 6.2 using the stub code from the example and cannot get past the following error message. Does anyone know if this is no longer valid? or where I can find the module where this class is defined? error: cannot find symbol import org.ap

Re: [cas-user] Cas ticket db backup/restore

2019-09-14 Thread Jeffrey Ramsay
You should try hazelcast instead of a relational database for better performance in a clustered setup. Jeff On Fri, Sep 13, 2019 at 10:45 AM Timi koli wrote: > Hi Guys, > > I am testing to move the ticket fb cas-sso from localhost to clustered > mariadb servers > > It works but when I do backup

[cas-user] Hikari timeouts

2019-08-22 Thread Jeffrey Ramsay
All - How can I adjust the Hikari pools used by CAS? For example, the maxLifetime parameter is set to 180 (30 min) which is the default. Thanks, -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contri

Re: [cas-user] Re: CAS 5.3.x - One authentication source per service

2019-01-25 Thread Jeffrey Ramsay
Great news! How would you reference a second handler, for example, a definition of: cas.authn.jdbc.query[1] Would this default to some form of fall through authentication by handler? -Jeff On Fri, Jan 25, 2019 at 5:24 AM Juliano Destroe wrote: > Also the handler used when using query > (cas.a

[cas-user] scratch codes

2018-12-26 Thread Jeffrey Ramsay
I'm having a hard time getting the gauth scratch codes working in release 5.1.9. Is this feature available? The codes are in the database however, they are not being accepted. -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: http

[cas-user] Google MFA secrets

2018-10-24 Thread Jeffrey Ramsay
Is there a way to encrypt the mfa secrets in our database? -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to

[cas-user] Yubico - Yubikey secret key cannot be blank

2018-09-23 Thread Jeffrey Ramsay
I'm getting the following error on a new build of 5.3.3 even though all options are set in cas.properties. Any advise? 01:24:37.084 [localhost-startStop-1] ERROR org.springframework.boot.SpringApplication - Application startup failed org.springframework.beans.factory.BeanCreationException: Error

Re: [cas-user] PGP Verify Timeout issue CAS Management 5.1.9

2018-05-02 Thread Jeffrey Ramsay
Same for me. On Wed, May 2, 2018 at 10:39 AM, 'Mallory, Erik' via CAS Community < cas-user@apereo.org> wrote: > Attempting to build CAS 5.1.9 CAS Management yields the following error. > This is also true for 5.1.8 .I circumvented it by commenting out the pgp > verify stanza in the pom. I’d like

Re: [cas-user] Re: rejected attribute

2018-03-21 Thread Jeffrey Ramsay
multiple service definitions had the same ID. >> >> On Sunday, March 18, 2018 at 6:05:05 PM UTC-5, Jeffrey Ramsay wrote: >>> >>> All - >>> >>> I'm hoping someone can help me to resolve this problem. I'm running CAS >>> 5.1.8 us

[cas-user] rejected attribute

2018-03-18 Thread Jeffrey Ramsay
All - I'm hoping someone can help me to resolve this problem. I'm running CAS 5.1.8 using a jdbc service registry which is not displaying the rejected attributes set for the defined services. Access to the service is denied as expected however, the only way to see what was set is by viewing the lo

[cas-user]

2018-03-14 Thread Jeffrey Ramsay
All - Is there a fix in 5.1.8 for these errors? I found the following post which led me to believe this had already been resolved. https://github.com/vt-middleware/ldaptive/issues/24 My settings are: cas.authn.ldap[0].useSsl=true cas.authn.ldap[0].useStartTls=false cas.authn.ldap[0].validatePer

[cas-user] Thresholds

2018-03-04 Thread Jeffrey Ramsay
Will someone please explain the threshold settings for me. How is the evictionThreshold used? # cas.monitor.tgt.warn.threshold=10# cas.monitor.tgt.warn.evictionThreshold=0 This is not explained in the guide: https://apereo.github.io/cas/5.1.x/installation/Monitoring-Statistics.html Thanks, -Jeff

Re: [cas-user] cloned server

2018-03-02 Thread Jeffrey Ramsay
l have to check things like certificate installs, directory > permissions, etc. > Is the page blank or some error text? > What do the logs say? > > Ray > > On Thu, 2018-03-01 at 19:36 -0500, Jeffrey Ramsay wrote: > > I cloned from an OEL 7 server to an AWS EC2 instance.

Re: [cas-user] cloned server

2018-03-01 Thread Jeffrey Ramsay
ownloading tomcat from apache and then copy cas-client.war into its > webapp. > > Ray > > On Thu, 2018-03-01 at 16:51 -0500, Jeffrey Ramsay wrote: > > I'm getting the following error after cloning the entire tomcat home. > > What am I missing? Everything works as is

[cas-user] cloned server

2018-03-01 Thread Jeffrey Ramsay
I'm getting the following error after cloning the entire tomcat home. What am I missing? Everything works as is on the original node 01-Mar-2018 16:27:04.979 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/u01/app/badm/apps/tomcat/

Re: [cas-user] pay forward?

2018-02-27 Thread Jeffrey Ramsay
I like the multitenancy idea as well. On Mon, Feb 26, 2018 at 11:05 PM, Man H wrote: > If nobody else considered your kind offer I suppose cas multitenancy wins!! > > > El lunes, 26 de febrero de 2018, Cheltenham, Chris < > ccheltenham-...@philasd.org> escribió: > >> Hello Michael, >> >> >> >> >

[cas-user] MultiRowJdbcPersonAttributeDao

2018-02-15 Thread Jeffrey Ramsay
Does anyone know where I can the " MultiRowJdbcPersonAttributeDao" dot java file for CAS 5.1.8? If it no longer exists then where is the following code triggered? 2018-02-15 16:21:53,425 DEBUG [org.apereo.services.persondir.support.jdbc.MultiRowJdbcPersonAttributeDao] - 2018-02-15 16:21:53,427 D

Re: [cas-user]

2018-02-12 Thread Jeffrey Ramsay
Is there a cas developer group? On Mon, Feb 12, 2018 at 1:21 PM, Jeffrey Ramsay wrote: > All - > > Is it possible to extend the following query within the current framework? > > cas.authn.attributeRepository.jdbc[0].sql=select * from cas_attrs where > {0} > > I can har

[cas-user]

2018-02-12 Thread Jeffrey Ramsay
All - Is it possible to extend the following query within the current framework? cas.authn.attributeRepository.jdbc[0].sql=select * from cas_attrs where {0} I can hardcode a value {0} Column=XYZ and it will return the correct data however, I have been unsuccessful in my attempts to update the co

Re: [cas-user] Cas Custom Login Field

2018-02-07 Thread Jeffrey Ramsay
> throw new FailedLoginException(); > > } > > throw new FailedLoginException(); > > } > > > validateCredentials method takes all my parameters and validates the user. > > > On Wednesday, February 7, 2018 at 6:22:03 PM UTC+5:30, Jeffrey Ram

[cas-user] JDBC Authentication Attributes

2018-02-05 Thread Jeffrey Ramsay
Hi - Anyone knows where the select is read? I would like to know what "{0}" resolves to. cas.authn.attributeRepository.jdbc[0].sql=select * from cas_attrs where {0} Thanks, -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https

[cas-user] CAS Credentials

2018-02-05 Thread Jeffrey Ramsay
Is it possible to extend the CAS Credential class to accept three authentication parameters for authentication? I'm interested in something analogous to windows domain support because I will have the same credentials in multiple user stores (domains) however, there will be attribute differences bet

Re: [cas-user] CAS 5.2.1 report failed authentications as AUTHENTICATION_SUCCESS

2018-01-19 Thread Jeffrey Ramsay
How are you getting these statements in your logs? I can produce them since upgrading to 5.1 and it was used for our Splunk system. -Jeff On Thu, Jan 11, 2018 at 2:35 AM, Mohsen Ebrahimi wrote: > Hello > > It works fine in 5.2. I think it's a bug. >

Re: [cas-user] sso sessions

2018-01-19 Thread Jeffrey Ramsay
on this problem and possible resolution. -Jeff On Thu, Jan 18, 2018 at 8:18 AM, Jeffrey Ramsay wrote: > Anyone else experiencing this problem? I could really use some help > resolving this issue; we have 38K records now in our ticketgrantingticket > table. > > Thanks, >

Re: [cas-user] sso sessions

2018-01-18 Thread Jeffrey Ramsay
Anyone else experiencing this problem? I could really use some help resolving this issue; we have 38K records now in our ticketgrantingticket table. Thanks, -Jeff On Wed, Jan 17, 2018 at 9:38 AM, Jeffrey Ramsay wrote: > I have a bit more information on this problem; it is occurring when

Re: [cas-user] sso sessions

2018-01-17 Thread Jeffrey Ramsay
15, 2018 at 8:08 AM, Jeffrey Ramsay wrote: > I have async enable and I'm not finding anything in my logs. I added jsp > error pages to my TC web.xml which might be the source of the problem > because the error is very sporadic. > > Thanks, > -Jeff > > On Mon, Jan

Re: [cas-user] sso sessions

2018-01-15 Thread Jeffrey Ramsay
rote: > Hi Jeff, > > > > I had this error too. Problem for me was that I had a custom filter in > tomcat without async processing turned on. Did you look at the server logs? > > > > Arnold > > > > *Von:* cas-user@apereo.org [mailto:cas-user@apereo.org] *Im Auft

[cas-user] sso sessions

2018-01-14 Thread Jeffrey Ramsay
Is there a fix for this error is 5.1.7? /cas/status/ssosessions: DataTables warning: table id=ssoSession - Ajax error. Thanks, -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.g

[cas-user]

2018-01-11 Thread Jeffrey Ramsay
All - I need some help getting a somewhat crazy idea I have started. We use CAS with Ellucian Banner and those of you familiar with the application and support multiple instances will probably understand why I'm attempting to do this. We have around nine instances of Banner and each requires a CA

Re: [cas-user] Re: CAS 5.x - regular expressions

2018-01-02 Thread Jeffrey Ramsay
ation.> > > ^https?://my.service.edu(/?|/.*)$ > > Ray > > On Tue, 2018-01-02 at 07:15 -0500, Jeffrey Ramsay wrote: > > Andy, > > > > Thanks for the update and after using the validation link you provided, I > believe the following will work for both service links. &

[cas-user] SessionMonitor: WARN

2018-01-02 Thread Jeffrey Ramsay
What parameter controls this? cas.monitor..warn.threshold=10 SessionMonitor: WARN - Session count (1771) is above threshold 10 Thanks. -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

RE: [cas-user] Re: CAS 5.x - regular expressions

2018-01-02 Thread Jeffrey Ramsay
(the links pattern you using) without worrying it will broke your production setup, you can always go to site like  http://jsregex.com/, then fine tune your link pattern until it is correct before deploying them to production. cheers - Andy On Wednesday, 27 December 2017 21:45:41 UTC+8, Jeffrey

[cas-user] CAS 5.x - regular expressions

2017-12-27 Thread Jeffrey Ramsay
All - I went live with CAS 5.1.7 in production and ran into a problem that was not reported in test. I have a site which requires me to use both star and dot star allowances so, I defined two service entries however, I think I should be able to combine these but have not been successful. How can

Re: [cas-user] Re: Recommendations for CATALINA_OPTS for cas 5.x with tomcat 8.5.x

2017-12-20 Thread Jeffrey Ramsay
I have been using this setup within our VMware environment without any problems. $ cat bin/setenv.sh export JAVA_HOME=/u01/app/badm/apps/java/jdk1.8.0_152 export CATALINA_HOME=/u01/app/badm/apps/dev/apache-tomcat-8-auth export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/apr/lib" export JAVA_OPTS=

Re: [cas-user] CAS Management - Loading

2017-12-08 Thread Jeffrey Ramsay
Travis, I was able to resolve the issue based on your tip. The manage.html file has the "server.context-path" hardcoded which is different from what I configured in both the management.properties and application.properties (server.context-path=/cas5-management) files. @TC/webapps/cas5-management

Re: [cas-user] cas-overlay 5.2 personalization

2017-12-08 Thread Jeffrey Ramsay
Thanks. On Fri, Dec 8, 2017 at 2:17 AM, vallee.romain wrote: > I spent a lot of time customizing the cas-overlay. > I hope this structure can help some people. > > *src* > └── *main* > └── *resources* > ├── cas_audit.log > ├── cas.log > ├── esig.properties > ├

[cas-user] CAS Management - Loading

2017-12-08 Thread Jeffrey Ramsay
My cas management screen only display "Loading..." while all other services are functioning. [image: Inline image 1] What can I do to resolve this? Anyone else experienced this. Thanks, -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guide

Re: [cas-user] CAS 5.2 ST errors

2017-12-07 Thread Jeffrey Ramsay
I know the feeling :) Good luck. On Thu, Dec 7, 2017 at 3:37 PM, vallee.romain wrote: > Thanks you Jeff for your answer. > I try toMorrow, i spend so many Time on jasig this week. > I turn off the pc and i'm going to do jasig dream!!! > > And thanks you again > > -- > - Website: https://apereo.

Re: [cas-user] CAS 5.2 ST errors

2017-12-07 Thread Jeffrey Ramsay
Try switching these: //phpCAS::client(SAML_VERSION_1_1, $cas_host, $cas_port, $cas_context); phpCAS::client(CAS_VERSION_3_0, $cas_host, $cas_port, $cas_context); -Jeff On Thu, Dec 7, 2017 at 3:22 PM, vallee.romain wrote: > hello users, > i need help !!! > i prepare a 5.2 cas with apache php cl

Re: [cas-user] Twilio

2017-12-07 Thread Jeffrey Ramsay
Ok! Thanks. -Jeff On Thu, Dec 7, 2017 at 2:05 PM, Man H wrote: > Jeffrey > > It is supposed to use with cas events related to password management, > where user is notified, unless you have you own notifications implemented. > > Regards > > > > 2017-12-04

[cas-user] Help - cas-management - jpa

2017-12-07 Thread Jeffrey Ramsay
Has anyone else experience this error before? What's the fix? @pom.xml: 5.2.0 5.1.31 org.apereo.cas cas-server-support-jpa-service-registry ${cas.version} org.apereo.cas cas-server-su

Re: [cas-user] Service Registry

2017-12-06 Thread Jeffrey Ramsay
source=g> > +1 212 229-5300 x4728 <(212)%20229-5300> • david.cu...@newschool.edu > > [image: The New School] > > On Wed, Dec 6, 2017 at 5:45 AM, Jeffrey Ramsay > wrote: > >> David, >> >> It appears the optio

Re: [cas-user] Service Registry

2017-12-06 Thread Jeffrey Ramsay
2017 at 4:01 PM, Jeffrey Ramsay wrote: > Well, I had that turned on but didn't notice that option so, I'll redeploy. > > Thank you, > -Jeff > > On Mon, Dec 4, 2017 at 2:51 PM, David Curry > wrote: > >> >> I don't have a specific MySQL-ish answer,

Re: [cas-user] Service Registry

2017-12-04 Thread Jeffrey Ramsay
FL.,+NEW+YORK,+NY+10003&entry=gmail&source=g> > +1 212 229-5300 x4728 <(212)%20229-5300> • david.cu...@newschool.edu > > [image: The New School] > > On Mon, Dec 4, 2017 at 1:03 PM, Jeffrey Ramsay > wrote: > >> Is there a way to export the service registry? MySQL

[cas-user] Twilio

2017-12-04 Thread Jeffrey Ramsay
Anyone using twilio with CAS for SMS; I have it configured but not sure how we are supposed to use it. -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You receive

[cas-user] Service Registry

2017-12-04 Thread Jeffrey Ramsay
Is there a way to export the service registry? MySQL CAS 5.x. -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed

Re: [cas-user] How to get all groups that a user is a member of? in CAS 5.0.10 with LDAP

2017-11-25 Thread Jeffrey Ramsay
Try adding "member" to --- cas.authn.ldap[0].principalAtt ributeList=sn,title,mail,telephoneNumber,mobile,manager On Thu, Nov 23, 2017 at 1:31 PM, Sanjaya Addula < sanjaya.add...@wavemaker.com> wrote: > Hi Team, > > How can I configure cas to get the LDAP user groups details as a principal > attr

Re: [cas-user] Disable googleRecaptcha

2017-11-20 Thread Jeffrey Ramsay
--Misagh > > -- > > *From: *"Jeffrey Ramsay" > *To: *"CAS Community" > *Sent: *Monday, November 20, 2017 8:20:06 AM > *Subject: *[cas-user] Disable googleRecaptcha > > Hello - Is there a simple boolean option to disable CAPTCHA d

[cas-user] Disable googleRecaptcha

2017-11-20 Thread Jeffrey Ramsay
Hello - Is there a simple boolean option to disable CAPTCHA during maintenance without redeploying the war file and disabling cas-server-support-captcha? I'm previewing CAS 5.0.10. Thanks, -Jeff -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Gui

[cas-user] phpCAS 1.3.4+

2017-02-10 Thread Jeffrey Ramsay
Has anyone been able to get phpCAS working with CAS 5? We have a basic client which displays the attributes released by CAS 3.5.x which fails once repointed to 5.0.x. Warning: DOMDocument::loadXML(): Premature end of data in tag html line 1 in Entity, line: 1 in /u01/app/badm/user_projects/dev/jra

Re: [cas-user] CAS 5.0.2 Management

2017-02-09 Thread Jeffrey Ramsay
Thanks. On Wed, Feb 8, 2017 at 11:26 PM, mrcasa bengaluru wrote: > This is fixed in upcoming 5.0.3 release. > https://github.com/apereo/cas/issues/2333 > > You can use the latest SNAPSHOT release till 5.0.3 is GA > > On Thu, Feb 9, 2017 at 1:19 AM, Jeffrey Ramsay

[cas-user] CAS 5.0.2 Management

2017-02-08 Thread Jeffrey Ramsay
I'm experimenting with a new 5.0.2 build and I'm unable to add a new service. The following error is displayed in the logs. Also, the service is added after a few minutes and the management screen is manually reloaded. 2017-02-08 14:18:52,985 ERROR [org.apereo.cas.mgmt.services.web.RegisteredServi

[cas-user] CAS management help

2016-12-30 Thread Jeffrey Ramsay
Hello - I could use some help trying to resolve the following error: {{ serviceTableCtrl.alert.data.name }} has been successfully deleted. A problem has occurred while trying to delete the service. Be aware that the default service can not be deleted. Unable to retrieve service listing. The servic

[cas-user] Google reCAPTCHA

2016-12-29 Thread Jeffrey Ramsay
Hello - I would like to request an additional option to the Google reCAPTCHA integration for those of us who may want to pass the "async and defer" options. I contemplated adding my own option but then I'd have to remember to do the same after every build. layout.html: Thanks, -Jeff -- - CAS

Re: [cas-user] Google reCAPTCHA - CAS 5 RC4

2016-10-06 Thread Jeffrey Ramsay
hat say? > > > And have you tried RC4-SNAPSHOT? Force an update with Maven’s -U and try > again please. > > -- > Misagh > > From: Jeffrey Ramsay > Reply: Jeffrey Ramsay > > Date: October 6, 2016 at 11:45:26 PM > To: CAS Community > Cc: jeffrey.ram...@gm

[cas-user] Google reCAPTCHA - CAS 5 RC4

2016-10-05 Thread Jeffrey Ramsay
Google reCAPTCHA does not work in any release past the RC2-SNAP; are there any plans to fix. Also, reCAPTCHA does not render in Internet Explore 11. I reported this before but no one followed up on my post. -Jeff -- You received this message because you are subscribed to the Google Groups "CA

[cas-user] Re: CAS 5.0.0.RC3-SNAPSHOT - Google Captcha

2016-09-29 Thread Jeffrey Ramsay
I was able to confirm it's working in RC2. -Jeff On Thursday, September 29, 2016 at 12:58:34 PM UTC-4, Jeffrey Ramsay wrote: > > Hello - > > I had a need to rebuild my war file last night which downloaded several > new files and now Google Capthca is no longer displayin

[cas-user] CAS 5.0.0.RC3-SNAPSHOT - Google Captcha

2016-09-29 Thread Jeffrey Ramsay
Hello - I had a need to rebuild my war file last night which downloaded several new files and now Google Capthca is no longer displaying. Also, this option has never worked in IE 11. -Jeff -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To

[cas-user] Re: CAS Management - InMemoryServiceRegistryDaoImpl

2016-09-21 Thread Jeffrey Ramsay
I could really use some help with this; I can't get the service registry changed for the management console. -Jeff On Wednesday, September 21, 2016 at 3:49:57 PM UTC-4, Jeffrey Ramsay wrote: > > How do you disable the InMemoryServiceRegistry for the management console > 5.0? I

[cas-user] Re: CAS Management - InMemoryServiceRegistryDaoImpl

2016-09-21 Thread Jeffrey Ramsay
Added cas.serviceRegistry.jpa entries to management bootstrap file but application still using the InMemoryServiceRegistry. -Jeff On Wednesday, September 21, 2016 at 3:49:57 PM UTC-4, Jeffrey Ramsay wrote: > > How do you disable the InMemoryServiceRegistry for the management console &g

[cas-user] Re: CAS Management - InMemoryServiceRegistryDaoImpl

2016-09-21 Thread Jeffrey Ramsay
Nevermind. On Wednesday, September 21, 2016 at 3:49:57 PM UTC-4, Jeffrey Ramsay wrote: > > How do you disable the InMemoryServiceRegistry for the management console > 5.0? I added the same JPA configuration used by CAS 5.0 and it's not > working. > > 2016-0

[cas-user] CAS Management - InMemoryServiceRegistryDaoImpl

2016-09-21 Thread Jeffrey Ramsay
How do you disable the InMemoryServiceRegistry for the management console 5.0? I added the same JPA configuration used by CAS 5.0 and it's not working. 2016-09-21 15:43:28,822 DEBUG [org.apereo.cas.services.DefaultServicesManagerImpl] - 2016-09-21 15:43:28,822 DEBUG [org.apereo.cas.services.D

Re: [cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT

2016-09-21 Thread Jeffrey Ramsay
It most definitely won’t work, given that’s an invalid property. See: > > https://apereo.github.io/cas/development/installation/ > Configuration-Properties.html#management-webapp > > > > *From:* cas-user@apereo.org [mailto:cas-user@apereo.org] *On Behalf Of > *Jeffrey > Ram

[cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT

2016-09-20 Thread Jeffrey Ramsay
5/dev/user-details.properties -Jeff On Sunday, September 18, 2016 at 7:51:13 PM UTC-4, Jeffrey Ramsay wrote: > > I'm receiving this message "You are not authorized to access this > resource. Contact your CAS administrator for more info." while trying to > access the CAS managem

[cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT

2016-09-20 Thread Jeffrey Ramsay
Do you have any idea why I still get Access Denied? On Sunday, September 18, 2016 at 7:51:13 PM UTC-4, Jeffrey Ramsay wrote: > > I'm receiving this message "You are not authorized to access this > resource. Contact your CAS administrator for more info." while try

Re: [cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT

2016-09-20 Thread Jeffrey Ramsay
wrote: > > Yes, and yes. > > -- > *From: *"Jeffrey Ramsay" > > *To: *"CAS Community" > > *Sent: *Tuesday, September 20, 2016 7:30:42 PM > *Subject: *[cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT > > Is it pos

[cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT

2016-09-20 Thread Jeffrey Ramsay
ontext.xml -> userDetailService block. -Jeff On Sunday, September 18, 2016 at 7:51:13 PM UTC-4, Jeffrey Ramsay wrote: > > I'm receiving this message "You are not authorized to access this > resource. Contact your CAS administrator for more info." while trying to > access th

[cas-user] CAS 5.0.0.RC2 build failures

2016-09-20 Thread Jeffrey Ramsay
My experience trying to upgrade from both RC1 and RC2-SNAPSHOT is anything but painless. [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 10.46

[cas-user] CAS Management App 5.0.0.RC2-SNAPSHOT

2016-09-18 Thread Jeffrey Ramsay
I'm receiving this message "You are not authorized to access this resource. Contact your CAS administrator for more info." while trying to access the CAS management interface. I have tried using the "casuser" account along with my LDAP credentials but both accounts have failed. I tried adding my

[cas-user] Re: CAS 5.0.0.RC1 - Is service management webapp functional ?

2016-09-13 Thread Jeffrey Ramsay
Is CloudBus or RabbitMQ required for non-distributed environments? I prefer to disable these option and set the following in both the cas-management.properties and cas.properties file but still receives the errors: spring.cloud.bus.enabled=false 2016-09-13 12:51:04,127 WARN [org.springframew

[cas-user] Re: ldapAuthenticationHandler

2016-09-09 Thread Jeffrey Ramsay
It's working. Thanks again. -Jeff On Thursday, September 8, 2016 at 5:34:13 PM UTC-4, Jeffrey Ramsay wrote: > > Ok. I tried to follow the link to setup LDAP authentication and it's not > working. > > > https://apereo.github.io/cas/development/installation/Config

[cas-user] Re: ldapAuthenticationHandler

2016-09-09 Thread Jeffrey Ramsay
, 1 successes> org.apereo.cas.authentication.AuthenticationException: 0 errors, 1 successes -Jeff On Thursday, September 8, 2016 at 5:34:13 PM UTC-4, Jeffrey Ramsay wrote: > > Ok. I tried to follow the link to setup LDAP authentication and it's not > working. > > > https://apereo.github.io/cas/development/installa

[cas-user] Re: Step by Step guide

2016-09-09 Thread Jeffrey Ramsay
I will definitely post what I have done. I haven't had to start from scratch but it has been tough trying to figure this out (Tomcat and JAVA versions, etc). Also, I want to convey that these builds are much easier than the earlier releases (I started with the 3.4 branch) to configure, so keep

[cas-user] ldapAuthenticationHandler

2016-09-08 Thread Jeffrey Ramsay
Ok. I tried to follow the link to setup LDAP authentication and it's not working. https://apereo.github.io/cas/development/installation/Configuration-Properties.html#ldap-authentication I configured the following in cas.properties but I'm not sure if I'm on the right path: ## # CAS Authenticat

Re: [cas-user] Re: reCAPTCHA validation failed.

2016-09-07 Thread Jeffrey Ramsay
cas/development/installation/Configuration-Management.html > > D. > > On Wed, Sep 7, 2016 at 01:37, Jeffrey Ramsay > wrote: > > I placed my config in /etc/cas/config and reCaptcha is now working. I > would still like to be able differentiate between development and test. > > -

[cas-user] Re: reCAPTCHA validation failed.

2016-09-06 Thread Jeffrey Ramsay
I placed my config in /etc/cas/config and reCaptcha is now working. I would still like to be able differentiate between development and test. -Jeff On Tuesday, September 6, 2016 at 1:06:01 AM UTC-4, Jeffrey Ramsay wrote: > > I'm getting the error "reCAPTCHA validation failed&q

  1   2   >