Skip to content

Commit 4528969

Browse files
authored
Add Google Workspace SAML documentation
1 parent a67e4b1 commit 4528969

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Google Workspace
2+
3+
We authenticate users using their Google Workspace credentials via SAML.
4+
5+
The SAML application is set up in the [Google Admin Console][1], only accessible using the admin account. The application is then located under Apps->Web and mobile apps->Authentik.
6+
7+
## Attributes
8+
9+
User attributes are shared with Authentik. For the group membership information, the Google Groups that should be sent in the SAML response must be added here **manually**.
10+
11+
- Email - `email`
12+
- First name - `first_name`
13+
- Last name - `last_name`
14+
- Google Groups - `groups`
15+
16+
## Settings
17+
18+
SSO config as signed responses have the following url settings.
19+
20+
- ACS URL - `https://sso.kth.it/source/saml/google/acs/`
21+
- Entity ID - `https://sso.kth.it`
22+
- Start ID - `https://sso.kth.it`
23+
24+
The name ID format used is the primary email.
25+
26+
_(These settings might change over time. Check [Authentik Docs][2] for the latest settings if something breaks.)_
27+
28+
## Certificates
29+
30+
The current certificates expire on 9 Sept 2030.
31+
32+
[1]: https://admin.google.com/
33+
[2]: https://docs.goauthentik.io/

0 commit comments

Comments
 (0)