java - CAS Authentication -
exception:
javax.servlet.servletexception: org.jasig.cas.client.validation.ticketvalidationexception: supplied service app url not authorized use cas proxy authentication
root cause: org.jasig.cas.client.validation.ticketvalidationexception: supplied service appurl not authorized use cas proxy authentication. getting above exception while authenticating application through cas
well, stacktrace shows application not have authorization use cas. try register on service register of cas. if cas have jdbc service store service registry, access service register in services context (something https://youtcasserver.com/services). or if going have xml based in memory service registry, add deployerconfigcontext.xml.
refer following url configuring service registry:
https://wiki.jasig.org/display/casum/configuring when on cas 3.x or http://jasig.github.io/cas/4.0.0/installation/service-management.html when on cas 4.0
Comments
Post a Comment