Skip to content
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

Cannot see Authentik login after setup #604

Closed
Ponkhy opened this issue May 17, 2024 · 2 comments
Closed

Cannot see Authentik login after setup #604

Ponkhy opened this issue May 17, 2024 · 2 comments
Labels
question Further information is requested

Comments

@Ponkhy
Copy link

Ponkhy commented May 17, 2024

Hello, I wanted to setup Linkwarden with Authentik.
Unfortunately on the login page I cannot see any OAuth login button.

2024-05-18-00-01-25

NEXTAUTH_SECRET=CHANGED
NEXTAUTH_URL=https://MYDOMAIN/api/v1/auth
POSTGRES_PASSWORD=CHANGED
NEXT_PUBLIC_DISABLE_REGISTRATION=true
NEXT_PUBLIC_CREDENTIALS_ENABLED=false
DISABLE_NEW_SSO_USERS=false
NEXT_PUBLIC_AUTHENTIK_ENABLED=true
AUTHENTIK_CUSTOM_NAME=Authentik
AUTHENTIK_ISSUER=https://MYDOMAIN/application/o/linkwarden
AUTHENTIK_CLIENT_ID=SnzpAai8yoeLc...
AUTHENTIK_CLIENT_SECRET=u6o4R2d09dSsfDvMKBIs69...

Something I've noticed too is that even though NEXT_PUBLIC_CREDENTIALS_ENABLED is disabled the login window doesn't seem to disappear.

Does anyone have an idea what I'm doing wrong?

@Ponkhy Ponkhy added the question Further information is requested label May 17, 2024
@Ponkhy
Copy link
Author

Ponkhy commented May 18, 2024

Update: When I build the image from source, it seems to work as intended.
Is this a wanted behavior or bug?

@daniel31x13
Copy link
Member

Hey sorry for late reply, yes this is because the docker image was built without defining the SSO settings...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants