# Single Sign On

{% hint style="info" %}

#### Zephyr currently supports Google and Microsoft SSO

{% endhint %}

## Link SSO Directory

{% hint style="danger" %}
Currently we do not support linking an organization's directory. We only support individual SSO accounts.
{% endhint %}

## Organization SSO Instructions

{% hint style="warning" %}
Your organization users can sign in with their SSO account at any time
{% endhint %}

## 1. Create Your Course

In order to invite students, you need to [create a course](/learning-management-system/courses.md) in Zephyr.

## 2. Invite Your Student(s)

You will still need to invite your students **by their SSO email** to the course you created in Step 1

Your students will receive an email invite with instructions to register their account (if they don't already have a Zephyr account)

### **Your students will need to either:**

#### **\[A] Register through email invite:**

1. **Click "Register" in the invite email**
2. **Instruct them to choose their relevant "Continue with X" SSO option (pictured below)**
3. Finish logging in to your SSO provider
4. You will be redirected back to your Zephyr dashboard

<figure><img src="/files/swqiWht3EpaWmyeSFdTB" alt="" width="375"><figcaption><p>Sign Up Options</p></figcaption></figure>

#### **\[B] Register on their own:**

1. Go to <https://zephyr-sim.com/>
2. Click "Log In" in the navbar
3. Click your relevant "Continue with X" SSO option
4. Finish the login process
5. You will be redirected back to your Zephyr dashboard

## 3. Student Accepts the Invitation

No matter the avenue they chose to register above, they will need to accept their student invite on their Zephyr dashboard.&#x20;

1. Log in at <https://zephyr-sim.com/>
2. On their dashboard they should see a blue banner at the top of their screen with invite details and an "Accept" button. Click the "Accept" button
3. Choose their new Student role when prompted

## FAQs

<details>

<summary>The student already has a Zephyr account with their SSO email</summary>

They can link their SSO account by following instructions here: [Single Sign On](/integrations/single-sign-on.md#link-existing-account)

</details>


---

# 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://wiki.zephyr-sim.com/learning-management-system/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.
