iOS Web App Kiosk blocks website after login redirectSolved

Participant
Discussion
1 day ago Aug 18, 2026

I’m using an iOS Web App Kiosk policy with Safari for a bookmarked website. The initial page opens fine, but after users log in, the site redirects to another path on the same domain and then shows as blocked. There isn’t any Web Content Filtering policy applied to the iPad. The only restriction configured is the iOS Kiosk Lockdown policy with the web app added. Has anyone seen this with web apps that redirect after login?

Replies (3)

Marked SolutionPending Review
Hexnode Expert
21 hours ago Aug 18, 2026
Marked SolutionPending Review

This can happen when the Web App Kiosk policy is configured with a specific login URL or path instead of the base domain. In Web App Kiosk, the allowed web app URL should cover the domain that the site uses after authentication. If the login flow redirects from a bookmarked URL to another path on the same website, the redirected URL may be treated as outside the allowed kiosk scope. To resolve this:

1. Edit the Web App used in the iOS Kiosk Lockdown policy.

2. Use the base domain of the website instead of the full login path or bookmarked URL. For example, use https://<domain> instead of https://<domain>/<login-path>.

3. Save the Web App.

4. Re-associate or refresh the Web App Kiosk policy on the device.

5. Open the web app again and complete the login flow.

If no Web Content Filtering policy is configured, the block is most likely caused by the Web App Kiosk URL scope rather than content filtering.

Marked SolutionPending Review
Participant
17 hours ago Aug 18, 2026
Marked SolutionPending Review

So the web app should be created with just the main site URL, not the exact login page we want users to start from?

Marked SolutionPending Review
Hexnode Expert
11 hours ago Aug 18, 2026
Marked SolutionPending Review

Correct. For redirect-heavy web apps, add the base domain to the Web App Kiosk policy. The site can still take users through its login flow, but the kiosk configuration should not be limited to only the initial login path. Using the base domain allows the authenticated redirect paths on the same site to load without being blocked by the kiosk restriction.

Save