SSO for web applications

In development people often face third party products. So, Single sign on is crucial.
Is it possible to provide single sign on for admin web application. Any examples?

Hi,

We are using Spring Security, so that allows you to plugin all the supported single sign on options of Spring Security.

Best regards,

Tijs

Hi. Is there a working example of using an alternate auth? I want to use PKI auth, and roles I want to continue to maintain in flowable idm.

Thanks.