[cas-user] CAS 5.0.2 and customized theme

2017-01-23 Thread Matthieu Marc
Hi, I am using CAS 5.0.2 and cas-maven-overlay. I am trying to create a custom theme named "ensam". In cas.properties, I added following lines in order to make my theme the default theme. cas.theme.paramName=theme cas.theme.defaultThemeName=ensam I create folder

Re: [cas-user] Re: CAS 5.0.2 and customized theme

2017-01-30 Thread Matthieu Marc
e has the answer or > finds it, can they please post for all? Thanks! > > On Monday, January 23, 2017 at 7:18:17 AM UTC-6, Matthieu Marc wrote: >> >> Hi, >> >> I am using CAS 5.0.2 and cas-maven-overlay. >> >> I am trying to create a custom theme named

[cas-user] Re: Error creating SamlRegisteredService_AttributeNameFormats Table

2018-01-18 Thread Matthieu Marc
I had the same problem. The problem was the key column used a reserved keyword (key). But, according to https://stackoverflow.com/questions/2889871/how-do-i-escape-reserved-words-used-as-column-names-mysql-create-table (martin smith answer), it is possible to used reserved keyword for column

[cas-user] JPA Service Registry and MySQL (or Mariadb)

2018-01-18 Thread Matthieu Marc
I was trying to make Service registry work with mysql (or mariadb). I am using CAS version 5.2.1. I had 2 problems : *Problem 1 *: Specified key was too long; max key length is 767 bytes when creating table RegisteredServiceImpl_Props *Solution* : use mysql 5.7 (need to be verified) or

[cas-user] CAS 6.1.6 and taskExecutor not found

2020-05-05 Thread Matthieu Marc
Hello, I am running CAS 6.1.6 (https://gitlab.ensam.eu/auth/cas-server.git branch 6.1) from gradle overlays with those dependencies : dependencies { compile "org.apereo.cas:cas-server-webapp-tomcat:${casServerVersion}" compile "org.apereo.cas:cas-server-support-ldap:${casServerVersion}"

Re: [cas-user] CAS 6.1.6 and SAML service registry

2020-05-05 Thread Matthieu Marc
ted ? Le mardi 5 mai 2020 17:20:05 UTC+2, rbon a écrit : > > Marc, > > This looks like the service is not being read/loaded. > Check which services are loaded. > > name="org.apereo.cas.services.AbstractServicesManager" level="debug" /> > > Ray

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-16 Thread Matthieu Marc
After having build your instance with gradle, you will find in build/overlays/bootWar/cas/WEB-INF/lib all jar files used by your instance. I am using tomcat embedded implementation, maybee jar are in another place. You will find this jar file cas-server-webapp-resources-6.1.5.jar (or another

[cas-user] Re: CAS 6.1.6 and SAML service registry

2020-05-06 Thread Matthieu Marc
I configured my 5.2.9 cas instance acting as SAML IDP the same way. I declared the service with the same json file and I got no problem connecting, the service (SP) is authorized. Matthieu Le mardi 5 mai 2020 13:27:10 UTC+2, Matthieu Marc a écrit : > > Hello, > > I am using CAS

[cas-user] CAS 6.1.6 and SAML service registry

2020-05-05 Thread Matthieu Marc
Hello, I am using CAS 6.1.6 and I am trying to configure CAS as SAML2 IDP. I included compile "org.apereo.cas:cas-server-support-saml-idp:${casServerVersion}" in build.gradle. I am able to retrieve metadata information : https://cas.localhost/cas/idp/metadata To test, I installed php-saml

[cas-user] Re: CAS 6.1.6 and SAML service registry

2020-05-06 Thread Matthieu Marc
/saml.localhost/demo1/metadata.php;, Le mardi 5 mai 2020 13:27:10 UTC+2, Matthieu Marc a écrit : > > Hello, > > I am using CAS 6.1.6 and I am trying to configure CAS as SAML2 IDP. > > I included compile > "org.apereo.cas:cas-server-support-saml-idp:${casSer

[cas-user] CAS, config server and bootstrap outside war file

2020-11-16 Thread Matthieu Marc
Hi everyone, I am working on CAS 6.1.5 and I configured a spring configuration server for my spring-boot applications. The spring config server is working as expected for my CAS instance : I wrote the bootstrap.properties file and put it in the src/main/resources directory before building with

Re: [cas-user] CAS, config server and bootstrap outside war file

2020-11-17 Thread Matthieu Marc
password: Mellon > > Ray > > Note: do not hard code the username password in setenv.sh, tomcat writes > CATALINA_OPTS to log on startup. > > On Mon, 2020-11-16 at 17:09 +0100, Matthieu Marc wrote: > > Notice: This message was sent from outside the University of