goauthentik / goauthentik/authentik
Get user groups from Google Workspace?
Open
question
- Dominant language
- Python
- Stars
- 25.6k
- Forks
- 2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 644
Description
**Describe your question/**
Is it possible to get user groups from Google OAuth source?
**Logs**
I checked logs and saw that Google provides only this userinfo fields when user log in to Authenik with Google:
"oauth_userinfo": {
"hd":
"id": "
"name":
"email":
"picture":
"given_name":
"family_name":
"verified_email":
},
Seems like Google not providing user groups in oauth userinfo.
**Version and Deployment (please complete the following information):**
- authentik version: [e.g. 2024.8.1]
- Deployment: docker-compose
Contributor guide
Assessment
This issue has not been assessed yet.