Skip to main content

Hello, we are attempting to deploy the Zscaler connector using a zero-touch deployment method. However, after completing SSO, users are prompted with a message in Safari asking if they want to allow the page to open "Zscaler". Is there any way to bypass this and pre-allow/permit access?

There is a specific key that you can set to disable handing off the authentication to Safari. Set this key to false:

<key>externalRedirect</key>
<string>false</string>

 


There is a specific key that you can set to disable handing off the authentication to Safari. Set this key to false:

<key>externalRedirect</key>
<string>false</string>

 


But we want it to redirect to safari, but want the default action to ALLOW to open in zscaler 


Reply