> For the complete documentation index, see [llms.txt](https://ask.birdie.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask.birdie.ai/admin-and-settings/security/sso-integration-and-ip-filter.md).

# SSO Integration and IP filter

Birdie provides SSO integration to streamline identity and access management while ensuring compliance with your organization’s security policies. When SSO is enabled, you can also implement IP filtering, restricting access to your Birdie account exclusively to connections originating from approved organizational networks.

This capability can be activated as an add-on in your subscription.

Supported Protocols and detail:

* [SAML](https://auth0.com/docs/authenticate/protocols/saml/saml-configuration)
* [OpenID](https://auth0.com/docs/authenticate/identity-providers/enterprise-identity-providers)
* [AD/LDAP](https://auth0.com/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap)
* [Google Workspace](https://auth0.com/docs/authenticate/identity-providers/enterprise-identity-providers/google-apps)
* [Azure](https://auth0.com/docs/authenticate/identity-providers/enterprise-identity-providers/azure-active-directory-native)
* [Ping Federate](https://auth0.com/docs/authenticate/identity-providers/enterprise-identity-providers/ping-federate)
* [Okta](https://auth0.com/docs/authenticate/identity-providers/enterprise-identity-providers/okta)

## SSO Setup

Once added to your subscription, SSO setup requires a combination of items that depend on the protocol you choose. Overall they typically include:

{% stepper %}
{% step %}

### Confirm protocol

Client IT confirms which protocol will be used.
{% endstep %}

{% step %}

### Share requirements

Birdie team shares the specific requirements needed for the chosen protocol.
{% endstep %}

{% step %}

### Schedule working session

Client IT and Birdie team schedule a working session for setup and validation.
{% endstep %}
{% endstepper %}

![SSO requirements diagram](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/sortffh1tp.png)

***

### High level security flow

![High level security flow](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/IuUugLSg85.png)

### SSO authentication flow

![SSO authentication flow](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/33urlO-WUu.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ask.birdie.ai/admin-and-settings/security/sso-integration-and-ip-filter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
