mod_auth_cas | Apache httpd module for integrating with Apereo CAS Server | Authentication library
kandi X-RAY | mod_auth_cas Summary
kandi X-RAY | mod_auth_cas Summary
Apache CAS Authentication Module for the JASIG/Apereo CAS Server. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mod_auth_cas
mod_auth_cas Key Features
mod_auth_cas Examples and Code Snippets
Community Discussions
Trending Discussions on mod_auth_cas
QUESTION
I am using mod_auth_cas to SSO into Alfresco Community 5.2 through Keycloak 4.0, with with the keycloak-cas-protocol plugin.
Alfresco sits behind a first Apache reverse proxy while Keycloak runs behind another one, on a different machine. SSL certificates are handled by a front Apache server.
My issue is the following : as I login, I get redirected to the Alfresco URL with way too many CAS tickets :
...ANSWER
Answered 2018-May-23 at 10:00I found the issue after some time.
mod_auth_cas
seems to use a CAS version above 5.2.2 which prevents tickets from having underscores.
This is a problem because the Keycloak CAS add-on generates tickets with underscores.
I worked around the issue by modifying the validCASTicketFormat
function in mod_auth_cas.c and recompiling the Apache module, thus allowing tokens to contain underscores.
In the latest mod_auth_cas
version, only dots, dashes and alphanumeric characters are allowed.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mod_auth_cas
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page