# Google OIDC: Sign in to Google via Oten

### **Scope** <a href="#scope" id="scope"></a>

This document defines the requirements and behavior of the Google OIDC feature, allowing users to authenticate their Google account through Oten.

***

#### **Prerequisites** <a href="#prerequisites" id="prerequisites"></a>

Before enabling Google OIDC, you must complete the following security setup to avoid being locked out:

* **Account Activation:** Email verification must be completed.
* **Password Setup:** A secure Oten password must be created.
* **MFA Configuration:** Multi-Factor Authentication (2FA) must be fully enabled and active.

***

#### **How It Works** <a href="#how-it-works" id="how-it-works"></a>

Google OIDC delegates your Google authentication to Oten.

* **Login Redirection:** When you use "Sign in with Google" on any platform, application, or website, you will be automatically redirected to the **Oten login screen**.
* **Unified Identity:** You will no longer use your Gmail/Google password to sign in. You will use your **Oten credentials** instead.

***

### **Avoid Getting "Stuck"** <a href="#avoid-getting-stuck" id="avoid-getting-stuck"></a>

* **Google Services Access:** Once OIDC is enabled, logging into Google services directly (such as **Gmail** or Google Drive) will also require your Oten account and 2FA verification.
* **Account Readiness:** You **MUST** ensure your Oten account is fully verified and 2FA is functional before turning this feature on. Failure to do so may result in being unable to access your Google or Oten accounts.

**Step-by-Step Activation**

1. **Verify Security:** Ensure your Oten password and 2FA are set up.
2. **Authentication:** The next time you access a Google-linked service, complete the login via the Oten portal.

**Summary**

| **Item**                  | **Description**                                      |
| ------------------------- | ---------------------------------------------------- |
| **Authentication Method** | Oten Credentials (Username/Password + 2FA)           |
| **Redirection Behavior**  | Redirects all Google Sign-in requests to Oten        |
| **Critical Requirement**  | 2FA must be active before enabling                   |
| **Applicable Services**   | All apps using Google Login and native Google servic |


---

# 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://oten.gitbook.io/identity-support/user-guide/account-management/authentication/google-oidc-sign-in-to-google-via-oten.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.
