Single sign-on(SSO)

Single sign-on (SSO) is a property of identity and access management (IAM) that enables users to securely authenticate with multiple applications by logging in only once (with just one set of credentials). For SSO, Seldon deploy relies on the OIDC protocol that handles authentication through JSON Web Tokens and a central identity provider to verify user identity.

A typical enterprise SSO flow for web based applications is as follows

SSO

As shown in the diagram, Seldon deploy sso integration works if any enterprise application on domain1.com and a seldon deploy installation on domain2.com is connected to a common auth Server on domain3.com.

Currently, Seldon Deploy SSO can be configured in two ways.


Last modified August 26, 2020: final fixes (7058a3b)