Hello,
We have been using CAS 4.1 and also started looking at CAS 5.2. I understand that one of the best practices of using CAS Is to always use CAS login page, because CAS provides a login flow, more than an API to validate username/password.
Still, user experience and business requirement sometimes desire an login experience without any redirect. For instance, an unauthenticated user is going through checkout process, he will be prompted for user credential only when he starts to place orders. We would prefer not having a redirect and have CAS login page take over the entire screen.
Is CAS REST API the only option?
Does CAS4 or CAS5 provide a UI-less way of integration? I have seen some talked about their home-made implementation for that, just thought if there is a standard way of doing so, especially with CAS 5 now released.
Thx!