{ "@class": "org.apereo.cas.services.RegexRegisteredService", "serviceId": "^(http|https|imaps)://.*", "name": "HTTPS and IMAPS", "id": 10000001, "description": "This service definition authorizes all application urls that support HTTPS and IMAPS protocols.", "proxyPolicy": { "@class": "org.apereo.cas.services.RefuseRegisteredServiceProxyPolicy" }, "evaluationOrder": 10000, "usernameAttributeProvider": { "@class": "org.apereo.cas.services.DefaultRegisteredServiceUsernameProvider", "canonicalizationMode": "NONE", "encryptUsername": false }, "logoutType" : "BACK_CHANNEL", "attributeReleasePolicy": { "@class": "org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy", "principalAttributesRepository": { "@class": "org.apereo.cas.authentication.principal.DefaultPrincipalAttributesRepository", "expiration": 2, "timeUnit": "HOURS" }, "authorizedToReleaseCredentialPassword": false, "authorizedToReleaseProxyGrantingTicket": false, "excludeDefaultAttributes": false }, "multifactorPolicy": { "@class": "org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy", "failureMode": "CLOSED", "bypassEnabled": false }, "accessStrategy": { "@class": "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy", "enabled": true, "ssoEnabled": true, "requireAllAttributes": true, "caseInsensitive": false }}
--
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
---
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+unsubscribe@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/0a3cf202-47b6-4be2-a38a-7e75b3618db8%40apereo.org.
I presume your client application is hosted as a http url.
As you can see the default service Id is serviceId" : "^(https|imaps)://.*",
Which will allow only applications started with https URL or imaps.
Replace this serviceId with "^(http|https|imaps)://.*",
Which will allow all the application.
Hope this help.
Cheers
Soumya
--
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
---
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+unsubscribe@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/afd40f60-5d21-4391-befd-23d2f26bb3e2%40apereo.org.