OAuth setup with Pocket ID #5081
purejamie
started this conversation in
OAuth Provider Example
Replies: 1 comment
-
|
Hi, I followed your guide and it seems to work, but after verification via PocketID I get "Wrong Credentials". Looking ad logs I get this error "[OIDC] Exception while creating user: Group Home does not exist; cannot create user", I setup correctly as you said but I may have forgotten something, could you please help me? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Configuration Example
Pocket ID OIDC setup
Pocket ID is a simple OIDC provider that enables the use of passkeys (and only passkeys) for OIDC authentication.
To setup with Mealie, the following steps worked for me:
Pocket ID OIDC Client setup
OIDC ClientsoptionAdd OIDC ClientPocket ID Groups setup
In my situation, I have two groups -
familyandadmin. The family group contains anyone I want to access but not admin the server, the admin (guess what) has admin privs on the server.Mealie setup
Mealie requires OIDC options to be passed as environment variables, mine are set as below - take note of the comments as your requirements may differ:
Beta Was this translation helpful? Give feedback.
All reactions