Thank you for helping me understand.

In 5.1.0, I found that I had to add "cas.serviceRegistry.initFromJson=true"
to my src\main\resources\application.xml for it to even read
HTTPSandIMAPS-10000001.json
and allow any apps.

Now that I fixed that issue, when I log out, I can still get back to my app
without logging in again through CAS.

None of these issues are present in 5.0.6 so I think I will just revert to
using that version for now.

On Tue, Jun 6, 2017 at 8:29 PM, Soumya Tripathy <[email protected]>
wrote:

> 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.
>

-- 
- 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/CACAWN8U0j7dcHV0_YeEKH54xUWLDp7Q3nubFOAhV9QzxTDnC9Q%40mail.gmail.com.

Reply via email to