Hi @ame-lie,
This behavior usually points to how the authentication flow is handled inside the kiosk browser environment.
Hexnode Browser Lite and website kiosk modes that rely on an embedded WebView may not always handle external OAuth redirects the same way Safari does. Google sign-in, in particular, can fail inside restricted WebView containers because Google applies additional security checks for embedded authentication flows.
A useful way to isolate the cause is to compare the same web app outside kiosk mode:
- Remove the kiosk policy temporarily.
- Open the web app directly in Safari and test the Google sign-in flow.
- Test the same URL in a WebView-based browser or WebView testing app.
- Compare whether the issue occurs only in WebView-based rendering.
If Safari works but WebView does not, the issue is likely related to WebView compatibility rather than the kiosk policy assignment itself.
Best Regards,
Isabel Lora
Hexnode UEM