-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pocket-ID oidc #415
Comments
Are you sure Pocket-ID is providing the email? This is all PocketBase functionality. IIRC the username doesn't matter and accounts are linked via email. From the screenshot it looks like the email didn't populate for the created user so I'm assuming there's an issue with PocketBase resolving that. You might be able to find a solution by searching on PocketBase's github discussion page. I'll look into it tonight if I have time to see if there's a way to debug this from the PocketBase side. |
Thanks Hank. I'll do some digging into pocket base. I feel I need to ensure the correct scopes are being asked used. I can't remember if it asked for email but all other oidc connections I have made used the email each time. |
Try setting the log level to |
oh just read this - ignore my comment about. Superuser is different to admin user https://www.beszel.dev/guide/user-roles |
So I've configured openid provider with my details for Pocket-ID however upon login attempt I get invalid credentials.
I assume this is because the default admin account didn't match my username from the oidc provider so I changed admin to my username however same issue (for reference email addresses match).
I then set the value in my hub env to create users and it created a blank user with a random username (see screenshot)
I could seem to locate any account linking options to link the default admin account to my oidc provider.
The text was updated successfully, but these errors were encountered: