1. etc/cas/config/service
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : "^https?://localhost.*",
"name" : "localhost",
"id" : 2,
"description" : "Allows only localhost services"
}
2. pom.xml
<dependency>
<groupId>org.apereo.cas</groupId>
<artifactId>cas-server-support-json-service-registry</artifactId>
<version>${cas.version}</version>
</dependency>
--
You received this message because you are subscribed to the Google Groups "CAS
Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/.