mirror of
https://github.com/goauthentik/authentik
synced 2026-04-28 18:37:42 +02:00
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
---
|
|
title: Google Identity Providers
|
|
sidebar_label: Google
|
|
tags:
|
|
- source
|
|
- google
|
|
- saml
|
|
- oidc
|
|
- google workspace
|
|
- google cloud
|
|
---
|
|
|
|
There are several ways that Google services can be integrated with authentik to allow for authentication with Google user credentials.
|
|
|
|
:::info authentik as a third-party IdP
|
|
authentik can also be configured to authenticate users to Google services.
|
|
|
|
For more information, see the [Google Workspace Integration](/integrations/services/google/) guide.
|
|
:::
|
|
|
|
## Google Cloud (OAuth)
|
|
|
|
Google Cloud Identity Platform provides OAuth 2.0 as a federated identity provider. This configuration guide shows how to set up OAuth 2.0 as the authentication method between Google and authentik.
|
|
|
|
[Configure Google Cloud with authentik](./cloud/index.md)
|
|
|
|
## Google Workspace (SAML)
|
|
|
|
Google Workspace (formerly G Suite) allows users to authenticate to applications using their company email addresses. This configuration guide shows how to set up Security Assertion Markup Language (SAML) as the authentication method between Google Workspace and authentik.
|
|
|
|
[Configure Google Workspace with authentik](./workspace/index.md)
|