Replies: 1 comment 1 reply
-
Unfortunately, that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just updated and noticed that OIDC/OAuth is now an option for login/sign-ups which is awesome. I leverage Google's OAuth option for a few self-hosted services I share externally with family/friends, and would love to add it to Mealie.
I set it up and notice its failing because it requires the "groups" scope, which from the documentation looks to be used in some optional settings to auto assign a group (or admin rights) to certain individuals. For my use case, I have these disabled as I only want a single group and I'm the only admin.
I tried adding it anyway and just not using the group features, but after manually adding the groups scope in the OAuth settings (assuming I have the right one), it appears to be considered a "sensitive scope" in Google. If I'm reading this right, it would require consent when signing in as its considered private user data, which I would like to avoid.
Is there a way to use OAuth without that groups scope? Or does anyone have a working setup with Google they wouldn't mind sharing?
Apologies if this is a dumb question or in the incorrect category - still pretty new to OAuth. Not sure if that's even the only blocker to using Google.
Appreciate any help or guidance in advance!
KC
Beta Was this translation helpful? Give feedback.
All reactions