-
I followed the `CAS SSO With Spring Security` article placed the JSON service configuration in `resources\services` and added the these lines to `resources\cas.properties`
```
cas.serviceRegistry.in…
-
I was looking at CasSaml1Response.cs and noticed that these lines are not actually used...
var xmlReaderSettings = new XmlReaderSettings();
xmlReaderSettings.ConformanceLevel = ConformanceLevel.Auto;…
-
## Problem
Using JDK 11-ea and Gradle 4.9 and the latest version of this plugin at this time `1.14`, Gradle fails to run tests complaining about missing Lombok classes.
## How
Full error outp…
-
The ValidationResponse should handle list attributes.
https://apereo.github.io/cas/4.2.x/protocol/CAS-Protocol-Specification.html#257-example-response-with-custom-attributes
```
{
"serviceRe…
-
Total Gradle n00b trying to figure out how to use Azure pipelines to deploy [Apereos CAS](https://github.com/apereo/cas) into an Azure App Service (Tomcat).
This plugin looks like the way to go, but …
-
I am trying to set up the ExampleWebSite. It gave me this error message
&&&&&&&&&&&&&&&&&&&&&&&&&&&&
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the requ…
-
https://github.com/apereo/phpCAS/blob/6846e000570bb4a82e72ea00ff1e5a2b0ac78c6f/source/CAS/Client.php#L3588-L3592
my nginx conf
> server {
> listen 80 default_server;
> server_name .…
-
Hi, first of all thanks for maintaining this gem.
I had some problem when info parsed from xml was not entirely correct. Here is the example:
```
A
Jasig
B
C
D
…
-
**Is your feature request related to a problem? Please describe.**
When desktop and mobile clients loged in through user_cas and we have as mandatory user login with CAS, after five minutes it asks f…
-
First, greatly appreciate you taking your time to write this module.
I am working with a JWT generated from an SSO product called CAS. I can't seem to decrypt the payload correctly and would very …