On Wed, 01 Oct 2014 13:14:04 -0700 Fred Day <[email protected]> wrote:
> Hi, All, > it appears mod_auth_cas does not work with CAS 3.5.2 ? Yes it does. > I can see in the catalina log that the user was successfully authenticated. > I get an "ACTION: AUTHENTICATION_SUCCESS" stanza and an "ACTION: > TICKET_GRANTING_TICKET_CREATED" stanza but they are followed by an "ACTION: > SERVICE_TICKET_NOT_CREATED" stanza. I see "<ServiceManagement: Unauthorized > Service Access. Service [myservice] not found in Service Registry.>" where > "myservice" is the url to which I am trying to go in my browser. In my cas > "Services Management" page I set up a service > "http*://mywebserver.mydomain:*/mydirectorypath/*" What is the actual URL you are trying to access? Try setting up a simpler service e. g. http://yourserver.yourdomain/yourdirectorypath/*, as Ant-style patterns and Regex don't work the same way. -- Alberto Cabello Sánchez <[email protected]> -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
