KitchenOwl app won't work with OIDC #473
|
I set up a VoidAuth OIDC app for KitchenOwl with the following redirect URL The example.com URL works, I can access it from the browser with no issues. I think the second one is for the app and it doesn't seem to work. When I try to log in from the app I get EDIT: isn't there a way for voidauth to show the redirect URL that was used? I feel like that should be the default for the log message. |
Answered by
notquitenothing
Jun 15, 2026
Replies: 1 comment 6 replies
|
if the redirect URL in the URL is correct seems that voidauth sees |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep it looks like the VoidAuth frontend is not happy that the mobile redirect URI for KitchenOwl doesn't have a hostname when parsed. It should not be required, I should be able to have a fix up for this shortly 😊