You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cas-...@apereo.org
We are working with a entity to authenticate their users to our
software application. We are using mod_auth_cas on a RHEL 7 server.
mod_auth_cas is working with some other entities, on this server, just
fine. With this one entity, however, we run into problems. Our
application correctly redirects to their CAS login page, for
authentication. But after successful authentication, we get one of
two results, in the browser:
In Firefox:
we get a blank page -- still on THEIR CAS server page.
In Chrome:
We get a 500 server error -- still on their CAS server page.
The Apache error log, on our side, shows a bunch of stuff happening
behind the scenes, however, and it looks to me like something is
looping. The URLs get longer and longer until it quits processing.
I'll attach the error log, showing one authentication request.
(I've replaced their domain name in the log file with # characters.
Does anybody have any idea what might be going on here?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cas-...@apereo.org
Bryan,
It looks like mod_auth_cas is not configured to handle SAML 1.1 service tickets or the page that cas redirects to is protected (which then goes back to cas instead of processing the ST).
I respectfully acknowledge that my place of work is located within the ancestral, traditional and unceded territory of the Songhees, Esquimalt and WSÁNEĆ Nations.
Bryan K. Walton
unread,
Aug 6, 2020, 3:51:52 PM8/6/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cas-...@apereo.org
On Thu, Aug 06, 2020 at 01:07:53PM +0000, Ray Bon wrote:
> Bryan,
>
> It looks like mod_auth_cas is not configured to handle SAML 1.1 service tickets or the page that cas redirects to is protected (which then goes back to cas instead of processing the ST).
>
> Ray
Thanks for the reply, Ray. I think I've found the problem, though. The
service ticket has underscores in them, which isn't allowed, according
to this url: