# Overview

## Introduction

sFOX Connect SSO enables you to:

1. Onboard and authenticate your users to sFOX&#x20;
2. Interact with your users' sFOX accounts (i.e. trading, custody, staking, etc.)
3. Leverage sFOX's front end application for your users as desired

sFOX Connect supports Identity Provider (IdP) initiated single sign-on (SSO)–a method of authentication that allows your users to log in to sFOX using a single set of credentials. You, the IdP, are responsible for providing the user's identity and providing the necessary authentication credentials to the sFOX application when your user wants to access it.

In an IdP-initiated SSO scenario, the user first logs in to your application (the IdP), which then sends an authentication request to the sFOX application on behalf of your user. sFOX then verifies that the authentication request originated from you and grants your user access without requiring the user to leave your application or enter their credentials again.

sFOX Connect SSO supports Security Assertion Markup Language (SAML) for exchanging authentication and authorization information between the your application (IdP) and sFOX.

## How it works

SSO integrations involve using both an iframe and server side component to access the sFOX Connect APIs.

**The sFOX Connect flow** begins when your user wants to access sFOX's products and features in your app

<figure><img src="/files/AhXKXvAqjdK55Yu7Me58" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Nca5GNxAgHWXJwcrZ8Ji" alt=""><figcaption><p>Example SSO Authentication Screen</p></figcaption></figure>


---

# 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.sfox.com/connect/single-sign-on/overview.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.
