[cas-user] Re: CAS 6.1.3 jpa service registry doesn't work properly

2020-04-02 Thread Bob
Hi Maksim, I had a similar issue with CAS 6.1.x. The workaround from Michele worked for me. Please have a look at it: https://groups.google.com/a/apereo.org/d/msg/cas-user/UZRwiZdgBAA/QixAg4q1AAAJ Hope this helps. Regards, Bob On Thursday, April 2, 2020 at 3:58:09 PM UTC+2, Maksim Kopeyka

Re: [cas-user] Re: Service Registry - Store in MySQL database

2020-03-26 Thread Bob
Thank you very much Mathieu! That workaround fixed it for me and I now have CAS Management (6.1.0-RC4) saving the services in the MySQL database. Much appreciated! Regards, Bob On Tuesday, March 24, 2020 at 5:13:09 PM UTC+1, Mathieu HETRU wrote: > > hello Bob, > i have the solution

[cas-user] Re: Service Registry - Store in MySQL database

2020-03-24 Thread Bob
Thanks Mathieu, I tried that also but never could get cas-management 6.1.x working (it kept using the built-in git repo, despite having properties set not to use that) with the MySQL data. Finally I gave up on cas-management and have used the workaround from Michele instead. Thanks, Bob On

Re: [cas-user] Service Registry - Store in MySQL database

2020-03-24 Thread Bob
, Bob On Saturday, March 14, 2020 at 12:20:46 AM UTC+1, Michele Melluso wrote: > > Hi Bob, > > I had a similar regression from 6.0 to 6.1. The problem is that > EmbeddedResourceBasedServiceRegistry is registered in the registries chain. > > So, when the ServiceRegistryIniti

Re: [cas-user] Service Registry - Store in MySQL database

2020-03-18 Thread Bob
he same result. Your reply is much appreciated! Thanks, Bob On Saturday, March 14, 2020 at 12:20:46 AM UTC+1, Michele Melluso wrote: > > Hi Bob, > > I had a similar regression from 6.0 to 6.1. The problem is that > EmbeddedResourceBasedServiceRegistry is registered in the regi

Re: [cas-user] 6.2.x Gradle Compilation

2020-02-11 Thread Bob
To get a lot less errors in your log I would start with making sure that you have this directory (and writable for the user that is used to start CAS) : /var/log/ On Tuesday, February 11, 2020 at 4:04:20 PM UTC+1, Dmitriy Kopylenko wrote: > > A full log would be useful > On Feb 11, 2020, 10:02

[cas-user] Re: CAS Service Management - Bean property 'mgmt[adminRoles]' is not readable

2020-02-05 Thread Bob
Hi Danny, I have it defined like this: mgmt.adminRoles[0]= Hope this helps. Regards, Bob On Monday, January 20, 2020 at 10:10:33 AM UTC+1, Danny Zeng wrote: > > this is my env config : > 5.3.14 > 5.3.6 > > i startup cas-server, then startup s

Re: [cas-user] Service Registry - Store in MySQL database

2020-01-30 Thread Bob
lect.MySQL57InnoDBDialect cas.serviceRegistry.jpa.ddlAuto=update When I run CAS 6.1.0 I see: [org.apereo.cas.services.AbstractServicesManager] - I can then use CAS to login to my application, but it does not insert any Service Registry into the MySQL casdb. Do you see anything wrong in my s

Re: [cas-user] Service Registry - Store in MySQL database

2020-01-28 Thread Bob
se? I might have another look at it then. Thanks, Bob On Tuesday, January 28, 2020 at 8:31:44 PM UTC+1, rbon wrote: > > Bob, > > Are you using the cas management server, > https://github.com/apereo/cas-management-overlay? > If you are, what do the logs say when you try to s

[cas-user] Service Registry - Store in MySQL database

2020-01-28 Thread Bob
teReleasePolicy", "allowedAttributes" : { "@class" : "java.util.TreeMap", "memberOf" : "authorities" } }, "evaluationOrder" : 100, "accessStrategy" : { "@class" : "org.apereo.cas.services.Defau

[cas-user] JPA Service Registry (CAS 6.1.0) not Auto Initialized (MySQL database)

2020-01-17 Thread Bob
a what I'm missing (or maybe it's a known issue/bug))? Thanks in advance (I searched this forum but could not find a similar issue). Bob -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributio

[cas-user] Re: Control Attribute Release

2019-01-07 Thread Bob Dill
On Monday, January 7, 2019 at 8:21:46 AM UTC-6, Bob Dill wrote: > > Hi, > > I've read through the docs on Attribute Resolution, but there's no mention > of what files to edit and no examples given. We are using LDAP > authentication, and we would like to releas

[cas-user] Control Attribute Release

2019-01-07 Thread Bob Dill
ming from a certain IP? Thank you, ~ Bob -- - 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 the Google G

[cas-user] Re: No Signing or Encryption Key

2017-08-17 Thread Bob Dill
Never mind. I guessed around and found that I had to set these. cas.webflow.signing.key= cas.webflow.signing.keySize=512 cas.webflow.encryption.keySize=16 cas.webflow.encryption.key= cas.webflow.alg=AES ~ Bob On Thursday, August 17, 2017 at 4:16:26 PM UTC-5, Bob Dill wrote: > > Hi All, &g

[cas-user] No Signing or Encryption Key

2017-08-17 Thread Bob Dill
Hi All, I've been working for the last couple of hours trying to resolve a problem I'm having with SSO. Inside the log, I'm getting the followng messages. 2017-08-17 16:06:03,688 WARN [org.apereo.cas.config.CasCoreTicketsConfiguration] - 2017-08-17 16:06:10,889 WARN [org.apereo.cas.config.Jso

[cas-user] Re: Tomcat and CAS Newbie Need Help with Google SSO Overlay

2017-08-17 Thread Bob Dill
application. Yay! Now, I'm working on configuring it to suite my needs. I will open a new thread regarding that. Thank you for the suggestions. ~ Bob On Friday, August 11, 2017 at 12:15:42 PM UTC-5, Bob Dill wrote: > > Hi All, > > I'm a newbie when it comes to CAS and

[cas-user] Re: CAS 5.1.2 step by step documentation

2017-08-17 Thread Bob Dill
ow if you need help with SSL too), simply copy the cas.war file to the webapps directory in your tomcat configuration. This will automatically deploy your cas application. Now, you can visit https://:/cas, and you will see the page. This will get you to the point I'm at right now. I hope

Re: [cas-user] CAS 5.1.2 step by step documentation

2017-08-15 Thread Bob Dill
suggestions are greatly appreciated, and I will get back with you shortly. ~ Bob From: cas-user@apereo.org on behalf of Uxío Prego Sent: Monday, August 14, 2017 8:23:32 AM To: CAS Community Subject: Re: [cas-user] CAS 5.1.2 step by step documentation Make sure you

[cas-user] Tomcat and CAS Newbie Need Help with Google SSO Overlay

2017-08-11 Thread Bob Dill
f adding a dependency for a CAS overlay. Do I need to download the overlay? Do I need to rebuild the project? Is there a nice step-by-step guide that will teach me how to perform these basic steps? I've been searching for hours, and I'm not making any progress. Thank in advance, ~ B

[cas-user] Re: CAS 5.0.0 JDBC authentication question

2016-12-26 Thread bob
Hello MVK, I met the same problem, you solve now ? 在 2016年12月21日星期三 UTC+8上午5:49:51,mvk写道: > > Hi All. > I am trying to setup CAS 5.0.0. > > So I installed CAS 5.0.0 per instructions and all works and now I am > trying to add a simple mysql authentication. > > This is the code I added to the appli