Possibility to combine IDP login and local login

Hi.

Is it possible to combine the Cuba IDP login (as described here: Single-Sign-On for CUBA Applications - CUBA Platform. Developer’s Manual) with local login for users? So, the service provider would show a normal login but users that are already logged in through the IDP would be able to access the service without login.

The reason for this is that I would like to have a number of users ‘per service provider’ that are not to be registered at the IDP at all. However, a select number of users would be able to use multiple ‘service providers’ and would only need to login on the IDP once.

Any help / comments appreciated.
-b

Hi,

Unfortunately, it is not possible. IDP is designed as a single centralized login service and cannot be combined with another authentication option. You can build your own authentication provider using HttpRequestFilter and LoginProvider interfaces of Web Client.

1 Like

Ok thanks for the info
-b