cas-webapp-docker icon indicating copy to clipboard operation
cas-webapp-docker copied to clipboard

Apereo CAS Server web application running inside a docker container.

Results 11 cas-webapp-docker issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://renovatebot.com)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...

I'm trying setup CAS as authentication proxy for several web applications. incoming request ----> nginx ----> CAS | |------> LDAP server | |--------> web app ### Why opening an issue...

Previously I had submitted a pull request on this issue. I am not sure if there was an error in my original commit or something has changed significantly in the...

Updated readme to reflect the commands needed to add private keys to keystore for quick demos.

I followed document to run "./build.sh 5.1.2", there is some errors and I don't know how to reslove them, so I just comment it in "Dockerfile". Error info are below:...

I've spent a while setting up CAS 5.3.x and this is a summary of what I learned to make it running. Details below are relevant to particular issues discussed in...

keep LF line-endings in .sh files otherwise under Windows /bin/run-cas.sh will most likely fail under docker cause of Windows style CRLF line-endings

I have just downloaded a fresh copy of the docker image for cas, but after doing ./build.sh and ./run.sh , the build is fine, but Tomcat is complaining that 8443...

Hello there, I'm new to Docker/CAS and hope someone clarify some getting started steps for me... Specifically to try this out for proof-of-concept, I've got Docker Tool (Kitematic) on Win7Pro...