- Set up a new Drop instance with OIDC configured and password auth disabled (using Authentik in this example)
OIDC_ADMIN_GROUP=admin
DISABLE_SIMPLE_AUTH=true
OIDC_AUTHORIZATION=https://authentik.domain.tld/application/o/authorize/
OIDC_TOKEN=https://authentik.domain.tld/application/o/token/
OIDC_USERINFO=https://authentik.domain.tld/application/o/userinfo/
OIDC_SCOPES: openid,email,profile
- Log in with a user in the designated admin role. User should be able to log in successfully.
- Click the username in the top right, then the username again in the dropdown
Result: 404 page:
"404
Oh no!
Page not found: /user/a168770b-d50e-4b43-b0f2-456c8f58c5fa
An error occurred while responding to your request. If you believe this to be a bug, please report it. Try signing in and see if it resolves the issue."
- No log errors
- Non-admin users (in groups allowed through via the Authentik provider policy) see this error as well. Seems that it doesn't create a user directory appropriately for users created with OIDC
- Also noticed that under Username -> Account Settings, the "Home", "Security", and "Settings" menus are completely blank. Not sure if this is expected or not with the early state of this tool, but may be related if not expected.
Result: 404 page:
"404
Oh no!
Page not found: /user/a168770b-d50e-4b43-b0f2-456c8f58c5fa
An error occurred while responding to your request. If you believe this to be a bug, please report it. Try signing in and see if it resolves the issue."