work.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener"
> level="warn" includeLocation="true" />
>
>
> includeLocation="true" />
>
> includeLocation="true" />
>
>
> includeLocation="true"/>
>
>
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
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
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
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
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"
> }
&
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
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
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
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
> 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
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
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
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
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
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 = "{\
> 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
&
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:
>
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
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
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
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
; 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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/
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,
>>
>>
>>
>>
>
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
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
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
> 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
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
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
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.
>
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,
>
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
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
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
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
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
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.
&
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:
(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
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
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=
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
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
> ├
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
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.
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
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
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
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
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,
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
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
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
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
--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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
, 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
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
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
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.
>
> -
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 - 100 of 105 matches
Mail list logo