-
Hi,
The instructions here on docker hub don't work because there is no "latest" tag:
https://hub.docker.com/r/apereo/cas/
docker pull apereo/cas
Please push the latest version tagged as "latest"…
-
When the memory pressure is hig on the HttpContext.Current.Cache, it gets cleared by IIS. Then the user is actually "logged out" in the middle of an otherwise authenticated session.
Implementing the…
-
I have downloaded the master version and tried out. The build was success and run the two applications. The Client demo application is starting successfully. But the cas server application not startin…
-
I've started container with:
docker run -p 8080:8080 -p 8443:8443 --name cas apereo/cas:v4.2.1
When trying to go to https://localhost:8443/cas/login it doesn't connect.
http://localhost:8080/cas/…
kimus updated
7 years ago
-
Hi,
Are there any plans to upgrade to Angular 2 or higher? Our team is evaluating our uportal options in light of the removal of portlet support in Spring 5.
-
I have a lot of data that is already in xapi format and need to convert it to caliper format. Can OpenLRS do this? if so how?
-
Mike Schwartz: There should be a config option in oxtrust JSON properties to enable CAS (because we don't want to see it in the oxTrust GUI unless its enabled...)
Mike Schwartz: and it needs to be tes…
dmogn updated
7 years ago
-
Hello,
Thanks for the awesomeness here. Great work. May I ask that you release the server impl here into some sort of central repository so it can be shared with others more easily? The sample app …
-
- [x] Review Prior Research on the License
- [x] Choose a FOSS License (Likely Apache2 - need to be validated
- [x] Document and communicate the choice
- [x] Confirm decision with Key St…
-
The TL;DR is that when running a CAS-enabled application in Visual Studio 2017 (IIS Express), the .NET cache provider (`System.Web.Caching.Cache`) is immediately expiring the new service tickets as so…