
* config for split
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* update alllll the links
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add redirect
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add separate job for integrations build
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* Update website/netlify.toml
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Jens L. <jens@beryju.org>
* Revert "update alllll the links"
This reverts commit 872c5870a8
.
* absolute relative URLs only
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* but use a plugin to rewrite them
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix external URL regex
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* make rewrite plugin more re-usable
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix the reverse links
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix root redirect
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix rediret
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix root redirect
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix redirect
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens L. <jens@beryju.org>
Co-authored-by: Dominic R <dominic@sdko.org>
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
---
|
||
title: Google Identity Providers
|
||
sidebar_label: Google
|
||
tags: [integration, google, saml]
|
||
---
|
||
|
||
Google provides several services that can be used as identity providers in authentik.
|
||
This page provides an overview of how to configure each protocol as a federated identity provider.
|
||
|
||
:::info{title="authentik as a third-party IdP"}
|
||
authentik can also be configuration to authenticate users into 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 into 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)
|