Hi *Abdelrahman , *I followed every steps but it couldn work for me , i think i miss something or configure wrong. Could you please share an example configuration for admin-dashboard ( also json file ) and cas-management compatible with cas-server 6.1.0-RC5-SNAPSHOT version? I wrote my cas properties below and services file ;
cas.properties ; (it properly works ) cas.server.name:https://cas.xxxxxxx.edu.tr:8443 server.prefix=${server.name}/cas cas.authn.accept.users= logging.config: file:/etc/cas/config/log4j2.xml cas.tgc.secure:true # cas.tgc.crypto.encryption.key:r88iOMdbRMLOkITV54kax4WgadTdzUYSBXNhOp_oqS0 cas.tgc.crypto.signing.key:bMpP_eHgIsL1kz_cnxEqYo9Bb384V70eZIvWctQ5V6xTO4P6wsQjFlglD9OSQNlFdb0mT2Q1E3qXdo05_tzrjQ cas.webflow.crypto.encryption.key:Kmj1JJSPOTSiagI4gCxhUA== cas.webflow.crypto.signing.key:hGapVlP6pCzIUo_CCboRszQpvWFPazmyuWsBUOoWYqUQqMKw55al5c_EGH6VBtjpIVUqEAXcvLQjQ8HaVBEmDw # cas.authn.ldap[0].type=AUTHENTICATED cas.authn.ldap[0].principalAttributeList=cn,givenName,userPrincipalName,description cas.authn.ldap[0].bindDn=cn=Users,DC=xxx,DC=edu,DC=tr cas.authn.ldap[0].ldapUrl=ldap://192.168.98.60:389 #cas.authn.ldap[0].searchFilter=cn={user} cas.authn.ldap[0].searchFilter=(userPrincipalName={user}) cas.authn.ldap[0].bindDn=cn=CAS ldap,cn=users,dc=xxxx,dc=edu,dc=tr cas.authn.ldap[0].bindCredential=xxxxxxxxxxxx cas.authn.ldap[0].baseDn=OU=Domain Users,DC=xxxxxxx,DC=edu,DC=tr cas.authn.ldap[0].subtreeSearch=true cas.authn.ldap[0].useSsl=false # #cas.mgmt.serverName:${cas.server.name} /etc/cas/services--- = CASAdminDashboard-1563349460.json { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^https://cas.xxxxx.edu.tr:8443/cas/status/dashboard(\\z|/.*)", "name" : "CAS Admin Dashboard", "id" : 1563349460, "description" : "CAS dashboard and administrative endpoints", "evaluationOrder" : 5000 } CASServiceManagement-1563352362.json { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^https://cas.xxxxx.edu.tr:8443/cas-management(\\z|/.*)", "name" : "CAS Services Management", "id" : 1563352362, "description" : "CAS services management webapp", "evaluationOrder" : 5500 } What do i need to add cas.properties , management.properties , users.json .. _? Thanks -- - 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/b896eef0-c675-459e-b940-ef765014757c%40apereo.org.
