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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
if the redirect URL in the URL is correct seems that voidauth sees |
Beta Was this translation helpful? Give feedback.
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 😊