> For the complete documentation index, see [llms.txt](https://docs.agentnoon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentnoon.com/technical-documentation/authentication-and-identity-security/single-sign-on-sso/google-and-microsoft-sso.md).

# Google and Microsoft SSO

Enforcing Microsoft or Google Single Sign-On (SSO) is a self-service action that can be performed directly by the user. You can validate the setup by simply logging out and then logging back in with your SSO credentials.

We have recently released a **beta self-service feature** for SSO enforcement, currently available for **Google SSO** and **Microsoft SSO** only.

#### How to Get Started

1. First, log in to Agentnoon using your Microsoft or Google SSO account.
2. Click on your profile picture in the top navigation bar, then select **Update Authentication**.

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

3. You will be redirected to a page to authenticate with your chosen SSO provider (Google or Microsoft).

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

3. Once authentication is successful, you will have the option to enforce SSO for all email addresses within your organization.

After completing these steps, SSO will be enforced for your work emails.


---

# 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://docs.agentnoon.com/technical-documentation/authentication-and-identity-security/single-sign-on-sso/google-and-microsoft-sso.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.
