-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
I'm trying to use a custom OIDC provider (Pocket ID) but no login button appears on the UI.
Environment variables (secrets redacted):
HTTP_SERVER_PORT: 80
HTTP_SERVER_CORS: "*"
DATABASE_DRIVER: mysql
DATABASE_NAME: pastefy
DATABASE_USER: pastefy
DATABASE_PASSWORD: ******
DATABASE_HOST: db
DATABASE_PORT: 3306
SERVER_NAME: "https://xxx.xxx.www"
PASTEFY_LOGIN_REQUIRED: "true"
OAUTH2_CUSTOM_CLIENT_ID: ******
OAUTH2_CUSTOM_CLIENT_SECRET: ******
OAUTH2_CUSTOM_AUTH_ENDPOINT: https://my-oidc-provider.com/authorize
OAUTH2_CUSTOM_TOKEN_ENDPOINT: https://my-oidc-provider.com/api/oidc/token
OAUTH2_CUSTOM_USERINFO_ENDPOINT: https://my-oidc-provider.com/api/oidc/userinfoExpected: Login button should appear on the UI
Actual: No login button is visible
Is there something wrong with my configuration, or is custom OIDC not fully supported yet?
Metadata
Metadata
Assignees
Labels
No labels