thanks for your fast response barner, now cas success deploy, that was my bad im forgot one "/" at cas.server.prefix. but the problem occurs cas web page is blank, here my cas.properties
-- - 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/CAOy9JZOQXSp%3DnVoB9UjbO%2BY7zS0XQo88vx7%2B9XLiG-2KOKS%2BrA%40mail.gmail.com.
cas.server.name: https://login-dev.university.com cas.server.prefix: ${cas.server.name}/cas cas.host.name: login-dev cas.adminPagesSecurity.ip=127\.0\.0\.1 logging.config: file:/etc/cas/config/log4j2.xml cas.serviceRegistry.json.location: file:/etc/cas/services # disable use built-in credentials. cas.authn.accept.users: # authentication against LDAP cas.authn.ldap[0].order: 0 cas.authn.ldap[0].name: Open LDAP cas.authn.ldap[0].type: DIRECT cas.authn.ldap[0].ldapUrl: ldap://dev-ldap.university.com cas.authn.ldap[0].useSsl: false cas.authn.ldap[0].useStartTls: false cas.authn.ldap[0].userFilter: uid={user} cas.authn.ldap[0].baseDn: ou=people,dc=university,dc=com cas.authn.ldap[0].dnFormat: uid=%s,ou=people,dc=unversity,dc=com cas.authn.ldap[0].bindDn: cn=manager,dc=university,dc=com cas.authn.ldap[0].bindCredential: ganesha10 # configure openldap attribute resolution # cas.authn.attributeRepository.ldap[0].order: 0 cas.authn.attributeRepository.ldap[0].ldapUrl: ldap://dev-ldap.university.com cas.authn.attributeRepository.ldap[0].userFilter: uid={user} cas.authn.attributeRepository.ldap[0].baseDn: ou=people,dc=university,dc=com cas.authn.attributeRepository.ldap[0].bindDn: cn=manager,dc=university,dc=com cas.authn.attributeRepository.ldap[0].bindCredential: xxxx cas.authn.attributeRepository.ldap[0].useSsl: false cas.authn.attributeRepository.ldap[0].useStartTls: false cas.authn.attributeRepository.ldap[0].attributes.cn: uid #cas.authn.attributeRepository.ldap[0].attributes.displayName: displayName #cas.authn.attributeRepository.ldap[0].attributes.givenName: givenName cas.authn.attributeRepository.ldap[0].attributes.mail: mail cas.authn.attributeRepository.ldap[0].attributes.sn: sn # samlv2 config cas.authn.samlIdp.entityId= ${cas.server.prefix}/idp cas.authn.samlIdp.scope= university.com
