mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:32:57 +03:00
🐛 Bug Report: 404 page not found on authorization url for Postiz #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @patach on GitHub.
Reproduction steps
Add OIDC Client, Postiz, and the designated callback url to pocket-id, added a group with my user there as well. Setup Postiz to use the Pocket-id service.
Go to the Postiz login screen, and click on the pocket-id login icon.
Met with black screen with error: "404 page not found", url reads something like:
https://example.com/authorize/?client_id=key&scope=openid+profile+email&response_type=code&redirect_uri=https%3A%2F%2Fexample.com%2FsettingsAll URLs are put in correctly in Postiz config
Expected behavior
Should be able to login using Pocket-id. Pocket-id works on its own service.
Actual Behavior
Redirects to a 404 page not found. When trying to check the /authorize/ url independently it shows this:
Not sure if it's related to anything.
Version and Environment
v1.6.4, Linux Mint docker server.
Log Output
No response
@kmendell commented on GitHub:
The Client ID is empty, so eitehr Postiz isnt passing it, or you didnt define it when setting up OIDC in the application. Im converting this to a discussion as its most likley a configuration issue.