# Single Sign-On (SSO) / SAML

To enable Single Sign-On for your organization, follow these [instructions](/settings/integrations/authentication.md).

If your organization isn't using Single Sign-On providers, you can log in to the product using GitHub login. This allows us to avoid security hurdles with self-managed passwords and use an identity provider that your organization already trusts.

The typical Single Sign-On features work through the GitHub authentication:

1. You'll be able to get access to Swarmia when you have access to the relevant GitHub organization, so you don't need to create Swarmia user accounts for each employee.
2. When an account is disabled from your SSO provider, if you've configured it to be deleted from GitHub, the change will also propagate to Swarmia automatically.

**Please note that enabling Single Sign-On through Okta disables the GitHub login method for all users.**


---

# 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://help.swarmia.com/resources/security-and-data-retention/single-sign-on-sso-saml.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.
