Hello David I've been going in circles for several weeks now
My case server works well it is on another vm. Same Linux Debian operating system 10 Thank you Best regard Le lundi 22 juillet 2019 12:04:48 UTC+2, alain ubfc a écrit : > > Hello, > > I’ve been stuck on cas-management for several weeks now. > > I followed the Dacurry documentation > https://dacurry-tns.github.io/deploying-apereo-cas/building_svcmgmt_overview.html > > but nothing works. > > Here is my configuration of my cas-management.properties file > > # Adresse du Serveur CAS > cas.server.name=https://cas.osnetworking.com:8443 > cas.server.prefix=https://cas.osnetworking.com:8443/cas > #cas.server.prefix=${cas.server.name}/cas > > logging.config=file:/etc/cas/config/log4j2-management.xml > > ################################################################## > # Update this URL to point at server running this management app # > ################################################################## > > #cas.mgmt.serverName: ${cas.server.name} > mgmt.serverName=https://casmanagement.osnetworking.com:8443 > server.context-path=/cas-management > #server.port=8443 > > spring.thymeleaf.mode = HTML > > mgmt.adminRoles[0]=ROLE_ADMIN > mgmt.userRoles[0]=ROLE_USER > > mgmt.userPropertiesFile=file:/etc/cas/config/users.json > > ###################################### > # Gestion des Logs de cas-management # > ###################################### > > logging.config=file:/etc/cas/config/log4j2-management.xml > > ################################ > # Gestion des services en JSON # > ################################ > > cas.serviceRegistry.json.location=file:/etc/cas/services > cas.serviceRegistry.initFromJson = true > > ############################################################ > # Liste des attributs sélectionables depuis le CAS-Manager # > ############################################################ > > cas.authn.attributeRepository.stub.attributes.UDC_IDENTIFIER: > UDC_IDENTIFIER > cas.authn.attributeRepository.stub.attributes.cn: cn > cas.authn.attributeRepository.stub.attributes.displayName: > displayName > cas.authn.attributeRepository.stub.attributes.givenName: givenName > cas.authn.attributeRepository.stub.attributes.mail: mail > cas.authn.attributeRepository.stub.attributes.sn: sn > cas.authn.attributeRepository.stub.attributes.uid: uid > > > Here is my json file. > > /* > * Wildcard service définition that applies to any https or imaps url. > * Do not use this definition in a production environment. > */ > { > "@class" : "org.apereo.cas.services.RegexRegisteredService", > "serviceId" : "^ > https://casmanagment.osnetworking.com/cas-management/.*", > "name" : "CAS Services Management", > "id" : 1563530823, > "description" : "CAS services management webapp", > "evaluationOrder" : 5500 > "allowedAttributes":["cn","sAMAccountName","mail"] > } > > Is my file correct ? > > Thank you > > Best regard > > -- - 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 Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/f03a6bba-32f7-4c0c-a344-6340bf79a55d%40apereo.org.
