LDAP Integration

Seldon Deploy integrates with Single Sign-On (SSO) providers for authentication.

The SSO system may also host the identities, or it may integrate to an IdP. The IdP is often a source of truth for users across the organisation.

User details can be used for filtering/restricting visibility of namespaces. Filtering is either by user or by group.

In order for group-based filtering to be used, groups need to be available. These come from an IdP but not all IdPs support groups or support groups in integration to SSO.

Here is a list from the Dex documentation (see their docs for latest):

Groups

If groups are to be used, we suggest integrating either keycloak or dex to LDAP. See, for example:

Or search the official documentation of those products for the latest details.


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