# Single Sign-On

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 Enterprise Platform 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](/files/n8LOfZxLhEEOkz6fHtfs)

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

Currently, Seldon Enterprise Platform SSO can be configured in [two ways](/seldon-enterprise-platform/architecture/authentication.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seldon.ai/seldon-enterprise-platform/operations/single-sign-on.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
