# Authentication & SSO

Scanner supports multiple SSO integration methods, including:

* Okta OIDC
* Okta SAML
* Google Workspace SAML
* Microsoft Entra OIDC
* Microsoft Entra SAML
* Most other SAML and OIDC providers

Your preferred SSO integration is likely supported, even if not specifically covered in this documentation.

## Setting up SSO

Before configuring SSO, contact the Scanner support team to enable SSO configuration permissions for your account.

Once permissions are configured:

1. In Scanner, navigate to **Settings** > **SSO**.
2. Click **New connection**.
3. Enter a name for your connection and select your identity provider.
4. Click **Create**.
5. Follow the on-screen instructions to complete the setup in your identity provider.

Scanner uses **Stytch** for authentication. For more information on Stytch's SSO capabilities, see the [Stytch SSO documentation](https://stytch.com/docs/multi-tenant-auth/authentication/sso/provider-setup).

If you encounter any issues during setup, contact the Scanner support team for assistance.


---

# 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.scanner.dev/scanner/using-scanner-complete-feature-reference/administration/authentication-and-sso.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.
