Completely disabling okta

I’ve inherited an Android app that uses the Xamarin framework and uses okta for authorization. I don’t care about security at this point in the dev cycle and okta is causing me all kinds of problems so I’d like to disable it completely without breaking the build. How can I do that?

Creating a branch and deleting the code that integrates Okta might work. However, if the app looks for identity as part of its business logic, that could create a problem for you.

I’ve never integrated with Xamarin, but maybe the Xamarin SDK Docs will help?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.