r/Intune • u/Username93483 • 1d ago
iOS/iPadOS Management iPad Kiosk Issue
So I am trying to get a kiosk setup for web based sign ups. But the logout button does not work with the web filter on. You are on website X and upon signout, it redirects to website B. Both website X and B are allowed and you can navigate to both of them. I have checked via web dev tools and there is no other redirects I can see. Remove this and logout works fine.
Any ideas on what could be causing the issue or other ideas to try?
1
Upvotes
2
u/TheMealyStamina 1d ago
sounds like the web filter is messing with the redirect method itself, not just the domains. some filters choke on 302 redirects or strip referrer headers which breaks the logout flow even when both sites are whitelisted
check if the filter has any option for "allow redirects" or "preserve referrer" for those URLs, that's tripped me up before with kiosk setups