So the page told me a JSON Service is like:
1
2
3
4
5
6
7
| {
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : "testId",
"name" : "testJsonFile",
"id" : 103935657744185,
"evaluationOrder" : 10
} |
And then what? Where do I put this (JSON fileName = serviceName + "-" + serviceNumericId + ".json") file? Where is this "configured directory location" ? Where do I configure it, what is the name and value format of this config item?
I'm running CAS using cas-overlay-template on a CentOS7 machine.
Currently I'm aware of two path of interest: "/etc/cas", "......./cas-overlay-template"
I've been trying to add a OpenId Connect client and LDAP to set up a SSO app for days.
The docs are well written, but they are overwhelming for a newbee digging into CAS.