# SSO

Implementing single sign-on (SSO) reduces multiple application logins to one single login. This enables faster user access to the gospace console, and more importantly makes user logins more secure. Our platform is built on the OpenID Connect protocol, which allows for user authentication to be managed by a trusted identity provider (IdP).&#x20;

#### **gospace implements the following SSO protocols:**

**OpenID Connect (OIDC)** redirects log-in requests to an IdP for user authentication and authorisation.&#x20;

**Proof Key of Code Exchange (PKCE)** enhances authorisation security by performing extra validation.

#### Learn more about our IdP integrations

<table data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Enable SSO and Directory sync with Microsoft</td><td></td><td></td><td><a href="/pages/qg298FRzFGtXK0P4UsWa">/pages/qg298FRzFGtXK0P4UsWa</a></td><td><a href="/files/ZXLytA9xr3paD3XMMi5a">/files/ZXLytA9xr3paD3XMMi5a</a></td></tr><tr><td>Enable SSO and Directory sync with Google</td><td></td><td></td><td><a href="/pages/hYiXR0jYXFoDnxnR6xYp">/pages/hYiXR0jYXFoDnxnR6xYp</a></td><td><a href="/files/vyJJjYPAnuJaGA9LVssm">/files/vyJJjYPAnuJaGA9LVssm</a></td></tr><tr><td>Enable SSO with OKTA</td><td></td><td></td><td><a href="/pages/ENh2eV9snsu7indik2IA">/pages/ENh2eV9snsu7indik2IA</a></td><td><a href="/files/rJS23lWbFqqmIE4P1MJf">/files/rJS23lWbFqqmIE4P1MJf</a></td></tr></tbody></table>

#### Next step

[<mark style="color:purple;">Domain verification</mark>](/integrations/sso/domain-verification.md)


---

# 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.gospace.com/integrations/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.
