Skip to content

No login button with Custom OIDC provider #114

@murtaza-nasir

Description

@murtaza-nasir

I'm trying to use a custom OIDC provider (Pocket ID) but no login button appears on the UI.

Image

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/userinfo

Expected: 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions