<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009e7WNyCAMOkta Classic EngineAdministrationAnswered2025-09-13T09:01:51.000Z2023-09-08T23:22:32.000Z2023-09-11T14:08:09.000Z
How to disable the Browser plugin auto-submit option for all apps via Terraform

Hi, all there

 

I want to know if someone here knows a way to disable this option for all created Okta apps via Terraform code (preferabiy) or via Okta Admin console?

 

Reason for that is because it is being quite annoying to enter direclty to some login URLs (related to registered Okta apps), having the web plugin installed and working, and then see how credentials are auto-filled and even be logged into without need.

 

  • In the company I work for, we have implemented some DevOps tools that allow us to generate and manage Okta apps via Terraform code deployments. But, at checking into the Terraform related documentation (https://registry.terraform.io/providers/okta/okta/latest/docs) I don't find any specific info about how to do it. I believed that is related to the auto_submit_toolbar field, but at trying to use it, it doesn't seem to work.

 

  • On the other hand, I didn't find any way to deactivate that option in general for all apps into the Okta Admin console. And info about says that it should be deactivated for each app (and this is too time consuming when it comes to a lot of apps that are already registered).

 

Any help with this would be appreciated in advance. Regards

 

PS1: Perhaps you (Okta Team) should consider making the auto-login functionality via the Okta Browser plugin optional or configurable (to the users' liking). Or leave this option inactive for all apps by default in the Okta Admin console.

 

PS2: Sorry for my bad english (I speak spanish)


  • It seems like we finally figured out via Terraform after all (defining the auto_submit_toolbar field as false at create apps)

  • a0n5s (a0n5s)

    I'm glad your problem has been solved.

This question is closed.
Loading
How to disable the Browser plugin auto-submit option for all apps via Terraform