mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 20:59:07 -05:00
[GH-ISSUE #806] Unable to get groups data of Google Authenticated user #1644
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shaarif-khan on GitHub (May 30, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/806
I am using Google as an Idp provider for pangoling, it works like a charm, but there is this issue I am facing while using Google Auth. I am unable to set authorisation policies based on groups info provided by google.
The information mentioned here about leveraging JMESPath and extract out group info from token and assign a role based on that doesn't work when using google auth.
I am unable to use this
is there a way we can use groups info while using google auth as an Idp provider. if not, we should mention this limitation clearly in the documentation section of it.
@github-actions[bot] commented on GitHub (Jun 14, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@miloschwartz commented on GitHub (Jun 15, 2025):
If you set the debug mode of Pangolin to debug and try to log in, it will print the full token payload response from Google which will show if you if the groups array exists and what it looks like. Might be provided as a different key in the payloaD?
@github-actions[bot] commented on GitHub (Jun 30, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@github-actions[bot] commented on GitHub (Jul 14, 2025):
This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.