Hello,

Check once CASValidateUrl and use *Client_IP *in  CASRootProxiedAs
properties

try this service registry file:
------------------------------
{
  "@class" : "org.apereo.cas.services.RegexRegisteredService",
  "serviceId" : "^https://*Client_IP*/secured-by-cas(\\z|/.*)",
  "name" : "Apache Secured By CAS",
  "id" : 20191127030720,
  "description" : "CAS development Apache mod_auth_cas server with
username/password protection",
  "attributeReleasePolicy" : {
    "@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy",
  },
  "evaluationOrder" : 1100
}
-------------------

Thanks and Regards
Arti

On Mon, Dec 28, 2020 at 1:05 PM irvan suryadi <irvansurya...@gmail.com>
wrote:

> Hi All,
>
> I'm currently trying to develop cas on my localhost network. I'm currently
> trying to add a web application in the apache server as a client for SSO
> CAS. I try to follow directions like:
>
> - Installing and configuring mod_auth_cas on my apache server.
> - added a wildcard registry service (which I will attach below this
> message)
>
> But after I run the application I get an error like : unauthorized Service
> Access. Service [ ] is not found in service registry.
>
> Is there anything I missed? And to add a web app to cas are we needto
> install the cas management overlay?
>
> Currently I am still trying to install the service manually.
>
> --------------------
> The following is a service registry file
> (HTTPSandIMAPSwildcard-1608903630.json in / etc / cas / services):
>
> {
> "@class": "org.apereo.cas.services.RegexRegisteredService",
> "serviceId": "^ (https | imaps): //.*",
> "name": "HTTPS and IMAPS wildcard",
> "id": 1608903630,
> "evaluationOrder": 99999
> }
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/bf168b68-e084-4ff6-93bf-4ba65942d782n%40apereo.org
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/bf168b68-e084-4ff6-93bf-4ba65942d782n%40apereo.org?utm_medium=email&utm_source=footer>
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAMWuW3xr5SdUKmsBnobCEEMWMPDsvWGUkn5WBYmUvg%2BTT3Fn8A%40mail.gmail.com.

Reply via email to