We use analytics and cookies to understand site traffic. Information about your use of our site is shared with Google for that purpose.You can read our privacy policies and terms of use etc by clicking here.
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
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.