HTTPSandIMAPS-10000001.json file is the default service registry configuration file provided by cas. You can override this file by creating a same file under src/main/resources/services.
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 [email protected]. 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.
