Hello, We develop an App for IOS that is using OKTA Oidc framework. We use the API oktaService.signInWithBrowser to manage authentication. The Web View displaying the login form is not protected against debugging on Safari (with Web inspector) How we can disable debug mode for the Web View because we don’t handle this WebView. It’s internal to the OKTA OIDC source code. Is there a configuration possible on top to manage that ? By advance thanks
Your application code (and the Okta SDK code running within your app’s process) does not directly create or manage the web view instance used by ASWebAuthenticationSession. It’s handled by the iOS operating system not even Okta.
Our Okta OIDC iOS SDK does not provide a specific configuration option to disable the Web Inspector for the ASWebAuthenticationSession it presents. The SDK’s configuration focuses on OIDC protocol parameters like issuer, client ID, scopes, redirect URI, etc Since apple disallowed this.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.