On Wed, 7 Dec 2016, Gokhan Mansuroglu wrote:

Hi,

I have the following scenario :

1. In the login page, user enters her username.
2. The list of granted applications are filled from a service in the login
page.
3. User select the application (s)he wants to login.
4. Enters her password and redirected to that application.

Does Cas cover such a scenario ? If not, how it should be configured in
order not to make deployment and future upgrades more complicated ?

Create a separate web page that requires CAS authentication to view (some would call it a portal page). When the user visits that page, they will be redirected to CAS for authentication. When they return, your page can lookup the list of services they should see using the provided username (query a database, perhaps). Each of those other services should also be protected by CAS authentication.

        Andy

Reply via email to