mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
🐛 Bug Report: when the authentication fails because of an incorrect callback url, the message "please try again" makes no sense #446
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 @alexlehm on GitHub.
Reproduction steps
create a application with a callback url https://yourdomain/ , run the auth flow from a script like https://yourdomain/other.php
the login check works, it asks to confirm the claims requested and then displays the message "Invalid callback URL. Please try again."
Expected behavior
The page should display "Invalid callback URL. This requires admin configuration, try again with another url, if you have entered the url manually."
Actual Behavior
"Invalid callback URL. Please try again."
@alexlehm commented on GitHub:
I should say that I would probably be able to submit a fix, only my Go knowledge is non-existent until now, I will try make a fix